../blog
The Portfolio Remake
20 Sept 2026portfolio / profolio / dev
Rebuilt the site from scratch
Finally got around to redoing proflare.dev. The old site was one static HTML page - this one is a next.js webapp that looks 10x cooler!
What's new
- Multi-page layout — Home, Projects, Blog, About, and Contact are now actual separate pages instead of one long scroll
- Individual project pages — each project gets its own page instead of being cramped in a small card
- Live stats — download counts pull straight from the Modrinth API instead of being hardcoded, so they're always accurate
- Discord widget — the Contact page shows live online/member counts from the Discord server
- This blog — yeah, i added this for some reason...
Technical Details
- Next.js (App Router) + Tailwind
- Deployed on Cloudflare Workers via OpenNext
- Posts stored in D1, written in Markdown through a simple admin UI
- New posts can auto-announce in Discord with an embed when I publish
More devlog stuff to come as I keep building.