Taxonomy Edge

screenshot of Taxonomy Edge
nextjs
tailwind
shadcn-ui
drizzle-orm
planetscale

taxonomy starter app at the edge

Overview:

Taxonomy at the Edge is an experimental application optimized to run in the Edge Runtime. It is a fork of the original Taxonomy application and has undergone several changes to make it compatible with the edge runtime. The purpose of this application is to deploy a pre-built, state-of-the-art Next.js application on Cloudflare Pages, which requires the edge runtime.

Features:

  • New /app directory
  • 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 Firebase Auth with next-firebase-auth-edge
  • ORM using Drizzle
  • Database on PlanetScale using the Serverless Driver
  • UI Components built using Radix UI
  • Documentation and blog using MDX and next/mdx
  • Subscriptions using Stripe, adapted to work in edge runtime
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Summary:

Taxonomy at the Edge is an experimental application optimized to run in the Edge Runtime. It is a modified version of the original Taxonomy application, with various changes made to enable compatibility with the edge runtime. This application offers several features, such as routing, data fetching, authentication, and more. By deploying this application on Cloudflare Pages with the edge runtime, users can experience improved performance and 0ms cold starts.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

planetscale
Planetscale

PlanetScale is a MySQL-compatible serverless database that brings you scale, performance, and reliability — without sacrificing developer experience.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.