Indie Hacker AI Tools: My Complete 2026 Stack
The AI tools that actually move the needle for indie hackers and solo founders in 2026 — from coding agents to SEO to payment infrastructure. My curated stack.
There are hundreds of AI tools claiming to help founders ship faster. Most are noise. Here's the stack I actually use across six products — every tool earns its place by directly contributing to product velocity or customer revenue.
The principle: every tool must justify its place
Before adding any tool, I ask three questions:
- What specific problem does this solve?
- Is there a simpler alternative?
- Would removing it hurt?
If a tool doesn't have clear, specific answers to all three, it's out.
Category 1: AI coding
Claude Code (primary)
Problem: Feature implementation, architecture review, code generation across Go/TypeScript/Python
Why it earns its place: Autonomous multi-step feature implementation. With custom skills, it acts as a domain-specialist for each product. Genuinely reduces feature development time by ~60%.
Cost: Metered Claude API, ~$35/month at my volume.
Cursor (secondary)
Problem: Quick inline edits, TypeScript error fixes, fast completions without leaving the file
Why it earns its place: IDE-integrated workflow for fine-tuning generated code. Claude Code for the heavy lifting; Cursor for the editing.
Cost: $20/month.
OpenRouter (free LLM routing)
Problem: Non-critical tasks (batch classification, internal summaries) where Claude costs are unnecessary
Why it earns its place: Llama 3.1 70B, Mistral 7B — free tier, good enough for most non-customer-facing tasks. $0/month for batch processing.
Cost: Free (for free models).
Category 2: Infrastructure
AWS (ECS, RDS, S3, CloudFront)
Problem: Hosting six products
Why it earns its place: Mature, reliable, comprehensive. ECS Fargate: no cluster management. RDS PostgreSQL: managed DB with automated backups. ~$140/month for all six products.
Cloudflare (Pages, Workers, DNS)
Problem: Static hosting, CDN, DNS, DDoS protection, IndexNow
Why it earns its place: Free tier covers blog.shihub.online, landing pages, and DNS for all domains. 300+ PoP CDN. Workers for edge logic and IndexNow notifications. ~$0/month.
Terraform + GitHub Actions
Problem: Infrastructure reproducibility and automated deployment
Why it earns its place: Without Terraform, I'd forget what I configured. Without GitHub Actions, I'd be running deploys manually. Together: push to main → deployed in 2 minutes.
Cost: Free tier covers everything.
Category 3: Product and payments
Paddle (payments)
Problem: Collecting subscription revenue internationally, handling tax compliance
Why it earns its place: Works from Bangladesh (Stripe doesn't). Handles VAT/GST globally. Merchant of record = no tax complexity. ~5% transaction fee, but worth it.
PostHog (analytics)
Problem: Understanding user behavior (which features are used, where users drop off)
Why it earns its place: Self-hostable, open-source, no data leaves the infrastructure. Free tier covers most products.
Cost: Free (self-hosted) or free tier.
Linear (project management)
Problem: Tracking what needs to be built across six products
Why it earns its place: Keyboard-driven, fast, integrates with GitHub. Cycles let me batch work per product. $8/month.
Category 4: Content and SEO
Custom seo-master skill
Problem: SEO + GEO + AEO for all blogs and landing pages
Why it earns its place: Built and maintain it myself. Knows the 2026 playbook: structured data, AI engine indexing, answer-first writing. $0 beyond Claude API.
Fathom Analytics (privacy-first)
Problem: Traffic analytics without GDPR headaches
Why it earns its place: No cookie banner needed, GDPR compliant by design, CNAME proxy option for ad-blocker bypass. $14/month.
Category 5: Communication
Slack (solo usage)
Problem: Notifications from GitHub, AWS, Temporal, and monitoring
Why it earns its place: All product alerts go to Slack. hermes-agent-aws posts summaries here. Single pane for everything.
Cost: Free tier.
Loops (email)
Problem: User onboarding and product announcement emails
Why it earns its place: Developer-friendly, good deliverability, reasonable pricing. Replaces Mailchimp with a product built for SaaS.
Cost: Free tier up to 1000 contacts.
What I deliberately don't use
Notion: Too many features for project management. Linear is faster.
Airtable: PostgreSQL is better for anything with real data.
Webflow: Next.js is faster and free.
Zapier: AWS EventBridge + hermes-agent-aws handles automation.
Monday.com / Jira: Solo founder; Linear handles everything.
Any AI writing assistant (Jasper, Copy.ai): Claude is better.
Total monthly cost
| Category | Tool | Cost | |----------|------|------| | AI coding | Claude API | $35 | | AI coding | Cursor | $20 | | Infrastructure | AWS | $140 | | Infrastructure | Cloudflare | $0 | | Payments | Paddle | % of revenue | | Analytics | PostHog | $0 | | Analytics | Fathom | $14 | | Project mgmt | Linear | $8 | | Email | Loops | $0 | | Total fixed | | $217/month |
$217/month for the infrastructure to run six products. The rest scales with revenue.
FAQ
What's the most important tool for an indie hacker AI product? A good AI coding agent (Claude Code) — it directly affects how fast you can ship and how many products you can maintain. Everything else is table stakes infrastructure.
Is AWS necessary or can I use simpler hosting? For early-stage products: Railway, Render, or Fly.io are simpler than AWS. I use AWS because I need specific services (pgvector on RDS, Temporal workers on ECS) and the cost scales well. Start with simpler hosting; move to AWS when you outgrow it.
Do you need Cursor if you have Claude Code? Not strictly. But Cursor provides IDE-native completions that are faster for quick edits. I use both: Claude Code for autonomous feature implementation, Cursor for in-editor editing. If budget is a constraint, Claude Code alone is sufficient.
What payment processor is best for non-US founders? Paddle or Lemon Squeezy as merchant of record — they handle collection, tax compliance, and payout in USD regardless of your country. Both work from Bangladesh, Vietnam, Nigeria, and most countries Stripe doesn't support as a receiving entity.
Written by Shihab Shahriar Antor — AI Engineer & Founder of Shahriar Labs. See also: The Solo Founder Stack: 6 Products With AI · Building an AI Startup Solo in 2026.