Deployment
How the public Agentree web surfaces are hosted.
Agentree uses separate deployable surfaces so each part can evolve independently.
Landing Page
The marketing and download site is a static Next.js export deployed to Cloudflare Pages:
https://agentree.appDocs Site
The documentation site is a Fumadocs and Next.js static export deployed to Cloudflare Pages:
https://docs.agentree.appPublic Share Viewer
The share viewer is a Vite app deployed to Cloudflare Pages and served under:
https://agentree.app/share/:shareIdAPI Server
The production API runs on Railway:
https://api.agentree.appRailway should stay focused on authenticated API and backend work. Static docs do not need to run there.