Welcome to the repository of Wizz, your State-of-the-Art AI SaaS Platform! This project aims to provide users with a comprehensive suite of AI tools, including an AI assistant, code helper, image generator, video generator, and music generator. Powered by Next.js 14 App Router, our platform prioritizes efficiency and user-centric design.
- Frontend: React, Next.js 14 App Router, Tailwind CSS
- Backend: Prisma, PostgreSQL
- Authentication: Clerk
- Customer Support: Crisp Chat
- AI Services: OpenAI, Replicate AI
To get started with the project, follow these instructions:
npm install
Create a .env
file in the root directory of the project.
- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
- CLERK_SECRET_KEY
- OPENAI_API_KEY
- REPLICATE_API_TOKEN
- DATABASE_URL
- DIRECT_URL
- CRISP_WEBSITE_ID
npm run dev
- History Feature - retain previous prompts
- Integrate payment - pro subscription
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.