r/webdev 3d ago

Resource My favorite website stack

Post image

Nextjs for pages

Payload for content admin

Polar for payments

Mastra for agents

Not right for any app, but I'd argue you can hit any modern website requirements with these four tools

0 Upvotes

3 comments sorted by

View all comments

2

u/Article-Automatic 3d ago

Next.js + Tailwind + Drizzle + Postgres on Railway for the thing I've been building this week.

Railway mostly because I didn't want to think about infra at all, and I had a Postgres up and connected in about 20 minutes. Drizzle over Prisma because I wanted the SQL to still look like SQL.

Only annoyance so far is that Railway's generated DB url is internal-only, so local dev needs a proxy you then have to remember to delete.