Skip to content

Avriz documentation

Avriz gives you a private cloud dev box you talk to. A coding agent lives on it — it writes, edits and runs code in your workspace, deploys your apps, and talks back. These docs cover everything from signup to shipping.

How it fits together

When you sign up, we launch a dedicated cloud server — your box — that only you can reach, at your own address:

https://yourname.t.avriz.io
AgentFilesTermAppsSettings
Add a dark-mode toggle to my site and push it
▸ edit index.html · run npm test · git push
Done — toggle added, tests green, pushed to main. Want me to deploy it?
Your box: chat or talk to the agent, and it does the work in your own workspace.
  • Private & isolated — one real server per subscriber. Your files, your shell, your GitHub access. Nobody shares it.
  • Voice-native — hold the mic, say what you want, hear the answer. Speech-to-text in, text-to-speech out.
  • Scales to zero — the box goes to sleep when idle so you don't burn compute; the first visit wakes it in ~30–60 seconds.
  • Bring your own model, or use ours — plug in any OpenAI-compatible API key, or use the managed models with smart per-request routing.

The 2-minute version

  1. Sign up with email, Google, or GitHub.
  2. Hit Start building — free, no card, no plan to pick.
  3. An email arrives right away with your box link + login; the box is ready in about 4 minutes.
  4. Open your box, allow the microphone, and tell the agent what to build.

Full walkthrough: Getting started →