27 production-ready features, install in seconds

Skip the boilerplate.
Ship features.

Install battle-tested auth, payments, AI chat, video editors, and 23+ more features into your Next.js app via Claude Code MCP — no copy-paste, no guesswork.

claude code
# Ask Claude to install any feature:
→ install payments-stripe
✓ Written 20 files to src/
✓ npm install stripe @stripe/stripe-js
✓ Add: STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET
Done. Stripe payments ready in your app.

How it works

Three steps from zero to production feature

1
Add the MCP server

One JSON entry in your Claude Code settings connects FullStackFeatures.

// .claude/settings.json
{
  "mcpServers": {
    "fullstackfeatures": {
      "command": "npx",
      "args": ["@unpuzzle/fullstackfeatures-mcp"],
      "env": {
        "FSF_API_KEY": "fsf_..."
      }
    }
  }
}
2
Install any feature

Ask Claude to install. It writes every file — hooks, API routes, components, schemas.

// In Claude Code:
"install auth-better-auth"

// Writes:
// src/lib/auth.ts
// src/app/api/auth/[...all]/
// src/middleware.ts
// src/components/AuthForm.tsx
// + 40 more files
3
Add env vars & ship

Claude tells you exactly what env vars to add. Set them, deploy, done.

# .env.local
AUTH_SECRET=...
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
DATABASE_URL=...

# npx drizzle-kit push
# Deploy to Vercel

27 features, ready to install

Extracted from real production apps. Every file tested against TypeScript and Next.js build.

AuthFree

Email, OAuth, 2FA, sessions

DatabaseFree

Drizzle ORM + migrations

PaymentsPro

Stripe subscriptions + webhooks

Media UploadPro

B2/S3 with presigned URLs

AI ChatFree

Anthropic + Groq SSE streaming

NotificationsFree

In-app + email notifications

BlogFree

MDX blog with categories + RSS

WebSocketsPro

Real-time pub/sub rooms

Rich Text EditorPro

TipTap with slash commands

Rate LimitingPro

Per-user quotas + rate limits

Timeline EditorPro

Full NLE video editor

Admin DashboardPro

User mgmt + RBAC + analytics

Channel MessagingPro

Discord-style channels + DMs

Form BuilderPro

Multi-step + conditional logic

WhiteboardPro

Collaborative tldraw canvas

Leads CRMPro

Pipeline + notes + CSV export

Invite SystemPro

Crypto tokens + role assignment

SettingsPro

Config-driven settings sidebar

Help & FeedbackPro

Bug reports + feature requests

Voice MemoPro

Recording + waveform player

Landing PagesPro

GSAP + Framer Motion components

Video PlayerPro

HTML5 + YouTube dual engine

TranscriptionPro

SRT/VTT/JSON/TXT parsing

AnimationsPro

15 animated React components

TTS VoicesPro

28 Kokoro voices + voice picker

AI Cut ModePro

Groq + ffmpeg scene detection

Presentation ModePro

7 Web Animation types

27+
Production features
500+
Files, tested & ready
~10s
Average install time

Simple pricing

Start free. Upgrade when you need more.

Free
$0forever
  • 5 features (Auth, DB, AI Chat, Blog, Notifications)
  • Community support
  • No credit card required
Start free
Most popular
Pro
$29/month
  • All 27+ features
  • New features as added
  • Priority support
  • API key dashboard
Get Pro
Lifetime
$399one-time
  • All 27+ features forever
  • All future features free
  • Priority support
  • Limited to 200 seats
Get Lifetime

Ready to ship faster?

Stop rebuilding auth and payments from scratch every project.

Get started free