https://github.com/kanai2003/ai-saas
Brinda -> Next Js AI SaaS website
https://github.com/kanai2003/ai-saas
Last synced: 8 months ago
JSON representation
Brinda -> Next Js AI SaaS website
- Host: GitHub
- URL: https://github.com/kanai2003/ai-saas
- Owner: Kanai2003
- License: mit
- Created: 2023-10-21T09:59:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T15:51:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T04:32:42.607Z (10 months ago)
- Language: TypeScript
- Homepage: https://brinda.vercel.app
- Size: 960 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Brinda](https://brinda.vercel.app) 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](https://brinda.vercel.app)
- **Website URL :** [https://brinda-kanailalmanna.vercel.app](https://brinda-kanailalmanna.vercel.app)## Table of Contents
- [Description](#description)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)## Description
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.
## Technologies Used
- **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.## Getting Started
Provide instructions on how to set up the project locally. Include any prerequisites, configuration, or environment setup that is required.
# Clone the repository
```
git clone https://github.com/Kanai2003/AI-SaaS
cd brinda
```# Install dependencies
```
npm install
```# Set up environment variables
```
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=/dashboardOPENAI_API_KEY=
REPLICATE_API_TOKEN=
DATABASE_URL= mongoDB data base URL
```# Start the development server
```
npm run dev
```## Contributing
If you'd like to contribute to the project, please follow these steps:
1. Fork the repository
2. Create a new branch
3. Make your changes
4. Test your changes
5. Submit a pull request## License
This project is licensed under the [Your License] License - see the [LICENSE](LICENSE) file for details.