<p align="center">
<img src="./public/images/banner-dark.png" width="50%" alt="blank space"/>
</p>
<p align="center">
🎄 <strong>AI coding agent in your browser</strong> 🎄
</p>
<p align="center">
<strong>Try it live:</strong> <a href="https://www.blankspace.build">www.blankspace.build</a>
</p>
<p align="center">
<a href="https://github.com/BrandeisPatrick/blank-space/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/BrandeisPatrick/blank-space?logo=github">
</a>
<a href="https://github.com/BrandeisPatrick/blank-space/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/BrandeisPatrick/blank-space">
</a>
<a href="https://github.com/BrandeisPatrick/blank-space/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/badge/License-Apache_2.0-blue">
</a>
</p>
✨ What is Blank Space?
Open-source AI app builder. Fast, simple, self-hostable (optimized for mobile).
📋 Roadmap
- 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!
🎬 Demo
<p align="center">
<img src="./public/docs/blank-space-demo.gif" width="800" alt="Blank Space Demo">
</p>
🚀 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)