Project ready

Your AI project is live

This is your project’s live URL. Open project chat in OpenSwarm to describe what you want to build. Your agent writes files here and can wire APIs and a database.

Static site

Write HTML to /data/public/index.html. This URL serves that folder. Refresh to see changes.

HTTP API

Add /data/api/server.cjs with listen(process.env.PORT). Routes go live at /api/swarm/.

Postgres — this container has DB_URL and OPENSWARM_AGENT_SCHEMA set. Ask your agent to use the pg client and your isolated schema for app data.

Files on /data persist across deploys. Nothing is wiped between chat sessions.