Here's how I usually structure my Next/React apps.
Let's talk about styling, data fetching, UI libraries, settings, and more.
Styling
The short story is Tailwind. Why? It was easy for me to pick up, stays consistent whenever I revisit old projects, and works... See more
15 tips I picked up from a 2 week sprint to build a fully functional saas product with claude code
(yes it's a vibe marketing tool, will launch soon!)
1) Claude Code in the terminal as the workhorse
2) GPT-5 to fix bugs, map features, build... See more
Here's how I'm coding with AI lately, might be helpful!
1. I write code primarily using agents, using models like Opus 4.5 and Codex Max for long-running tasks or tricky bugs, and Composer for frontend changes or fast updates (I still review the code).
2. Most of my web dev work happens... See more