Author Archives: Dave Miller

My $0 to $47 MRR SaaS stack – breakdown

just launched my first SaaS after 6 months of building in public 🚀

used:

  • Next.js + Vercel – frontend + hosting
  • Supabase – auth + database (free tier is insane)
  • Stripe – payments (easy setup)
  • Resend – emails (developer experience = 🔥)
  • Lemon Squeezy – for one-time purchases

total cost at start: $0 (all free tiers)

MRR after 2 months: $47 💀

AMA about the journey!

Re: What is the best note-taking tool in 2026?

lmao i use Apple Notes for everything and i’m not ashamed 😂

it’s literally always there. on my phone, watch, mac, ipad.

don’t @ me but i genuinely don’t understand the Obsidian hype. yes the graph is cool but i just want to write notes??

notion is fine but feels slow sometimes.

maybe i’m just old school but… it works? 💀

Midjourney vs DALL-E vs Stable Diffusion: Which AI Image Generator Should You Use?

gamer/streamer here. use AI art for thumbnails and overlays.

my setup:

  • Midjourney – for the aesthetic stuff. discord workflow is actually fun
  • DALL-E – for quick stuff. chatgpt integration = fast
  • SD – for batch generating. have my own model trained on my art style

all 3 are worth having. different tools for different jobs.

hot take: the “best” one is whichever one your collaborators use. consistency matters more than quality for team projects.

Re: WordPress+NextJS vs traditional WordPress, which one is the better way to build a web application ?

built 3 apps both ways, here’s the tea:

traditional WP:

  • pros: done in hours, not weeks
  • cons: you’re stuck in WP land

WP + NextJS:

  • pros: modern stack, better perf, full control
  • cons: twice the maintenance, API lag

honest advice: if it’s just a content site, stick with traditional WP. the “headless” hype is overrated for most use cases.

we switched back to traditional WP for our blog and couldn’t be happier. less is more sometimes.

Re: Vue or React, which one should you choose ?

been using both for years. here’s the deal:

React:

  • more jobs, more resources
  • flexible but you need to pick your own tools
  • react hooks changed the game

Vue:

  • easier to learn, better docs
  • less job market but growing
  • vue 3 composition API is clean af

for 2026: both are solid. react has enterprise dominance, vue has better DX. pick based on team, not trends.

i personally prefer vue for side projects because i don’t wanna config webpack for 3 days lol