Overview of Taxonomy technology stack
mainTaxonomy is an experimental open-source application designed to demonstrate the capabilities of Next.js 13+ features like the App Router and Server Components. It serves as a reference for building modern applications with the following stack:
- Framework: Next.js (App Router, Server/Client Components, Route Handlers, Middleware)
- Authentication: NextAuth.js
- Database & ORM: Prisma with PlanetScale
- Styling: Tailwind CSS
- UI Components: Radix UI
- Content/Docs: MDX and Contentlayer
- Payments/Subscriptions: Stripe
- Validation: Zod
- Language: TypeScript