How to deploy AI Notes
Pick one way to run the app. All three ways run the same app.
The app is the website and the API together, on port 2000. You also need MongoDB (the database). Docker builds the app by cloning GitHub. It does not use folders on your laptop.
Agent Workspace is optional. Skip it if you only want notes, tasks, and chat.
Pick a way
| Way | Use this when |
|---|---|
| Local server by Docker | You want it on your own computer. |
| Coolify Cloud | You have a VPS with Coolify. |
| Ubuntu + nginx Cloud | You have an Ubuntu server and will use nginx as the door to the app. |
Each folder has a short overview, then numbered steps.