Drop a .ts file
Endpoints live in your repo at endpoints/GET/your-route.ts. Push to main; NexusLink pulls and reloads.
multi-tenant API platform
NexusLink clones your repo, runs your endpoints, serves your frontend. Every tenant gets the same plugin catalog — auth, billing, payments, content — already wired in.
.ts fileEndpoints live in your repo at endpoints/GET/your-route.ts. Push to main; NexusLink pulls and reloads.
Auth, billing (Stripe + crypto), file uploads, NFT gating, video pipelines. First-party plugins, the same set the platform uses for itself.
Point a CNAME at the Cloudflare tunnel. NexusLink routes by Host header to the right tenant.
Every tenant ships an MCP endpoint. AI agents can create endpoints, deploy frontends, query stats — over the same admin API humans use.
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.