Web Generators
Bolt
Last updated March 3, 2026
Building production-grade AI apps in the browser with Bolt.new and Cencori.
Bolt.new (bolt.new) (by StackBlitz) runs a full Node.js environment in the browser. This means it can actually run the Cencori SDK directly.
Workflow
-
Initial Prompt:
"Scaffold a new Next.js app. Install
@cencori/sdk. I want to build a customer support bot." -
Configuration: Bolt will ask for your generic "API Keys".
- Add
CENCORI_API_KEYto your.env.localin the Bolt editor. - (You don't need OpenAI/Anthropic keys if using Cencori Proxy!)
- Add
-
Refining:
"The bot is hallucinating. Please add a RAG step using
cencori.memoryto retrieve theFAQ.mdfile content before generating an answer."
Why Bolt + Cencori?
Bolt allows you to verify the backend logic live. You can see the logs in the Bolt terminal and check the Cencori Dashboard simultaneously to debug "Vibe" issues.