aidenwong812 / client-portal-t3

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

Home Page:https://client-portal-t3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://client-portal-t3.vercel.app

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 3.0%Language:CSS 0.8%Language:Handlebars 0.4%Language:PLpgSQL 0.4%Language:Shell 0.2%