Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadcn/taxonomy
An open source application built using the new router, server components and everything new in Next.js 13.
https://github.com/shadcn/taxonomy
nextauthjs nextjs prisma radix-ui tailwindcss typescript vercel
Last synced: 3 months ago
JSON representation
An open source application built using the new router, server components and everything new in Next.js 13.
- Host: GitHub
- URL: https://github.com/shadcn/taxonomy
- Owner: shadcn-ui
- License: mit
- Created: 2022-10-18T18:15:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T06:31:57.000Z (4 months ago)
- Last Synced: 2024-08-03T01:11:20.553Z (3 months ago)
- Topics: nextauthjs, nextjs, prisma, radix-ui, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://tx.shadcn.com
- Size: 13.8 MB
- Stars: 18,124
- Watchers: 181
- Forks: 2,514
- Open Issues: 203
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shadcn-ui - taxonomy - An open source application built using the new router, server components and everything new in Next.js. (Boilerplates)
- awesome-shadcn-ui - taxonomy - An open source application built using the new router, server components and everything new in Next.js. (Boilerplates)
- awesome-shadcn-ui - taxonomy - An open source application built using the new router, server components and everything new in Next.js (Boilerplates / Templates / Portfolios)
- awesome-nextjs - Taxonomy - An example app built using Next.js 13 server components. (Apps)
- awesome-codebases - Taxonomy - An open source application built using the new router, server components and everything new in Next.js 13. (**Awesome Codebases** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome))
- StarryDivineSky - shadcn/taxonomy
- Awesome-NextJs - Taxonomy - [demo](https://tx.shadcn.com/) (Nextjs Templates)
- awesome-shadcn-ui - taxonomy - An open source application built using the new router,server components and everything new in Next.js. (Templates)
- awesome-shadcn-ui - taxonomy - An open source application built using the new router,server components and everything new in Next.js. (Templates)
- fucking-awesome-nextjs - Taxonomy - An example app built using Next.js 13 server components. (Apps)
README
# 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](https://twitter.com/shadcn).
> See the roadmap below.## About this project
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.
**This is not a starter template.**
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.
## Note on Performance
> **Warning**
> This app is using the unstable releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready.
> **Expect some performance hits when testing the dashboard**.
> If you see something broken, you can ping me [@shadcn](https://twitter.com/shadcn).## Features
- New `/app` dir,
- Routing, Layouts, Nested Layouts and Layout Groups
- Data Fetching, Caching and Mutation
- Loading UI
- Route handlers
- Metadata files
- Server and Client Components
- API Routes and Middlewares
- Authentication using **NextAuth.js**
- ORM using **Prisma**
- Database on **PlanetScale**
- UI Components built using **Radix UI**
- Documentation and blog using **MDX** and **Contentlayer**
- Subscriptions using **Stripe**
- Styled using **Tailwind CSS**
- Validations using **Zod**
- Written in **TypeScript**## Roadmap
- [x] ~Add MDX support for basic pages~
- [x] ~Build marketing pages~
- [x] ~Subscriptions using Stripe~
- [x] ~Responsive styles~
- [x] ~Add OG image for blog using @vercel/og~
- [x] Dark mode## Known Issues
A list of things not working right now:
1. ~GitHub authentication (use email)~
2. ~[Prisma: Error: ENOENT: no such file or directory, open '/var/task/.next/server/chunks/schema.prisma'](https://github.com/prisma/prisma/issues/16117)~
3. ~[Next.js 13: Client side navigation does not update head](https://github.com/vercel/next.js/issues/42414)~
4. [Cannot use opengraph-image.tsx inside catch-all routes](https://github.com/vercel/next.js/issues/48162)## Why not tRPC, Turborepo 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 pnpm:
```sh
pnpm install
```2. Copy `.env.example` to `.env.local` and update the variables.
```sh
cp .env.example .env.local
```3. Start the development server:
```sh
pnpm dev
```## License
Licensed under the [MIT license](https://github.com/shadcn/taxonomy/blob/main/LICENSE.md).