This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).
ChatGPT is a full working ChatGPT clone with Google Authentication made with Next.js, Firebase and OpenAI API. The API endpoint allows users to make requests to the OpenAl API for various natural language processing tasks
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
It has :
- 🔐- User Authentication using Firebase and Next Auth
- 🧠- Chat responses by not only powerful OpenAI API
- 🖌️- Styled with Tailwind CSS
- 📤 - Firestore Database to store and manage chats
Deployed using Vercel CLI continuous deployment linked with its github repo
Made with Interest and passion ....😀