Get early access — £49
EARLY ACCESS — price rises to £99 at v1.0

Ship an AI-native SaaS
in a weekend, not a quarter

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

The AI layer is the hard part. It's done.

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.

Streaming AI chat

Server-sent events route on the Claude API with adaptive thinking — current models, current best practices, no deprecated patterns.

Typed tool handlers

Define tools once with Zod schemas. The SDK tool runner executes them and loops automatically — add a capability in ~10 lines.

Usage metering

Track every user's token spend, weight input vs output cost, gate by plan quota. The unglamorous code that protects your margin.

Prompt caching

Structured so your system prompt actually caches — up to 90% off input costs, with the silent cache-invalidators designed out.

Add an AI capability in one file

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.

Early access, honestly

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.

In the repo today

  • ✓ Next.js 15 + TypeScript + Tailwind v4 base
  • ✓ Streaming chat API route (Claude, adaptive thinking)
  • ✓ Typed tool-handler framework (Zod)
  • ✓ Per-user usage metering + plan quotas
  • ✓ Cache-correct prompt architecture

Shipping this week

  • → Auth (OAuth + magic links)
  • → Stripe subscriptions + webhooks + plan gating
  • → Postgres + Drizzle schema & migrations
  • → Transactional email templates
  • → Dashboard + chat UI components, full docs
EARLY ACCESS
£99£49

one-time payment

  • Full private repo access (read + clone)
  • Lifetime updates — including v1.0 and beyond
  • Use in unlimited commercial projects
  • Price locked before it rises at v1.0
Get AgentShip — £49

Secure checkout by Stripe · repo invite sent to your GitHub username

FAQ

How is the code delivered?

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.

What's the license?

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.

Why is it cheaper than ShipFast and the others?

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.

Which AI provider does it use?

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.

Refunds?

If the repo isn't what you expected, reply to your receipt within 14 days for a full refund. No forms, no fuss.