Skip to content

cryptogru725/client-portal-t3

Repository files navigation

template

An opinionated t3 stack starter template.

Features

In additional to the default t3 features, this template includes:

  • React Server Components
  • Next.js Server Actions
  • CRUD Todo
  • Local Db
  • User Profile
  • Payments
  • Multi Tenancy
    • Admin Dashboard
  • CLI generators
    • CRUD generator
    • UI generator

FAQ

Why use TRPC instead of just Server Actions?

Having a framework agnostic data layer lets us share logic between multiple clients (web, mobile, etc).

Why pick Prisma over Drizzle?

Cross database support and a more mature ORM.

Why write a custom Auth.js adapter?

TODO

References

The stack originates from and is updated with create-t3-turbo.

About

The client portal is a web application that enables customers to manage and customize their chatbot's configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors