Early access$199 for the next 8 buyers · then $199 $250Lock in
steepGet steep
Early access live2/10 at $199

Your storefront, owned. Not rented.

A finished Next.js store. Sell digital, physical, or subscriptions. Pay 199 once, ship this weekend, never pay rent again.

$199 for the next 8 buyers.
Then $199 $250
14-day refundNo refund after download or invitePay onceOwn the code
www.shipsteep.comlive

02 · Live demo

This is the live store. Same code you're buying.

Spin up your own sandbox

The iframe above is the live store, read-only. Click "Spin up your own sandbox" to get a private, isolated copy you can actually click around in — admin access, test Stripe checkout, the works. Auto-resets after 4 hours.

03 · The math

Five years on Shopify, or pay once.

Shopify Basic$39/mo × 60 mo$2,340
Custom build120 hrs × $80/hr$9,600
steepone-time$199

Saves ~$1,540 over 5 years vs Shopify. Saves ~$9,400 vs building it yourself. Ships this weekend.

04 · Head-to-head

steep vs the alternatives.

steepShopifyGoDaddyShipFastDIY
Price$199 once$39/mo$20.99/mo (Commerce)$199–$299 once$0 + time
Setup time~2 hours~1 day~1 day~hours (then build product)80–200 hrs
Own the codeIncludedNot includedNot includedIncludedIncluded
Storefront includedIncludedIncludedIncludedNot includedNot included
Admin panel includedIncludedIncludedIncludedNot includedNot included
Cart + PDP + checkoutIncludedIncludedIncludedNot includedNot included
Coupons / refund flowIncludedIncludedpartialNot includedNot included
Subscription billing (Stripe)IncludedaddonNot includedIncludedNot included
MRR / ARR / churn dashboardIncludedNot includedNot includedNot includedNot included
Customer portal + cancel UIIncludedNot includedNot includedpartialNot included
Live shipping rates (Shippo)IncludedIncludedpartialNot includedNot included
Inventory + oversell protectionIncludedIncludedpartialNot includedNot included
Digital downloads (signed URLs)IncludedaddonNot includedNot includedNot included
MFA / passkeysIncludedadmin onlyNot includedNot includedNot included
Customizable (source)IncludedNot includedNot includedIncludedIncluded
5-year TCO$199$2,340$1,200+$199–$299 + dev hrs$0 + 200 hrs

Every number is verifiable. ShipFast is a SaaS boilerplate (you build the product on top) — fair comparison because both are indie kits at similar price points, but they solve different problems.

Verified June 10, 2026 against shopify.com/pricing, shipfa.st, godaddy.com/websites/ecommerce-website.

05 · What's in the box

Real product. Counted, not vibes.

49
SQL migrations
11
admin pages
7
transactional emails
38
React components
23
docs pages
5
Playwright e2e suites
1
no-code site editor
1
brand-voice AI hook

06 · Features

Eight surfaces. All finished.

Storefront

  • Collections, product pages, search, wishlist, recently-viewed
  • Mobile-first — sheet drawer cart, iOS-safe layouts
  • Server Components default. PageSpeed scores published in /compare.
Storefront surface — screenshot from the live demo

07 · Stack

Boring, proven, owned by you.

Picked boring tech on purpose. Swap any layer.

Next.js 16

App Router, Server Components, Turbopack — runs the whole storefront.

Supabase

Auth, Postgres, RLS, file storage. Free for early launches.

Stripe

Checkout, Apple/Google Pay, automatic tax, refunds.

Resend

Order + abandoned-cart emails. 3K/month free.

Vercel

Hosting. Free tier easily handles early traffic.

Tailwind 4

Design tokens, dark/light themes, mobile-first.

Base UI

Accessible primitives — tabs, accordion, popover, dialog.

Sentry (opt)

Error monitoring + source maps. Free dev tier.

No proprietary lock-in. Swap any layer and the rest still works.

08 · Security

Built like the bank doesn't trust you.

RLS on every table

Buyers see only their own orders — enforced at the database row level, not in code.

MFA + WebAuthn passkeys for admin

TOTP and hardware-backed passkeys for every admin account. No password-only logins.

CSP nonces, no unsafe-inline

Strict Content Security Policy with per-request nonces. No inline scripts or styles.

Per-IP rate limiting

Throttling on auth, checkout, and coupon endpoints. Brute-force attempts are blocked.

Stripe / Shippo / LemonSqueezy webhook signatures verified

Every webhook is HMAC-verified and idempotent. Replays are rejected.

HMAC-signed downloads (5-min TTL, 10-download cap, email watermark)

Download URLs expire in 5 minutes, cap at 10 downloads per purchase, and embed the buyer email watermark.

STEEP_LICENSE_ID watermark (DMCA-traceable per buyer)

Every buyer's repo carries a unique license ID — if it leaks, the DMCA trail is unambiguous.

462 unit tests + Playwright E2E + 78% coverage

Security regressions get caught before they ship. The test suite is part of the kit.

Most boilerplates ship none of this. steep ships all of it on day zero.

09 · Inside the code

Real snippets. Verified at build time.

supabase/migrations/001_initial_schema.sqlRLS policy
-- Buyers can read only their own orders.
CREATE POLICY "buyers_read_own_orders"
  ON public.orders
  FOR SELECT
  USING (auth.uid() = user_id);

-- And only via the same row's order_items.
CREATE POLICY "buyers_read_own_items"
  ON public.order_items
  FOR SELECT
  USING (
    EXISTS (
      SELECT 1 FROM public.orders o
      WHERE o.id = order_id AND o.user_id = auth.uid()
    )
  );

10 · Honest disclaimer

Skip steep if…

  • you're building a complex SaaS (multi-tenant, workspaces, fine-grained billing tiers) — steep handles single-product subs cleanly, but ShipFast is closer to the right tool for from-scratch SaaS
  • you want WooCommerce or anything PHP — steep is JS-only
  • you have >100k SKUs or need warehouse integration — Shopify Plus fits better
  • you need B2B net-30 invoicing or quote-to-cash — outside steep's scope
  • you don't write code AND don't want a dev to do one-time setup — Shopify is easier

A clear no saves you a refund. If steep doesn't fit, walk away knowing.

11 · Who it's for

Four kinds of buyer.

Solo dev

You built a thing — a template, a guide, a tool — and you're tired of Gumroad fees and missing checkout fields. You want a real store you control.

Small-batch seller

You ship physical goods — prints, gear, small-batch products. You need live shipping rates and inventory that doesn't oversell, without paying Shopify rent forever.

Indie founder

You sell digital or physical full-time. Shopify works but bleeds margin and locks you in. steep gives you the same surface area without the lock-in.

Agency

You build stores for clients. Buy steep once, fork-per-client, ship in days instead of months. (Resale terms in the license.)

12 · Founder note

Shashank, founder of steep
Shashank
Built steep · sells on it

I'm Shashank. I built steep because I needed a real store to sell my own work, and every option was either too rigid (Shopify) or too generic (boilerplates). steep is the version I wanted: production-quality, finished, mine to change.

The live demo at www.shipsteep.com runs the same code you're buying. That's where my own products are sold.

If something's broken or missing, email me at shipsteep@gmail.com.

13 · What buyers say

This is from an agency client whose site I built end-to-end on steep — kit-buyer testimonials coming as the cohort ships.

Early days. One real voice so far.

From day one the team understood exactly what we wanted and transformed our ideas into a clean, modern, professional site. The process was smooth, communication was excellent, and every suggestion was implemented quickly. The site reflects our energy and vision — we're already getting great feedback from visitors.
Machi Collective
Owner, machicollective.com
Your quote here

You'd be one of the first 25 buyers. Your testimonial gets featured here for life.

14 · Pricing

Lock in $199 before it goes up.

Pre-launch cohort: $199 for the first 10 buyers. Then $250. Then $299. The number ticks up as real buyers join — no fake countdowns.

Early access · 8 seats left at $1992 / 10
$199$250

One-time payment. Goes to $250 once 10 buyers join.

  • Full Next.js 16 source code
  • All SQL migrations + current.sql snapshot
  • Admin panel + no-code site editor
  • Stripe checkout + automatic tax
  • Stripe Subscriptions + customer portal + cancel UI
  • MRR / ARR / churn admin dashboard
  • Shippo shipping (USPS/UPS/FedEx) + label printing
  • Atomic inventory + variant management
  • HMAC-signed downloads + per-purchase license keys
  • Resend transactional emails (12 templates: orders, shipping, refunds, subscriptions)
  • Supabase auth + RLS + MFA + passkeys
  • 23 docs pages + Playwright e2e suites
  • Lifetime updates on the v1.x line — bug fixes, security patches, new features
  • v1 buyer? 50% off any v2 upgrade (capped at 149). First 50 buyers grandfathered free.
  • 14-day refund — no refund after download or invite
  • Commercial source-available license — pay once, run one store, can't repackage and resell
Lock in $199 — Get steep now

Secure checkout on Stripe · 14-day refund — no refund after download or invite · no subscription

That's less than 7 months of Shopify Basic. Less than ShipFast All-in ($249). Less than 3 billable hours.

15 · FAQ

Frequently asked.

16 · Stay in the loop

Get launch updates

When v1.1 ships, when discounts open, when the kit hits new milestones. One email per month, maybe less. Unsubscribe anytime.

Your store. Your code. This weekend.

Get steep — $199

14-day refund · Lifetime updates · Pay once