BuildEasy
DocsGetting StartedQuick Start Guide

Quick Start Guide

Get up and running with BuildEasy in under 5 minutes.

Step 1: Create Your Account

Visit [buildeasy.dev](/) and click "Get Started" to create your free account. You can sign up with:

  • Email and password
  • Google account
  • GitHub account

No credit card required for the free tier.

Step 2: Create Your First Project

Once logged in, click the "New Project" button on your dashboard. You'll be asked to:

  1. Choose a project type - Web app, mobile app, or API
  2. Name your project - Give it a descriptive name
  3. Describe your application - This is where you tell the AI what to build

**Pro Tip:** The more detail you provide in your description, the better the results. Include: - Core features and functionality - User types and permissions - Design preferences - Any integrations needed

Step 3: Generate Your Application

After submitting your description, BuildEasy will:

  1. Analyze your requirements
  2. Propose an architecture
  3. Generate the code
  4. Create tests
  5. Prepare for deployment

You can watch this process in real-time and see each file as it's created.

Step 4: Preview and Deploy

Once generation is complete, you have several options:

**Preview** Click "Preview" to see your application running in a sandbox environment. Test all the features and make sure everything works as expected.

**Download** Click "Download" to get the full source code as a ZIP file. You own this code and can modify it however you like.

**Deploy** Click "Deploy" to push your application to production. BuildEasy handles all the infrastructure for you.