Synaro

Synaro docs

Getting started

Create an account, spin up your first project, and open the workspace.

1. Sign up

Visit the Synaro app and create an account with email/password or link GitHub via NextAuth. After sign-in you land on the dashboard with KPIs, recent projects, and activity logs.

2. Create a project

From Projects, choose Create to scaffold from a description, Import to clone a GitHub repository, or upload a local folder. Each project receives a unique slug used in URLs (/projects/your-slug).

3. Start the environment

Open the project workspace and use the Docker control (running / stopped pill) to provision a container. When the environment is RUNNING, use Run to start your app process and open the preview panel.

4. Iterate with AI

Switch to the AI chat tab, describe a change, answer any clarification questions, and submit. The orchestration service tracks task status (analyzing → generating → applying) until changes land in your tree.

Example prompt

Add a health check route at GET /api/health that returns { "ok": true }.