Taxonomy is a full-stack application template and reference implementation built with the Next.js app router. It serves as a comprehensive starter for developing web applications using server components and modern React patterns.
The project integrates a variety of specialized systems, including an identity management workflow for OAuth and session handling, and a billing system for managing recurring subscriptions and payment events. It also features a content pipeline that transforms Markdown and JSX files into type-safe data collections for rendering blogs and documentation.
The architecture includes a type-safe database access layer for relational data, runtime schema validation for API payloads and forms, and a themed user interface built from accessible, headless primitives.
This repository provides a complete implementation of these features, including the integration of specific tools for database management, authentication, and content processing.