This is a Next.js project bootstrapped with create-next-app
.
Interface project to integrate with AI and payment tools
Provide .env values
1 - Create a Clerk account
2 - Create a Stripe account and login
stripe login
3 - Get a stripe secret key and keep terminal running
stripe listen --forward-to localhost:3000/api/webhook
4 - Provide the key to use Gemini and Replicate apis
5 - Install and run Docker Desktop
docker-compose up -d
6 - Run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Provide input to application and have a natural conversation with AI
- Provide a short input and receive music results from AI
- Provide input and receive image results from AI
- Provide input and receive video results from AI
- Provide technical input and receive code results from AI
- Author - Nathally Souza