Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krinskumar/nobrainer-ai_saas

A SaaS concept for generating🎨code, 📸image, 🎥video and 🎵audio. Used OpenAI and ReplicateAI for the generations and Clerk for User Management. Supports Google and GitHub OAuth
https://github.com/krinskumar/nobrainer-ai_saas

ai next openai tailwind

Last synced: about 1 month ago
JSON representation

A SaaS concept for generating🎨code, 📸image, 🎥video and 🎵audio. Used OpenAI and ReplicateAI for the generations and Clerk for User Management. Supports Google and GitHub OAuth

Awesome Lists containing this project

README

        

# [SaaS AI Platform](https://no-brainer-ai-saa-s-concept.vercel.app/)

This is a Full Stack SaaS business concept made using Next.js 13 and Tailwind. You can talk with a bot, and generate code, image, audio, and video.
NOTE - sometimes the generations won't work, because the APIs have their limits. The limits reset every month.

![Home page of the clone](/gh-images/image.png)

## Front End
Using the power of Next.js 13.4 and React, I have created a responsive and dynamic application that is very user-friendly. I also used ShadCN along with Tailwind for accessible and simple components

## Back End
To handle the Users, Clerk was utilized, which is primarily used to manage the users of an application.
Below is the list of AI models used for generation.
- Conversation: OpenAI
- Code: OpenAI
- Image: Dall E - OpenAI
- Audio - Replicate
- Video - Replicate

## Key Features:

- Tailwind design
- Tailwind animations and effects
- Full responsiveness
- Clerk Authentication (Email, Google, Github)
![Sign In page](gh-images/signin.png)
- 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)
- Conversation Generation Tool (Open AI)
- Music Generation Tool (Replicate AI)
- Free tier with API limiting
![generation limit](gh-images/generation.png)
- POST, DELETE, and GET routes in route handlers (app/API)