Skip to content

BrandeisPatrick/blank-space

Repository files navigation

blank space

🎄 Open source alternative to v0, Lovable, and Bolt 🎄

GitHub stars Issues License Free tier

Try it live: www.blankspace.build


✨ What is Blank Space?

Open-source AI app builder. Fast, simple, self-hostable (optimized for mobile).


📋 Roadmap

  • Gemini 2.0 Flash supportwhy do you need special endpoints, Google? why? 🥲
  • OpenAI Codex supportsame energy, different API 😅
  • Improved Knowledge Base — better skill sets for our agents
  • Your idea here?open an issue!

🎬 Demo

Blank Space Demo


🚀 Quick Start

# 1) Clone
git clone https://github.com/BrandeisPatrick/blank-space
cd blank-space

# 2) Configure (optional: copy and fill in env values if needed)
cp .env.example .env

# 3) Install & run
npm install
npm run dev
# open http://localhost:5173  (or the port shown in your terminal)