Skip to main content

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

WayUse this when
Local server by DockerYou want it on your own computer.
Coolify CloudYou have a VPS with Coolify.
Ubuntu + nginx CloudYou have an Ubuntu server and will use nginx as the door to the app.

Each folder has a short overview, then numbered steps.

🚀 Get Started