Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.07 KB

README.md

File metadata and controls

48 lines (33 loc) · 2.07 KB

CogniWrench

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.

FEATURES

  • 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

Database

To generate the Prisma Client based on your schema

npx prisma generate

To apply these migrations

npx prisma db push

Start the app

npm run dev