» Tag
nextjs
25 postsParallel Routes in Next.js App Router
Learn how to render multiple pages simultaneously in the Next.js App Router using parallel routes.
Building a Self-Hosted Voice AI Interview Platform with Next.js
Aural is an open-source platform for voice AI interviews, offering interview design and reporting features crucial for engineers.
Exporting Next.js Traces with OpenTelemetry
Next.js automatically traces requests, but you need an exporter to see them. Learn how @vercel/otel sends traces to Sentry or any OTLP backend.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comA Designer's Portfolio Built on Next 16 and Self-Hosted Payload
Details on creating a designer's portfolio using Next.js 16 and Payload.
next/image serves the original file if sharp isn't installed
When sharp is missing in Next 14 apps, next/image serves the original file without optimization. Learn how to resolve this issue.