https://next-ai-platform.onrender.com/
demo video 👇 https://www.youtube.com/watch?v=3rfHoSe_oMU
- Stripe monthly subscription
- Stripe Top up credits
- Free tier with API limiting
- RealTime Customer Support
- Tailwind design animations and effects
- Full responsiveness
- Clerk Authentication (Email, Google, 9+ Social Logins)
- Code Generation Tool (Yiyan AI)
- Video Generation Tool (Replicate AI)
- Conversation Generation Tool (Yiyan AI)
- Music Generation Tool (Replicate AI)
- Page loading state
Node version 18.x.x
npm i
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
OPENAI_API_KEY=
REPLICATE_API_TOKEN=
DATABASE_URL=
STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET=
NEXT_PUBLIC_APP_URL="http://localhost:3000"
npx prisma db push
npm run dev
stripe listen --forward-to localhost:3000/api/webhook
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |