Back to templates

ShipAny Next

NewOfficial
Iidoubi·Released 2 months ago
$199$1.99Member price

Next-gen AI SaaS engine built with Next.js 16

Become a ShipAny Premium member to buy templates at the member price

Tech stack

Next.jsReactShadcn/UITailwindCSSNode.js

About this template

What is ShipAny Next

ShipAny Next is an agent-native headless SaaS engine built on Next.js — designed from the ground up to be driven by Claude Code. The business logic is pre-wired (payments, credits, subscriptions, auth, RBAC, i18n, CMS) with minimal UI, and a set of built-in agent skills turns high-level intents like "build a site like linear.app" into working code.

You don't scaffold pages by hand — you tell the agent what you want:

/quick-start Build an AI wallpaper generator called WallpaperAI, reference jasper.ai

Agent-Native by Design

  • Skills as the primary interface/quick-start, /clone-website, /new-page, /new-module … each encodes the project's own conventions, so generated code always lands in the right place with the right patterns
  • Self-contained business logic — payment, email, storage, AI, auth live in src/core/ and src/modules/ with no external business packages; agents can read and modify everything
  • AGENTS.md / CLAUDE.md ship with the repo, teaching any coding agent the architecture, commands, and rules

Built-in Engine Features

  • Auth — Email/password + Google/GitHub OAuth via better-auth
  • Payment — Stripe, PayPal, Alipay, WeChat Pay (checkout, subscriptions, webhooks)
  • Credits — FIFO consumption, expiration, auto-grant on signup
  • RBAC — Roles, permissions, wildcard matching, admin panel management
  • API Keys / Invite Codes / CMS — full CRUD with admin UI
  • i18n — English + Chinese via next-intl, locale-aware routing

How to use

  1. start your project from shipany-next
git clone [email protected]:shipany-ai/shipany-next your-project
  1. get into your project, activate your coding agent like claude code
cd your-project
claude
  1. init your project with shipany built-in skills
/quick-start this is my new project named "GPT Image" with domain "gpt-image-2

Start building your AI product

Become a ShipAny Premium member, get the ShipAny template code, and launch in an hour