🎄 Open source alternative to v0, Lovable, and Bolt 🎄
Try it live: www.blankspace.build
Open-source AI app builder. Fast, simple, self-hostable (optimized for mobile).
- Gemini 2.0 Flash support — why do you need special endpoints, Google? why? 🥲
- OpenAI Codex support — same energy, different API 😅
- Improved Knowledge Base — better skill sets for our agents
- Your idea here? — open an issue!
# 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)