Follow along on Twitter
A blog app built using Next.js 14 server components.
I'm building a web app with Next.js 14 and open sourcing everything. Follow along as we figure this out together.
Features
This project is an experiment to see how a modern app, with features like auth, API routes, and static pages would work in Next.js 14 app dir.
Next.js 14
App dir, Routing, Layouts, Loading UI and API routes.
React 18
Server and Client Components. Use hook.
Database
ORM using Prisma and deployed on MongoDB.
Components
UI components built using Radix UI and styled with Tailwind CSS.
Authentication
Authentication using NextAuth.js and middlewares.
frontpage also includes markdown support for writing blog.
Proudly Open Source
Frontpage is open source
The code is available on GitHub