DEV Community

PRIYANSHU SINGH
PRIYANSHU SINGH

Posted on

I Built a Developer Blog Using Next.js App Router, Velite, and Firebase β€” Here's How

Image description

Hey everyone! πŸ‘‹

Over the past couple of months, I’ve been working on building my own blog β€” not with WordPress or a headless CMS, but from scratch using tools I enjoy. I wanted something fast, fully under my control, and fun to build.

The result? ghoops.me β€” a minimal blog for writing about AI tools, productivity workflows, and web dev insights.


🚧 Why I Built It Instead of Using Dev.to or Hashnode

Dev.to and similar platforms are great, but I wanted:

  • Full control over content structure
  • Markdown with MDX component support
  • Custom metadata (likes, views, author profiles)
  • A playground for trying out tools like Firebase, analytics, and SEO experiments

🧰 The Stack

  • Next.js App Router β€” for routing and static site generation
  • Velite β€” markdown-first content manager (a lightweight alternative to Contentlayer)
  • Firebase Firestore β€” to store likes, views, and author data
  • TailwindCSS β€” for a clean, mobile-first UI
  • Framer Motion β€” subtle page transitions
  • Supabase β€” used for tracking trending posts via page views

πŸ“š Some Articles I’ve Published So Far

Here are a few posts you might like:


πŸ’‘ Lessons I Learned

  • Firebase is great for micro features like likes and view tracking
  • Velite + MDX is powerful and intuitive for managing blog content
  • App Router in Next.js requires a bit of learning, but works well for static blogs
  • SEO is a long game β€” but you have more power when you own your platform

πŸ™Œ Your Feedback Is Welcome

If you have a moment, I’d love feedback on:

  • Blog performance (speed, responsiveness)
  • Design simplicity or readability
  • Any bugs or improvements you notice

You can check it out at ghoops.me β€” open to suggestions and collaboration!


🎯 TL;DR

Built a static developer blog using Next.js App Router, Velite, Firebase, and Tailwind. It’s SEO-friendly, fast, and fun to hack on. I’ll keep publishing articles around AI tools, indie dev workflows, and productivity systems.

Thanks for reading πŸ™Œ

Top comments (0)