Skip to content
Norcel

/ blog

Norcel Blog.

Field reports on Next.js, authentication, payments, and the boring infrastructure that makes SaaS ship.

JWT vs Sessions in Next.js: Which Authentication Strategy Should You Use in 2026?
Authentication · · 7 min read

JWT vs Sessions in Next.js: Which Authentication Strategy Should You Use in 2026?

JWTs and database sessions solve different problems. Here's how to choose the right authentication strategy for a production Next.js application in 2026.

Read article

More articles

3 posts
How to Build a Production-Ready SaaS with Next.js
Next.js · · 4 min

How to Build a Production-Ready SaaS with Next.js

A practical walkthrough of the architecture, security, and infrastructure decisions that turn a Next.js prototype into a SaaS you can charge for.

norcel / blog
Authentication · · 4 min

Next.js Authentication in 2026: What Actually Matters

Auth is a moving target. Here's a 2026-ready checklist for production Next.js apps: passwords, sessions, OAuth, MFA, and the things you can skip.

norcel / blog
Database · · 5 min

Postgres for SaaS: Indexes, Constraints, and the Mistakes That Cost You

The Postgres decisions that don't matter until you have 10,000 users, and the ones that matter from day one. A field report from running Postgres in production.