๐Ÿค–

AI Coding Tools

Claude

Freemium

The best AI for code generation. Incredible reasoning, handles complex tasks, great at refactoring. Use for architectural decisions and complex features.

Visit Claude โ†’

Cursor

$20/mo

VS Code fork with AI built in. Best IDE experience for vibe coding. Tab-to-autocomplete, multi-file edits, seamless workflow.

Visit Cursor โ†’

GitHub Copilot

$10/mo

Solid autocomplete in VS Code. Works with any language. Great starting point for beginners.

Visit Copilot โ†’

v0 by Vercel

Credit-based

Generate React components with shadcn/ui styling. Instant visual feedback. Perfect for landing pages and UI components.

Visit v0 โ†’

Bolt.new

Credit-based

Build full-stack apps in the browser. Frontend + backend + database. Great for rapid prototyping and MVPs.

Visit Bolt โ†’

Replit Agent

Freemium

AI that creates entire projects from scratch. Educational, handles dependencies, built-in hosting. Great for learning.

Visit Replit โ†’
๐Ÿ› ๏ธ

Essential Dev Tools

VS Code

Free

The standard code editor. Tons of extensions, customizable, works everywhere. If not using Cursor, use this.

Download VS Code โ†’

Git + GitHub

Free

Version control is mandatory. Track changes, collaborate, deploy from GitHub. Learn the basics: commit, push, pull, branch.

Visit GitHub โ†’

Postman

Freemium

Test API endpoints without writing frontend code. Essential for backend development. Save requests, organize collections.

Visit Postman โ†’

Chrome DevTools

Free

Built into Chrome. Inspect elements, debug JavaScript, analyze network requests. Learn Console, Network, and Elements tabs.

Learn DevTools โ†’

Figma

Freemium

Design mockups before coding. Free tier is plenty for solo developers. Better to design once than rebuild three times.

Visit Figma โ†’

Excalidraw

Free

Quick wireframes and diagrams. Perfect for planning architecture and user flows. No account needed.

Visit Excalidraw โ†’
๐Ÿš€

Hosting & Deployment

Vercel

Freemium

Best for Next.js apps. Push to GitHub = instant deploy. Free SSL, edge functions, analytics. My top pick for frontend.

Visit Vercel โ†’

Netlify

Freemium

Great for static sites and serverless functions. Generous free tier. Similar to Vercel but framework-agnostic.

Visit Netlify โ†’

Cloudflare Pages

Free

Unlimited bandwidth on free tier. Fast edge network. Great for static sites and workers (serverless functions).

Visit CF Pages โ†’

Railway

$5/mo

Deploy backends, databases, full-stack apps. Easy setup, no DevOps needed. Good for Node.js, Python, Docker.

Visit Railway โ†’

Fly.io

Freemium

Run full-stack apps globally. Docker-based. Free tier includes 3 VMs. More control than PaaS platforms.

Visit Fly.io โ†’

GitHub Pages

Free

Free hosting for static sites from GitHub repos. Perfect for portfolios and documentation. Custom domains supported.

Visit GH Pages โ†’
โšก

Backend Services

Supabase

Freemium

Open-source Firebase alternative. Postgres database, auth, storage, real-time subscriptions. Generous free tier.

Visit Supabase โ†’

Clerk

Freemium

Drop-in authentication. Social logins, MFA, user management. Beautiful UI components. Free up to 10k users.

Visit Clerk โ†’

Stripe

2.9% + 30ยข

Accept payments online. Best-in-class API, excellent docs. If you're selling anything, use Stripe.

Visit Stripe โ†’

Resend

Freemium

Transactional email API. Better than SendGrid/Mailgun. Built by developers for developers. 100 emails/day free.

Visit Resend โ†’

Upstash

Freemium

Serverless Redis and Kafka. Perfect for rate limiting, caching, queues. Free tier is generous.

Visit Upstash โ†’

Cloudinary

Freemium

Image and video hosting. Auto-optimize, resize, transform on the fly. CDN included. 25GB free storage.

Visit Cloudinary โ†’
๐Ÿ’ป

Denise's Personal Setup

๐Ÿค– AI Stack

  • Primary: Claude Pro ($20/mo) for complex features and architecture
  • IDE: Cursor ($20/mo) for day-to-day coding
  • UI: v0 for quick component generation and landing pages
  • Backup: GitHub Copilot in VS Code when Cursor acts up

๐Ÿ› ๏ธ Tech Stack

  • Frontend: Next.js 14 (App Router) + TypeScript + Tailwind CSS
  • UI Components: shadcn/ui (copy-paste components, no npm bloat)
  • Backend: Next.js API routes or Supabase Edge Functions
  • Database: Supabase (Postgres) for everything
  • Auth: Supabase Auth (easy, free, works great)
  • Payments: Stripe (obviously)
  • Email: Resend for transactional, ConvertKit for newsletters
  • Hosting: Vercel for frontend, Supabase handles backend

๐ŸŽจ Design Tools

  • Mockups: Figma for polished designs, Excalidraw for wireframes
  • Icons: Lucide Icons (built into shadcn/ui)
  • Colors: Tailwind's default palette + custom gradients
  • Fonts: Inter or Geist from next/font

๐Ÿ“Š Analytics & Monitoring

  • Analytics: Google Analytics 4 (free, comprehensive)
  • Errors: Sentry (free tier covers most projects)
  • Uptime: BetterStack (free tier = 10 monitors)
  • Speed: Vercel Analytics (built-in, free)

๐Ÿ’ก Why This Stack?

It's the sweet spot of powerful + simple + cheap. I can build and deploy a full-stack app in a day. Free tiers cover 90% of projects. When I need to scale, everything scales together. Most importantly: AI tools understand this stack really well, so code generation just works.

๐ŸŽฅ

YouTube Tutorials

โ–ถ๏ธ

How I Build Apps with AI

Complete walkthrough of my vibe coding workflow from idea to deployment

Watch on YouTube โ†’
โ–ถ๏ธ

Claude vs Cursor vs Copilot

Head-to-head comparison building the same feature with different AI tools

Watch on YouTube โ†’
โ–ถ๏ธ

Next.js + Supabase Crash Course

Build a full-stack app with auth and database in 30 minutes

Watch on YouTube โ†’
โ–ถ๏ธ

Security Mistakes in AI-Generated Code

Common vulnerabilities I find in every AI-generated app and how to fix them

Watch on YouTube โ†’
โ–ถ๏ธ

Deploy to Production (Free Hosting)

Get your app live on Vercel, set up custom domain, and configure analytics

Watch on YouTube โ†’
๐ŸŒ

Community Resources

๐Ÿ“˜ Next.js Documentation

Incredibly well-written docs. If you're using Next.js, bookmark this. Has tutorials, examples, and API reference.

Visit Docs โ†’

๐ŸŽจ shadcn/ui

Copy-paste React components. Not a library, actual code you own. Styled with Tailwind. Beautiful and accessible.

Visit shadcn/ui โ†’

๐Ÿฆ Twitter/X #buildinpublic

Follow the #buildinpublic hashtag. Learn from makers sharing their journey, wins, and failures. Great for motivation.

Search Twitter โ†’

๐Ÿ’ฌ Indie Hackers

Community of solo founders and bootstrappers. Forum for asking questions, sharing wins, and getting feedback.

Visit IH โ†’

๐Ÿ“ Dev.to

Developer blog platform. Tons of tutorials, guides, and discussions. Free to read and publish.

Visit Dev.to โ†’

โ“ Stack Overflow

The OG. If you're stuck, someone else was stuck on the same thing. Search before asking. Most answers are gold.

Visit Stack Overflow โ†’

๐ŸŽ“ Frontend Mentor

Practice building real designs. Get feedback from the community. Great for improving UI skills with actual challenges.

Visit Frontend Mentor โ†’

๐Ÿ“บ Tech with Denise YouTube

My YouTube channel where I share tutorials, app builds, and real talk about building with AI. Subscribe for weekly videos.

Subscribe โ†’