Skip to main content

Getting Started

Go from zero to a deployed full-stack app in under five minutes. This guide walks you through creating an account, generating your first project, and shipping it live.


1. Create Your Account

  1. Open your deployed Railway frontend URL and click Sign In.
  2. Choose your preferred sign-in method:
    • Email & Password — enter your email, set a password, and confirm via email link.
    • Google — one-click OAuth sign-in.
    • GitHub — authenticate with your GitHub account for seamless repo integration later.
  3. After confirming your identity you'll land on the Dashboard. You're ready to build!

2. Build Your First Project

  1. On the landing page you'll see a large prompt box. Describe the app you want, for example:
    Build a veterinary booking portal with a hero section, appointment request form, staff schedule dashboard, reminder status, and reviews section.
  2. Press Enter or click Start Building. Kodeezly creates a project, redirects you to the Workspace, and starts generating your app immediately.
  3. Watch the live preview update in real time on the right side of the workspace while the AI writes your files on the left. Use the status surfaces and diagnostics to confirm the preview is rendering meaningful content, not just compiling.

Using Templates

Prefer a head start? Scroll down on the landing page or open the Templates gallery in the workspace. Pick from curated starters like E-commerce Store, Portfolio, or Blog, review their benchmark and deployability signals, then customize with follow-up prompts.

3. The Workspace

The workspace is your command center. It has three main panels:

PanelPurpose
Chat Panel (left)Converse with the AI agent — describe changes, ask questions, or request new features.
Code Editor (center)View and edit your project files with syntax highlighting and IntelliSense.
Preview Panel (right)See a live preview of your app that refreshes on every change.

4. Iterate With AI

After the initial generation, type follow-up prompts to refine the app. Examples:

  • "Add confirmation emails, reminder states, and a reschedule flow for appointments."
  • "Replace the sample dashboard data with API-ready service calls and realistic empty states."
  • "Document the env vars and deployment checks this app needs before launch."

Each iteration is fast — the agent only touches files that need to change while preserving the broader product brief.

5. Deploy Your App

  1. Click the Publish button in the workspace toolbar.
  2. Choose a deployment target:
    • Vercel — connect your Vercel account and deploy into your own Vercel workspace.
    • Netlify — connect your Netlify account and deploy into your own Netlify workspace.
  3. Review the deployment notes, confirm required services and env vars, then share the live URL with anyone.

6. Next Steps