Build AI apps fast — open source alternative to v0, Lovable, and Bolt.
Try it live: www.blankspace.build
Blank Space is an open-source AI app builder focused on speed and simplicity:
- Visual flow to app — create useful AI flows quickly.
- Composable agents — orchestrate tools/functions with an extendable core.
- Bring your own UI — drop in components or templates you already love.
- Self-hostable — run locally or deploy to your favorite platform.
# 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)