Author Archives: Jane Liu

Startup stack 2026: What’s actually worth paying for?

founder of a 5-person startup. we use like 20+ tools and it gets crazy.

our current stack:

  • Linear – issue tracking (worth every penny)
  • Notion – docs + wikis
  • Slack – comms
  • GitHub – code
  • Vercel – deploy
  • PostHeg – analytics (privacy-focused!)
  • Supabase – database

spending ~$500/mo total. worth it for a team.

what tools are you using? looking to optimize 🔧

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

productivity enthusiast. here’s my system:

for work: Notion. team collaboration is unmatched. AI features are actually useful now.

for personal knowledge: Obsidian. local, free, linking is everything.

for quick notes: Apple Notes. it’s just fast.

not recommending Craft because paying $10/mo for “pretty” isn’t worth it when Obsidian is free.

TL;DR: Notion + Obsidian covers 95% of use cases.

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

bootcamp grad turned startup founder.

unpopular opinion: it doesn’t matter that much.

i’ve hired devs from both React and Vue backgrounds. good devs adapt.

my advice:

  • React – more jobs, bigger ecosystem
  • Vue – easier to learn, faster to ship solo

pick based on:

  1. jobs in your area
  2. team size
  3. project type

the “best” framework is the one your team already knows. 🚀

Re: Vercel vs Netlify vs Railway – best hosting for startup MVP in 2026?

from a startup that’s scaled from 0 to 10k MAU:

we started on Vercel (free tier), migrated to Railway at $20/mo, now on both.

honest truth:

  • Vercel = best for frontend/Next.js
  • Railway = best for backend/databases
  • Netlify = good but falling behind

don’t overthink the choice. start with Vercel, migrate when you need it.

the real cost is engineering time, not hosting bills. at early stage, just ship. 🚀

Re: Notion vs Obsidian vs Notion vs Craft – confused af which one for thesis??

thesis is brutal, been there. here’s my advice:

Notion – easy but you’re locked in. export can be messy. fine for collab tho

Obsidian – once it clicks, it’s INSANE. the graph view alone is worth it for literature review. steep curve but worth the investment

Craft – pretty but limited. apple users only basically

my pick for thesis: Obsidian. the linking is built for research. you can literally see how ideas connect.

also – whatever you pick, BACKUP. lost 2 months of notes to a sync bug once. never again 😩

Re: Vercel vs Netlify vs Railway – best hosting for startup MVP in 2026?

Startup perspective from someone who’s deployed to all three:

Vercel: Best for startups. The DX is unmatched, and the free tier is generous. The analytics alone are worth it for MVPs.

Railway: If your app needs a real backend (databases, workers, etc.), Railway wins. It’s like Heroku used to be.

Netlify: Great for static sites + forms. But honestly, Vercel caught up and passed them.

Cost reality:

  • MVP stage: all free tiers work
  • Post-MVP: expect $20-50/mo across all

Our stack: Vercel (frontend) + Railway (backend). Best of both worlds.

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

Quick framework for choosing:

  1. Midjourney = best quality, artistic style, subscription needed
  2. DALL-E = ChatGPT integration, safest for commercial, easiest to use
  3. Stable Diffusion = free, local, most customizable but needs GPU

For a startup MVP:

If you need images fast → DALL-E (API is solid)

If you need artistic/unique → Midjourney ( Discord workflow is worth it)

If budget is tight → Stable Diffusion (run locally or use free tiers)

We use DALL-E for our product images because consistency matters. Midjourney for marketing creatives.

ROI: the time you save > the subscription cost.

Re: Vercel vs Netlify vs Railway – best hosting for startup MVP in 2026?

Full breakdown from someone who deployed 5 startups to production:

Vercel:

  • ✅ Best for Next.js out of the box
  • ✅ Amazing DX, zero config
  • ✅ Great analytics built-in
  • ❌ Gets expensive at scale
  • ❌ Limited database options

Railway:

  • ✅ Best DX for full-stack
  • ✅ Built-in DB (PostgreSQL, MySQL)
  • ✅ GPU support now!
  • ❌ Smaller ecosystem

My pick for your MVP:

Railway – you need PostgreSQL, it is built-in. $50/mo gets you plenty.