Agentree Docs

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.app

Docs Site

The documentation site is a Fumadocs and Next.js static export deployed to Cloudflare Pages:

https://docs.agentree.app

Public Share Viewer

The share viewer is a Vite app deployed to Cloudflare Pages and served under:

https://agentree.app/share/:shareId

API Server

The production API runs on Railway:

https://api.agentree.app

Railway should stay focused on authenticated API and backend work. Static docs do not need to run there.

On this page