Docs
Search docs…⌘K
DashboardStart free →
Getting Started
What is WyberAi?Your first buildHow credits work
Web Apps
Generating a web appConnecting SupabasePublishingCustom domainsExporting & self-hosting
Mobile Apps
Generating a mobile appThe live previewExporting to ExpoApp Store submission
Account & Billing
Plans & pricingCredits explainedAI models
Getting Started›Your first build

Your first build

From sign-up to a live, shareable web app — this walkthrough covers the exact steps.

What you'll need
  • A WyberAi account — free, sign up at wyberai.com/signup
  • 30 credits — new accounts start with 50 credits (plus 3 daily)

Step-by-step

  1. 1
    Sign 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
  2. 2
    Create 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
  3. 3
    Describe 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
  4. 4
    Watch 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
  5. 5
    Preview 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
  6. 6
    Publish

    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
Note: Credits are only deducted on a successful generation. If the build errors, you are not charged.
← What is WyberAi?Next: How credits work →