AgentShip is a production-grade Next.js 15 boilerplate with the AI plumbing already done: streaming Claude chat, typed tool handlers, prompt caching, and per-user usage metering — plus the SaaS essentials around it.
Get early access — £49£99 £49 one-time · lifetime updates · delivered as private GitHub repo access
Every SaaS in 2026 needs AI features. Wiring them up properly — streaming, tool use, token metering so users can't bankrupt you — takes weeks. AgentShip ships it as clean, typed TypeScript you actually want to build on.
Server-sent events route on the Claude API with adaptive thinking — current models, current best practices, no deprecated patterns.
Define tools once with Zod schemas. The SDK tool runner executes them and loops automatically — add a capability in ~10 lines.
Track every user's token spend, weight input vs output cost, gate by plan quota. The unglamorous code that protects your margin.
Structured so your system prompt actually caches — up to 90% off input costs, with the silent cache-invalidators designed out.
This is real code from the repo — not pseudocode.
export const searchOrders = betaZodTool({ name: "search_orders", description: "Look up a customer's orders. Call when the user asks about order status.", inputSchema: z.object({ email: z.string().email() }), run: async ({ email }) => db.orders.findByEmail(email), }); // Done. The chat route picks it up, Claude calls it when relevant, // results stream back to the user. Usage is metered automatically.
You're buying in at the start. Here's exactly what that means — what's in the repo today, and what lands over the coming days. Early-access backers lock in £49 with lifetime updates.
one-time payment
Secure checkout by Stripe · repo invite sent to your GitHub username
At checkout you enter your GitHub username. You'll be invited as a collaborator to the private AgentShip repository — clone it, build on it, and pull updates as they land. Invites are sent within 24 hours, usually much faster.
One license per developer. Build and sell unlimited commercial products with it. The only thing you can't do is resell or redistribute the boilerplate itself.
It's early access — the AI core is done and the remaining SaaS modules land over the coming days. Early backers get the low price plus lifetime updates. The price rises to £99 at v1.0.
The Claude API (Anthropic), using current model IDs and the official TypeScript SDK — adaptive thinking, streaming, tool runner, prompt caching. The architecture isolates the provider in one module if you want to adapt it.
If the repo isn't what you expected, reply to your receipt within 14 days for a full refund. No forms, no fuss.