Swarmz

Quickstart

Go from sign-up to a deployed app in under 5 minutes

This walkthrough builds and deploys a task management app. The whole thing takes about 5 minutes.

Sign up

Go to swarmz.net and create an account. You get free credits on sign-up — enough to build and deploy several projects.

Create a project

From the dashboard, click New Project. Pick a framework — React, Next.js, Vue — or start blank.

New project dialog

Tell the agent what to build

Open the chat panel and describe the app:

Build a task management app with a sidebar navigation,
a list of tasks with status badges, and the ability to
add, edit, and delete tasks. Use a clean dark theme.

The agent reads the project, writes a plan, and starts coding once you approve.

AI agent planning and writing code

Check the live preview

Your app runs in the preview panel as the agent writes code. Click around, test interactions, and tell the agent if something needs fixing.

Live preview panel

Deploy

Click Deploy in the toolbar. Your app goes live on a public URL within seconds.

Deploy button and public URL

Next steps

On this page