MisarDev Docs
Getting Started

Quickstart

Build and deploy your first app with MisarDev.

Quickstart

Build your first application in under 5 minutes.

Step 1: Sign Up

Create a free account at misar.dev. No credit card required.

Step 2: Create a New Project

Click New Project from your dashboard and describe your app:

"Build a task management app where users can create, complete, and delete tasks. Include user authentication."

Step 3: Review the Generated App

MisarDev will generate:

  • A React frontend with a clean UI
  • A backend API for task management
  • A database schema for storing tasks
  • User authentication flow

Step 4: Customize

Click on any part of the app and describe changes:

"Make the button color green" or "Add a due date field to tasks"

Step 5: Deploy

Click Deploy — your app is live at yourproject.misar.app in seconds.

You can export your source code at any time from Project Settings → Export Code.