examples/app-builder at main · sqlrooms/examples

AI App Builder

GitHub repo | Open in StackBlitz

A SQLRooms app that builds SQLRooms apps—demonstrating recursive bootstrapping. The outer app runs an AI assistant on the left and a code editor in the middle, while the right third hosts the inner app which compiles on the fly and executes in a browser-based virtual environment powered by StackBlitz WebContainer.

Features:

  • AI-assisted app generation via SQLRooms AI assistant
  • Live code editing with instant preview
  • In-browser compilation and execution (no server required, except for the model)
  • Recursive bootstrapping pattern

To create a new project from this example:

npx giget gh:sqlrooms/examples/app-builder my-new-app/

Running locally