TOKREPO · ARSENAL
Stable

AI App Builders

bolt.diy, Bolt.new, Webstudio, Budibase, ToolJet, Onlook, Sandpack — generate full-stack apps and live-edit React in the browser.

7 assets

What's in this pack

# Builder Best for Output
1 bolt.diy self-hosted Bolt-style generator full-stack app in WebContainer
2 Bolt.new hosted prompt-to-SaaS full-stack app + deploy to Netlify
3 Webstudio visual builder, design-tool ergonomics clean React + CSS
4 Budibase internal tools with self-host low-code app + Postgres
5 ToolJet internal tools, more drag-drop low-code app + connectors
6 Onlook "Figma for code", live-edit React in browser edits to your existing React repo
7 Sandpack embeddable code sandbox by CodeSandbox runnable React inside any page

These seven cover the full spectrum from "type a sentence, get a SaaS" to "give designers visual control over my real React codebase." They are not interchangeable — each makes a different bet on who is doing the work and what gets generated.

Why this matters

The "AI builds your app" category went from gimmick to real workflow in 2025. Three reasons:

  1. WebContainers: StackBlitz's in-browser Node runtime means a full npm install + dev server boots in 5 seconds inside a tab. No more "wait while we provision a sandbox."
  2. Frontier model coding ability: Claude Sonnet 3.7 and GPT-5 finally write React that actually compiles and works first-try, not "almost works after 3 fixes."
  3. Live-edit on real codebases: Onlook is the breakthrough — designers can drag elements in the browser and emit clean diffs against your existing repo. No more "redesign in Figma → engineer reimplements."

The result: building a CRUD app from a prompt now takes 15 minutes including auth, deployment, and a real database. The bottleneck shifted from coding to product thinking.

Install in one command

# Install the whole pack
tokrepo install pack/ai-app-builders

# Or pick the one that matches your situation
tokrepo install bolt-diy
tokrepo install webstudio
tokrepo install onlook

Each TokRepo asset page lists hosted vs self-host options, the typical token cost per generation, and the deploy targets supported (Netlify, Vercel, Cloudflare Pages, Docker).

Common pitfalls

  • WebContainer != Node: bolt.diy and Bolt.new run apps in WebContainer, which is a Node-compatible WASM runtime. Some npm packages with native bindings don't work. Verify your stack before betting a project on it.
  • Generated code drift: AI-generated React often uses slightly off-spec patterns (improperly memoized hooks, accidental client/server boundary bugs). Treat generation as a starting point, not a finished product.
  • Internal tools vs apps: Budibase and ToolJet are internal tool builders — they assume an authenticated employee user. Don't ship them as customer-facing SaaS without rethinking auth, branding, and edge cases.
  • Onlook needs a real repo: it edits your React, not a sandbox. Hooking it up requires running a local agent process. Treat it as a designer-installs-once tool, not a per-task spin-up.
  • Token spend on Bolt.new: full-app generations can burn 100k+ tokens per round. The hosted tier caps usage; self-hosting bolt.diy with your own Anthropic key avoids the cap but bills you direct.

When this pack alone isn't enough

This pack generates the frontend. To run a real product you also need:

  • A backend or CMS: see Headless CMS for AI for Strapi, Directus, Hasura — the structured-data layer to point your generated app at.
  • A database: bolt.diy's WebContainer demos use SQLite or in-memory; production needs Postgres / Supabase / Neon.
  • Auth: Bolt.new wires up Auth0 or Supabase Auth; if you self-host, plan it explicitly.
  • A deploy pipeline: pick Netlify or Cloudflare Pages and stick with one.

For docs sites, marketing pages, or product blogs, you don't need this pack at all — see Static Site & Docs Builders instead. App builders solve a different shape of problem.

Common misconceptions

"I'll generate a SaaS this weekend." Maybe — but the generated code is ~70% of the work. Auth flows, payment integration, multi-tenancy, error states, mobile responsive edge cases, GDPR consent, accessibility, and observability are all things AI builders skip or do poorly. The 30% that's left is where products live or die.

INSTALL · ONE COMMAND
$ tokrepo install pack/ai-app-builders
hand it to your agent — or paste it in your terminal
What's inside

7 assets in this pack

Script#01
bolt.diy — AI Full-Stack App Builder, Any LLM

Community fork of Bolt.new. Prompt, edit, and deploy full-stack web apps with any LLM provider. 19K+ GitHub stars.

by Script Depot·139 views
$ tokrepo install bolt-diy-ai-full-stack-app-builder-any-llm-b45a4842
Config#02
Bolt.new — AI Full-Stack Web App Generator

Prompt, run, edit, and deploy full-stack web apps in the browser. AI generates code, installs packages, runs dev server, and deploys — all from a chat interface. 16K+ stars.

by AI Open Source·95 views
$ tokrepo install bolt-new-ai-full-stack-web-app-generator-ba69689a
Config#03
Webstudio — Open Source Visual Website Builder

Webstudio is an open-source Webflow alternative with a visual drag-and-drop editor, full CSS support, headless CMS integration, and self-hosting on Cloudflare.

by AI Open Source·133 views
$ tokrepo install webstudio-open-source-visual-website-builder-55aaef45
Script#04
Budibase — Open Source Low-Code App Builder

Budibase is an open-source low-code platform for building internal tools, admin panels, dashboards, and workflow apps in minutes. Connect any database and deploy instantly.

by Script Depot·125 views
$ tokrepo install budibase-open-source-low-code-app-builder-ed9cefd6
Script#05
ToolJet — Open Source Low-Code Platform for Business Apps

ToolJet is an open-source low-code platform for building internal tools, dashboards, and business applications. It provides a visual app builder, workflow automation, AI integration, and connects to 30+ data sources out of the box.

by Script Depot·103 views
$ tokrepo install tooljet-open-source-low-code-platform-business-apps-eac97f87
Script#06
Onlook — Visual AI Code Editor for React Apps

Open-source Figma-like visual editor for building React and Next.js apps with AI. Edit visually and code syncs in real-time. Design branching, team collab, deploy. Apache-2.0, 25,000+ stars.

by AI Open Source·133 views
$ tokrepo install onlook-visual-ai-code-editor-react-apps-0d4f9803
Script#07
Sandpack — AI-Powered Live Code Editor Component

Embed live code editors in web apps with instant preview. Sandpack by CodeSandbox powers interactive coding experiences for AI chatbots, docs, and educational platforms.

by Script Depot·132 views
$ tokrepo install sandpack-ai-powered-live-code-editor-component-847af291
FAQ

Frequently asked questions

Are these tools free?

bolt.diy, Webstudio (community), Budibase (community), ToolJet, Onlook (with limits), and Sandpack are open-source and free to self-host. Bolt.new is hosted with a free tier and paid plans starting around $20/month. The hidden cost on hosted is LLM token spend — generating a full app can burn $1-3 per round, and you'll iterate 5-20 times on a real project.

Bolt.new vs bolt.diy — which should I use?

bolt.new if you want a polished hosted experience, are comfortable with their pricing, and don't care about model choice. bolt.diy if you want self-host, BYOK (Anthropic, OpenAI, local Ollama), and the ability to fork the generator itself. The output is similar; the difference is who runs the infrastructure and pays the LLM bill.

Will this work with Cursor or Codex CLI?

Most of these are standalone web apps, not CLI tools — you visit them in the browser, generate, and download or deploy. Onlook is the exception: it pairs with your local React project and you edit visually while Cursor or Codex CLI handles other tasks. Sandpack is embeddable, so you can drop it into a Cursor extension or doc site.

How is this different from Static Site & Docs Builders?

App builders generate dynamic full-stack apps with state, auth, and a database. Static site builders generate prerendered marketing/docs sites with no backend. If your product has user accounts, sign up here. If you're shipping a blog or landing page, use the static site pack instead.

What's the operational gotcha?

Underestimating the productionization tail. AI builders take you to a working demo in an hour. Getting that demo to a paying customer adds auth, payments, errors, monitoring, accessibility, mobile testing, GDPR, SOC 2 in some markets — typically 4-12 weeks of additional work. Plan for it; don't be the founder who ships a Bolt prototype as a real product on day three.

MORE FROM THE ARSENAL

12 packs · 80+ hand-picked assets

Browse every curated bundle on the home page

Back to all packs