Documentation Menu

AI Studio overview

What it builds, how it bills, what it's not.

AI Studio is an AI coding agent that lives in your browser. You describe what you want, it writes the code, you see it run in a preview, and one click promotes it to Suzko Deploy.

What it can build

Front + backend web apps:

  • Static + dynamic sites (React, Next, Astro, Svelte, Vue, Vite)
  • APIs (Node/Express, FastAPI, Hono, Fastify)
  • Full-stack with database (Prisma + Postgres or SQLite)
  • Real-time apps (WebSockets, SSE)
  • AI-integrated apps (it'll wire OpenAI / Anthropic for you)

What it's not

  • A code reviewer for your existing repo. Studio creates new projects. Use Claude Code or Cursor inside your local editor for code reviews.
  • A magic bullet. It writes real code — sometimes it gets things wrong, and you have to course-correct. It's a tool, not an oracle.
  • Free indefinitely. Generation calls cost real money to us. We pass through model costs + a small platform margin.

Billing model

Dollar-based metered billing. Every turn costs the actual model spend (input + output tokens × the model's per-token rate) + ~25% margin to cover infrastructure. Visible on every turn in the chat.

You set a monthly cap in Settings. We stop accepting turns when you hit it.

The Studio tier (Starter / Pro / Ultra) buys you a monthly credit balance + access to higher-tier models. Free tier (3 starter projects, basic model) lets you try it without paying.

Models

  • Lite — Claude Haiku 4.5. Fast, cheap, fine for small edits.
  • Standard — Claude Sonnet 4.6. Default. Strong general coding.
  • Frontier — Claude Opus 4.7. Best reasoning, most expensive. Use for hard problems.

Switch models mid-project; current chat history is preserved.

Privacy

  • Your prompts + generated code stay on Suzko infrastructure.
  • We don't train any model on your projects.
  • Model providers (Anthropic) receive your prompts to fulfill the generation request, per their published privacy policy. They don't train on enterprise API traffic.