Your first build
From sign-up to a live, shareable web app — this walkthrough covers the exact steps.
- A WyberAi account — free, sign up at wyberai.com/signup
- 30 credits — new accounts start with 50 credits (plus 3 daily)
Step-by-step
- 1Sign up or sign in
Go to wyberai.com/signup. Sign up with Google or email — no credit card required. After signing in you'll land on the onboarding screen where you can tell us what you're building.
Sign-in screenScreenshot placeholder — to be added after testing - 2Create a new project
From the dashboard, click New project. Choose Web App as the project type. You'll be taken to the editor with an empty prompt input.
New project chooserScreenshot placeholder — to be added after testing - 3Describe your app
Type a plain-English description of what you want to build. Be specific about screens, data, and interactions. Example:
Build a CRM dashboard with a contacts table, a deal pipeline board with drag-and-drop stages, and a sidebar nav. Use a dark theme with blue accents.A credit estimate is shown before you generate — 30 credits for a standard web app build. Click Generate when you're ready.
Prompt input + credit estimateScreenshot placeholder — to be added after testing - 4Watch it build
Generation takes 15–60 seconds. You'll see the file tree fill in on the left and code stream on the right. The preview pane on the right shows a live render that updates as files are written.
Generation in progressScreenshot placeholder — to be added after testing - 5Preview and iterate
Once generation is complete, click any element in the preview to select it and describe a change — this uses click-to-edit mode. Or type a follow-up prompt in the chat panel to change a whole section. Each edit costs 2 credits and is non-destructive — you can always go back to the previous version.
Preview pane + chat panelScreenshot placeholder — to be added after testing - 6Publish
Click Publish in the top bar. Wyber deploys your app to Vercel and gives you a public URL (e.g.
yourapp.wyberai.app). Publishing is free. The URL updates instantly every time you re-publish after iterating.Publish button + live URLScreenshot placeholder — to be added after testing