This is a Next.js project bootstrapped with create-next-app
.
This is the website for LegalBrain built upon T3 stack
- FrontEnd - Next Js + TailWind
- Upstash - Redis Cache + Rate Limiting APIs
- tRPC - To build type safe internal api routes
- PlanetScale - SQL servers
- Prisma - Query the database and render the results
- PineCone - Vector Database
- Steamship - To Build external APIs to use langchain and llms
First, run the development server:
Fork the repo
Create and populate the .env.local variables according to the .env.example file
npm install
# or
yarn
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.