Quick Start
Get up and running with a new Motia project in just a few seconds.
1. Create Your Project
Use npx to create a new Motia project. This single command will scaffold a new application and install all necessary dependencies.
The installer will guide you through a few questions to set up your project, including choosing a template. Once it's done, you will have a new project directory ready to go.
Choose a Tutorial template for an interactive walkthrough, or a Starter template to skip the walkthrough.
2. Start the Development Server
Navigate into your new project directory and start the Motia development server.

The create command uses npm by default. If you chose a different package manager during setup, use pnpm dev or yarn dev.
This command starts the Motia runtime and the Workbench, a powerful UI for developing and debugging your workflows. By default, it's available at http://localhost:3000.
3. Run Your First Flow
Tutorial projects come with a pre-built Tutorial flow. To step through the tutorial:
- Open the Workbench in your browser at
http://localhost:3000. - Click the
Tutorialbutton on the top right of the workbench. - Complete the
Tutorialto get an understanding of the basics of Motia and using the Workbench.

Next Steps
Congratulations! You've successfully ran, and observed your first Motia workflow.
- Build your first application from scratch, follow our Build Your First Motia App guide.
- To learn about Motia, dive into our Core Concepts.
Welcome to Motia
Build production-grade backends with a single primitive. APIs, background jobs, Queues, Workflows, and AI agents - unified in one system with built-in State management, Streaming, and Observability.
Build Your First Motia App
Learn Motia step-by-step by building a real pet store backend