Stack for indie hackers
The Indie SaaS Stack for Indie Hackers
An 8-tool stack for indie hackers whose ship-post got cheers but whose Stripe line stayed flat. Hosting, payments, analytics, email, list, proof, project tracking, video.
Verified · editorial policy
TL;DR
As of , the short version is: Indie hackers who ship to upvotes but flat MRR usually have the build right and the marketing layer missing. The 8-tool indie stack: Vercel for hosting, Stripe for payments, Plausible for analytics, Resend for transactional, Beehiiv for the list, Senja for proof, Linear for execution, Screen Studio for the demo loop.
Key facts for the indie hackers stack
- Cohort
- indie hackers
- Tools in stack
- 8
- Summary
- An 8-tool stack for indie hackers whose ship-post got cheers but whose Stripe line stayed flat. Hosting, payments, analytics, email, list, proof, project tracking, video.
- Build first
- Vercel + Stripe + Plausible + Beehiiv. The first four cover hosting, payments, measurement, and list – the structural minimum. Resend, Senja, Linear, Screen Studio are quality-of-life additions that come after the first few paying customers.
- Common mistake
- Confusing community validation with market validation. Indie Hackers cheers the build; that signal doesn't translate to willingness-to-pay. The stack should be optimized for the buyer cohort (whoever actually pays), not for the IH/PH audience that upvotes.
- Last verified
- May 21, 2026
Why this shape of stack
Indie hackers ship products that get cheered in the IH community but skipped by the actual buyer cohort. The stack inverts that: the operational backbone is fast (Vercel, Stripe, Resend), and the marketing layer is opinionated (Beehiiv, Senja, Screen Studio) – built to convert the buyer cohort, not the IH audience.
The stack, in funnel order
Vercel(Frontend cloud and hosting)
App and marketing site hosting
Vercel's deploy-on-push + preview URLs match the indie-hacker workflow – ship daily, iterate on the marketing site weekly, no infra overhead. Fluid Compute handles long-running tasks (300s default timeout); ISR handles the marketing site at sub-second load times globally.
Swap notes: Render for long-running workers; Railway for self-hosted services.
Stripe(Payments infrastructure)
Subscription billing and Customer Portal
Stripe is universal across the IH cohort – every payment provider integration assumes Stripe webhooks. The Customer Portal removes a build, dunning handles failed-card recovery, and the free tier (no monthly fee, transaction-based) fits pre-revenue economics.
Swap notes: Lemon Squeezy for MoR tax handling; Polar for the newer alternative.
Plausible Analytics(Privacy analytics)
Marketing site analytics
GDPR-friendly analytics that work without consent banners – matters because IH-cohort apps often launch to a EU-heavy first-traffic mix (PH, HN, Twitter). Plausible's single-screen dashboard answers conversion-from-landing-page → signup, which is what matters pre-revenue.
Swap notes: Fathom is the direct alternative; PostHog for session-level depth.
Resend(Email API)
Transactional email (welcome, password reset, billing)
Resend's React Email integration matches the indie-hacker stack (Next.js, React, TypeScript). Deliverability rivals Postmark with cleaner DX, and the free tier handles the first 3,000 emails/mo.
Swap notes: Postmark is the direct alternative if you prefer their dashboard.
Beehiiv(Newsletter platform)
Newsletter and growth sequence
Indie hackers who launch with a newsletter at the same time as the product compound faster than indie hackers who launch the product cold. Beehiiv's growth-loop tools (referrals, recommendations) get the first 1,000 subscribers without paid ads.
Swap notes: ConvertKit if you prefer their workflow; Substack for the pure-newsletter shape.
Senja(Testimonial collection)
Testimonial collection from the first 10 users
The first 10 customers are the highest-leverage marketing asset an indie hacker has. Senja's collection widgets ship into Slack, Intercom, or the activation moment, and the embed widgets drop the proof onto the Vercel-hosted marketing site directly.
Swap notes: Testimonial.to is the direct alternative.
Linear(Project management for software teams)
Bug tracking and roadmap
Linear's keyboard-first speed fits the indie-hacker workflow – ship daily, track issues without context-switching, integrate with GitHub. Cycles model handles the 'this week vs next week' decision automatically.
Swap notes: GitHub Issues if you want zero extra tools; Linear for the polished experience.
Screen Studio(Screen recording for marketing video)
Demo videos and launch announcement
Indie hackers ship more demo videos than any other cohort – Twitter, Product Hunt, IH posts all benefit from a 60-second polished demo. Screen Studio's auto-zoom + cursor handling beat Loom for the public-facing video.
Swap notes: Loom for raw daily recording; Screen Studio for the public launch video.
What to build first
Vercel + Stripe + Plausible + Beehiiv. The first four cover hosting, payments, measurement, and list – the structural minimum. Resend, Senja, Linear, Screen Studio are quality-of-life additions that come after the first few paying customers.
The mistake this cohort most often makes with stack-building
Confusing community validation with market validation. Indie Hackers cheers the build; that signal doesn't translate to willingness-to-pay. The stack should be optimized for the buyer cohort (whoever actually pays), not for the IH/PH audience that upvotes.
Questions indie hackers ask
Do I need a separate landing page from the app?
Usually yes. The app's onboarded surface is for users; the marketing site is for buyers. Hosting both on Vercel makes the split cheap – a /www marketing surface and a /app product surface, both deploying on push.
Stripe vs Lemon Squeezy vs Polar?
Stripe direct if your customer base is US-heavy or you already have an accountant handling tax. Lemon Squeezy for global indie SaaS where VAT compliance would consume founder hours. Polar is the newer indie-friendly alternative with a similar Merchant of Record shape.
Is PostHog overkill at this stage?
For most pre-revenue indie SaaS, yes. PostHog earns its weight when you're optimizing activation/retention at 100+ active trials/mo. Below that, Plausible covers the marketing-funnel analytics without producing more dashboards than decisions.
What about Cron jobs and background tasks?
Vercel Cron Jobs (free up to 2 jobs on Hobby, 40 on Pro) handle most scheduled task needs. Vercel Queues (public beta) handles durable event streams. Vercel Workflow DevKit handles long-running multi-step orchestration. All on the same hosting tier.
Related surfaces for indie hackers
The stack is the easy part. The funnel is the hard part.
Wiring up seven tools won’t move the Stripe line if the Hook / Story / Offer is wrong upstream. The free 90-second Launch Diagnostic runs the Brunson triage on your live page and labels what’s broken before you spend another week on the stack.