# ShipFast

Closed-source Next.js SaaS kit from indie hacker Marc Lou

https://topboilerplates.com/shipfast

Framework: Next.js | Pricing: $199 one-time

## Verdict

Best for: A solo founder shipping their first paid Next.js SaaS who wants auth, Stripe, and email already connected and is happy to pay to skip that setup.

Skip if: You need to read the code before you spend money, or your team requires an auditable commit history - the repo is private and there are no refunds once access is granted.

## Description

ShipFast is a paid Next.js starter sold as a private repository you only get access to after purchase. It wires up authentication (NextAuth with Google OAuth and magic links, or Supabase), payments through Stripe or Lemon Squeezy including webhooks and a subscription flow, a database on either MongoDB or Supabase Postgres, and transactional email via Mailgun or Resend with DNS records explained. The UI layer sits on daisyUI, and there is an SEO/blog module plus a docs site with walkthroughs for rate limiting, security headers, schema validation, and deploying. The Discord and buyer revenue leaderboard are community and marketing extras rather than engineering deliverables, and a separate bundle SKU adds the CodeFast video course.

## Pros and cons

+ Covers the plumbing most people lose a week to: OAuth plus magic links, Stripe webhooks and subscription handling, and email set up end to end including domain DNS verification.

+ Lets you pick your own path rather than forcing one stack - JavaScript or TypeScript, app or pages router, MongoDB or Supabase Postgres, Stripe or Lemon Squeezy.

+ The documentation goes past setup into things kits usually leave to you, with dedicated pages on rate limiting, security headers, schema validation and error handling.

+ Large buyer base and an active Discord, so most integration questions have already been asked by someone else (the vendor's own counter reads 8,396 makers; Discord is advertised at 5,000+ members - both are vendor figures, neither is independently auditable).

- There is no public repository at all. Both repos linked from ShipFast's own docs return 404, so you cannot inspect code quality, dependency freshness, or open issues before paying - and the license grants no refund after access.

- Freshness cannot be independently verified. There are no public commits, and the only public update feed - the "Follow updates" newsletter linked from ShipFast's own docs - has not published since December 2024, while the site advertises a last update roughly six months old (as of this review, Aug 2026).

- The $199 entry price is really a permanent discount. The "$100 off for the first N customers, 14 left" banner has run continuously for at least 16 months, with the cap ratcheting up in step with the buyer counter (7,430 in August 2025; 8,410 in August 2026) so the "almost gone" figure never actually runs out. The terms of service say outright that the discount exists to lock in today's price against future increases.

- Starter and All-in list nearly identical feature sets on the pricing page yet differ by $50, and the FAQ says Discord, Leaderboards and the discount perks are Premium-only - so what the extra $50 buys is genuinely unclear before purchase.

- The UI layer is daisyUI, not shadcn/ui. As of this review (Aug 2026), most component marketplaces and AI UI generators built in the last two years - 21st.dev, v0, shadcn's own registry - ship Tailwind + Radix components meant to be pasted into a shadcn setup, and those don't drop into daisyUI's class-based theming as-is. Tapping into that ecosystem means rewriting components rather than copy-pasting them.

## Features

- auth-included
- social-login
- magic-link
- payments-included
- subscriptions
- blog-cms
- rate-limiting
- seo-optimized
- schema-markup
- sitemap-generation
- written-docs
- discord-community
- one-time-license
- unlimited-projects
- lifetime-updates

## Stack

- daisyUI
- Postgres
- MongoDB
- Supabase
- NextAuth
- Stripe
- Lemon Squeezy
- Resend
- Mailgun
- TypeScript
- JavaScript

## Links

- Website: https://topboilerplates.com/go/shipfast

## Alternatives

- [IndieKit](https://topboilerplates.com/indiekit)
- [CorsegoSaaS](https://topboilerplates.com/corsegosaas)
- [Carrot Seed](https://topboilerplates.com/carrot-seed)
