Nuro AI is a AI chatbot SaaS that uses Open AI and GPT-3. Users can communicate freely with Chat GPT and gather information by asking questions. Users can also login thorugh the use of NextAuth.js, implementing a Google provider to allow users to sign in with their Gmail account. A full Stripe payment process is also added, allowing users to choose a monthly plan.
FIrst, clone the repository and install the necessary dependencies:
npm install
# or
yarn install
# or
pnpm install
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.