Skip to content

The ultimate full-stack, typesafe Next.js SAAS starter, merging the innovations of Next.js 13, server components, and the T3 Stack.

License

Notifications You must be signed in to change notification settings

FranciscoMoretti/t3-saas-starter

Repository files navigation

T3-Taxonomy

This repository combines the best of both worlds, merging the powerful features of the taxonomy application with the streamlined development setup of create-t3-app. The result is a versatile and efficient project built on the T3 Stack.

Getting Started

This project is based on the T3 Stack and bootstrapped with create-t3-app. Follow the steps below to get started:

  1. Clone the Repository:

    git clone https://github.com/FranciscoMoretti/t3-taxonomy.git
  2. Install Dependencies:

    cd t3-taxonomy
    pnpm install
  3. Configuration:

    Copy the .env.example file to .env.local and update the variables as needed:

    cp .env.example .env.local
  4. Run the Development Server:

    pnpm dev

    The application will be accessible at http://localhost:3000.

Features

  • T3 Stack Base: Built on the foundation of T3 Stack using create-t3-app.
  • Next.js 13 and Server Components: Embracing the latest features for enhanced performance and flexibility.
  • Authentication: Utilizing NextAuth.js for authentication.
  • ORM and Database: Leveraging Prisma and hosting the database on PlanetScale.
  • UI Components: Shadcn/ui to design your UI using Tailwind CSS and Radix UI components.
  • Documentation and Blog: Using MDX and Contentlayer for documentation and blogging.
  • Subscriptions: Implementing subscriptions using Stripe.
  • Validations: Ensuring data integrity with Zod for validations.
  • **Written in TypeSc

Learn More

To explore more about the T3 Stack and its components, refer to the following resources:

License

This project is licensed under the MIT license.

About

The ultimate full-stack, typesafe Next.js SAAS starter, merging the innovations of Next.js 13, server components, and the T3 Stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published