An open source application built using the new router, server components and everything new in Next.js 13.
Find a file
2022-11-03 15:12:02 +04:00
app fix: force dynamic 2022-11-03 14:52:35 +04:00
components fix: add disable state when loading 2022-11-03 12:07:45 +04:00
content feat: implement mdx pages 2022-11-03 12:05:48 +04:00
lib feat: implement mdx pages 2022-11-03 12:05:48 +04:00
pages feat: implement next-auth middleware 2022-10-28 11:43:52 +04:00
prisma feat: initial commit 2022-10-26 17:18:06 +04:00
public feat: initial commit 2022-10-26 17:18:06 +04:00
styles feat: initial commit 2022-10-26 17:18:06 +04:00
types feat: initial commit 2022-10-26 17:18:06 +04:00
.env.example feat: initial commit 2022-10-26 17:18:06 +04:00
.eslintrc.json feat: initial commit 2022-10-26 17:18:06 +04:00
.gitignore feat: initial commit 2022-10-26 17:18:06 +04:00
.nvmrc feat: initial commit 2022-10-26 17:18:06 +04:00
LICENSE.md feat: initial commit 2022-10-26 17:18:06 +04:00
middleware.ts feat: implement next-auth middleware 2022-10-28 11:43:52 +04:00
next.config.js fix: try canary 2022-11-03 15:12:02 +04:00
package.json fix: try canary 2022-11-03 15:12:02 +04:00
postcss.config.js feat: initial commit 2022-10-26 17:18:06 +04:00
README.md docs: update README 2022-11-02 14:54:19 +04:00
tailwind.config.js feat: initial commit 2022-10-26 17:18:06 +04:00
tsconfig.json feat: implement blog using next-mdx-remote 2022-10-31 21:52:25 +04:00
yarn.lock fix: try canary 2022-11-03 15:12:02 +04:00

Taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.

Warning

This app is a work in progress. I'm building this in public. You can follow the progress on Twitter @shadcn. See the roadmap below.

Demo

screenshot-2

About this project

Right now, I'm using this project as an experiment to see how a modern app (with features like authentication, subscriptions, API routes, static pages for docs ...etc) would work in Next.js 13 and server components.

I'll be posting updates and issues here.

A few people have asked me to turn this into a starter. I think we could do that once the new features are out of beta.

Features

  • New /app dir,
  • Routing, Layouts, Nested Layouts and Layout Groups.
  • Data fetching, Caching and Mutation.
  • Loading UI,
  • Server and Client Components.
  • API Routes and Middlewares.
  • Authentication using NextAuth.js.
  • ORM using Prisma.
  • UI Components built using Radix UI.
  • Styled using Tailwind CSS.
  • Validations using Zod.
  • Written in TypeScript.

Roadmap

Warning

This app is a work in progress. I'm building this in public. You can follow the progress on Twitter @shadcn.

  • Responsive styles.
  • Subscriptions using Stripe.
  • Add Media Library.
  • Add Pages.
  • Build the front-end for blogs.
  • Add support for custom domains for blogs.
  • Build marketing pages (use a headless CMS?)
  • Add MDX support for basic pages.
  • Add OG image for blog using @vercel/og.
  • Dark mode.

Known Issues

A list of things not working right now:

  1. GitHub authentication (use email)

Why not trpc, Turborepo, pnpm or X?

I might add this later. For now, I want to see how far we can get using Next.js only.

If you have some suggestions, feel free to create an issue.

Running Locally

  1. Install dependencies using Yarn:
yarn
  1. Copy .env.example to .env.local and update the variables.

  2. Start the development server:

yarn dev

License

Licensed under the MIT license.