An open API service indexing awesome lists of open source software.

https://github.com/cryptogru812/client-portal-t3

The client portal is a web application that enables customers to manage and customize their chatbot's configuration.
https://github.com/cryptogru812/client-portal-t3

nextjs oauth openai shadcn-ui t3-stack turborepo voiceflow

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# template

An opinionated [t3 stack](https://create.t3.gg/) starter template.

## Features

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

- [x] ~React Server Components~
- [x] ~Next.js Server Actions~
- [x] ~CRUD Todo~
- [x] ~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](https://github.com/t3-oss/create-t3-turbo).