Xpell 2 Beta
Run the app, prompt the runtime, preview the result, then persist the change. No rebuild loop required.
Xpell 2 is an AI-native runtime that lets you modify your app while it's running. Generate, preview, and apply changes instantly — without recompiling your code.
Build dashboards, internal tools, and AI interfaces in minutes — without rebuild loops or full code generation.
Run the app, prompt the runtime, preview the result, then persist the change. No rebuild loop required.
Start from the runtime starter, boot the local app, then modify it while it runs.
git clone https://github.com/xpell-ai/xpell-vibe-starter
pnpm install
pnpm dev
Open IntelliSphere (the in-app AI editor) → type → UI changes instantly.
Starter repo: xpell-ai/xpell-vibe-starter
Xpell keeps the app running while changes are generated, previewed, and applied in real time.
Watch how a running app is modified live — no rebuild, no reload.
IntelliSphere is the in-app AI editor that lets you edit the running system in real time. Type a prompt, preview the result, and apply changes instantly.
Add email field to users
Try this in the starter app → xpell-vibe-starter
Use the running system as the editing surface instead of regenerating a full application snapshot.
Recorded walkthroughs for the runtime workflow, focused on live edits inside the running app.
Run the starter app, prompt changes, and apply them live without rebuilding.
Xpell treats AI as part of a running interpreter instead of a one-shot generator.
| Traditional AI builders | Xpell |
|---|---|
| Regenerate full app output after each prompt. | Modify the running app directly. |
| Rebuild or redeploy to inspect every change. | Preview changes without rebuild loops. |
| Spend tokens repeating unchanged structure. | Spend tokens on the delta you actually need. |
| Prompt output sits outside runtime state. | Prompt output becomes part of runtime state and can be persisted. |
Xpell is a real-time interpreter, not a framework.
Runtime engine primitives, state, events, and deterministic contracts.
xnode runtime for server execution, modules, and runtime operations.
Runtime-driven UI layer that updates while the app is running.
3D runtime layer using the same interpreter model for spatial apps.
Prompt -> runtime -> persist. Generate the change, preview it in the running app, then save the accepted result into the project.
Move from the quick starter into the step-by-step Xpell 2 Beta flow.
/getting-started/
Inspect focused runtime examples after the starter is running locally.
/examples/
Use the starter repo and package sources as the primary code entry point.
github.com/xpell-ai
Watch the published runtime-editing walkthroughs when they are available.
#videos