Loading...
Please wait while we fetch your content
Please wait while we fetch your content
Explore various projects built with Next.js showcasing different features and use cases.
Build Time (Static Generation)
(Demonstrating SSG - Static Site Generation with Next.js 16)
Content management system for blogs with markdown support, tags, and search functionality. Shows SSG and ISR in action.
WebSocket-based chat application with rooms, private messages, and online status. Demonstrates real-time features.
Kanban-style task board with drag-and-drop, team collaboration, and analytics. Shows complex client-side interactions.
Beautiful weather app with forecasts, maps, and location-based data. Demonstrates external API integration.
Complete auth solution with JWT, OAuth, 2FA, and role-based access control. Shows secure authentication patterns.
This page demonstrates Static Site Generation (SSG) with Next.js 16's Cache Components:
Note: In Next.js 16 with cacheComponents enabled, the old revalidate export is not compatible. Use "use cache" directive for granular caching control.