Note
The project is deployed on Render's free plan, causing initial load delays as the node sleeps during inactivity. This is due to the free plan's dormancy feature.
Important
The OpenAI and ReplicateAI are on a free plan, so at the time of your visit, it may not be working due to the expiration of the free trial.
- Tailwind design
- Tailwind animations and effects
- Full responsiveness
- Clerk Authentication (Email, Google, 9+ Social Logins)
- Client form validation and handling using react-hook-form
- Server error handling using react-toast
- Image Generation Tool (Open AI)
- Video Generation Tool (Replicate AI)
- Code Generation Tool (Open AI)
- Music Generation Tool (Replicate AI)
- Stripe Integration
- Free tier with API limiting
To generate the Prisma Client based on your schema
npx prisma generate
To apply these migrations
npx prisma db push
npm run dev