Brinda AI-SaaS Website
Welcome to Brinda, an AI-SaaS website designed to offer various services and solutions using advanced technologies.
- Website URL : https://brinda.vercel.app
- Website URL : https://brinda-kanailalmanna.vercel.app
Brinda is an AI-SaaS website that combines various technologies and services to provide innovative solutions such as Answering a question, Generate: Code, Image, Video, Music. Please visit and experience the power of AI.
- Nest.js: A progressive Node.js framework for building efficient and scalable server-side applications.
- Prisma: A modern database toolkit for Node.js and TypeScript.
- MongoDB: A NoSQL database used for storing data.
- Clerk: An authentication and user management service.
- Crisp: Live chat and email support platform.
- OpenAI: For AI and natural language processing capabilities.
- Replicate AI: Leveraging AI models for data generation and analysis.
- React: A popular JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for designing responsive and efficient web applications.
- Stripe: Payment processing for handling transactions.
Provide instructions on how to set up the project locally. Include any prerequisites, configuration, or environment setup that is required.
git clone https://github.com/Kanai2003/AI-SaaS
cd brinda
npm install
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= mongoDB data base URL
npm run dev
If you'd like to contribute to the project, please follow these steps:
- Fork the repository
- Create a new branch
- Make your changes
- Test your changes
- Submit a pull request
This project is licensed under the [Your License] License - see the LICENSE file for details.