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

https://github.com/csvidit/turbobiz

(Under active development) Generate a business idea by leveraging the power of AI. Made using Next.js, OpenAI, and Firebase
https://github.com/csvidit/turbobiz

firebase nextjs openai

Last synced: 3 months ago
JSON representation

(Under active development) Generate a business idea by leveraging the power of AI. Made using Next.js, OpenAI, and Firebase

Awesome Lists containing this project

README

          

# turbobiz

Create a business idea. Fast.

## How it works

The web application itself is made in NextJS using TypeScript as much as possible. It generates a prompt and then calls OpenAI's ChatCompletions API for the GPT 3.5 Turbo model (more cost effective, with similar results for our use case). The results is then parsed and presented to the user. Should the user want to do so, they can also open a Google Domains search page for buying a domain name close to the suggested business name.

## Tech Stack

* React components
* Tailwind CSS
* Framer Motion
* Next.js API routes
* Firebase Authentication (only Google OAuth as of now)
* Firebase Cloud Firestore
* Firebase Cloud Functions

## Screenshots