multi-tenant API platform

Push to GitHub.
Get an API and a website.

NexusLink clones your repo, runs your endpoints, serves your frontend. Every tenant gets the same plugin catalog — auth, billing, payments, content — already wired in.

Drop a .ts file

Endpoints live in your repo at endpoints/GET/your-route.ts. Push to main; NexusLink pulls and reloads.

Plug in what you need

Auth, billing (Stripe + crypto), file uploads, NFT gating, video pipelines. First-party plugins, the same set the platform uses for itself.

Bring your domain

Point a CNAME at the Cloudflare tunnel. NexusLink routes by Host header to the right tenant.

Agents manage your site

Every tenant ships an MCP endpoint. AI agents can create endpoints, deploy frontends, query stats — over the same admin API humans use.

This page runs on NexusLink.

The system tenant runs the NexusLink console. The marketing site, the dashboard, the billing flows — they all live in that repo and use the same plugins paying tenants get. If something breaks here, it breaks for everyone equally.