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.

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.

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.

