Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivabhattacharjee/quibble
Quibble, a content generation bot, simplifies and elevates your creative process. Whether crafting engaging blog posts, soulful song lyrics, or attention-grabbing Insta captions, Quibble's advanced algorithms seamlessly transform your ideas into polished, professional content.
https://github.com/shivabhattacharjee/quibble
ai aibot chatbot contentwr gemini gemini-pro generativeai nextjs14 serverless tailwindcss typescript
Last synced: 3 days ago
JSON representation
Quibble, a content generation bot, simplifies and elevates your creative process. Whether crafting engaging blog posts, soulful song lyrics, or attention-grabbing Insta captions, Quibble's advanced algorithms seamlessly transform your ideas into polished, professional content.
- Host: GitHub
- URL: https://github.com/shivabhattacharjee/quibble
- Owner: ShivaBhattacharjee
- License: apache-2.0
- Created: 2024-01-02T16:58:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T18:56:07.000Z (9 months ago)
- Last Synced: 2024-05-01T13:39:27.765Z (7 months ago)
- Topics: ai, aibot, chatbot, contentwr, gemini, gemini-pro, generativeai, nextjs14, serverless, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://quibble.theshiva.xyz/
- Size: 176 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quibble
![NextJs](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![GitHub repo size](https://img.shields.io/github/repo-size/shivabhattacharjee/Quibble)
Quibble: Where Ideas Find Their Digital Voice
View Demo
.
Report Bug
.
Request Feature
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [API KEYS](#api-keys)
- [Local](#local)
- [Docker](#docker)
- [Host your own](#host-your-own)
- [Contributing](#contributing)
- [Creating A Pull Request](#creating-a-pull-request)
- [Raising an issue](#raising-an-issue)
- [Code of conduct](#code-of-conduct)
- [License](#license)
- [Authors](#authors)## About The Project
![Screenshot from 2024-01-20 09-53-44](https://github.com/ShivaBhattacharjee/Quibble/assets/95211406/914f6d78-9707-42c1-b4f4-20aeef5ca987)
![Screenshot from 2024-01-20 10-21-05](https://github.com/ShivaBhattacharjee/Quibble/assets/95211406/897d4339-4781-4736-9300-ac1604c48a28)Quibble, a content generation bot, simplifies and elevates your creative process. Whether crafting engaging blog posts, soulful song lyrics, or attention-grabbing Insta captions, Quibble's advanced algorithms seamlessly transform your ideas into polished, professional content. Say farewell to creative blocks as Quibble becomes your reliable partner, delivering tailored and compelling creations that align with your unique style and preferences. Elevate your content game effortlessly with Quibble at your side.
## Built With
Quibble is built using NextJs
* [NextJS](https://nextjs.org)
* [NextAuth](https://next-auth.js.org/)
* [TailwindCss](https://tailwindcss.com/)## Getting Started
### Prerequisites
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
NodeJs is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to execute JavaScript code outside of a web browser, making it possible to create server-side applications with JavaScript. Node.js is fast, lightweight, and scalable, making it popular for building modern web applications.
### Installation
#### API KEYS
Get api keys from :-
- [Gemini API key](https://makersuite.google.com/app/apikey)- [GOOGLE CLIENT (OAUTH)](https://console.cloud.google.com/)
### Local
```Rename .env.example to .env.local and fill the required fields```
```bash
git clone https://github.com/ShivaBhattacharjee/Quibble
```
```
cd Quibble
```
```
npm install
```
```
npm run dev
```
Server will start at http://localhost:3000/## Docker
Image will be available soon## Host your own
* ## Vercel[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FShivaBhattacharjee%2FQuibble)
* ## Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ShivaBhattacharjee/Quibble)
* ## Render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ShivaBhattacharjee/Quibble)
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/ShivaBhattacharjee/Quibble/issues) to discuss it* Please make sure you check your spelling and grammar.
### Creating A Pull Request
Wanna contribute to Quibble ?
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/FeatureName`)
3. Commit your Changes (`git commit -m 'Add some FeatureName'`)
4. Push to the Branch (`git push origin feature/FeatureName`)
5. Open a Pull Request## Raising an issue
If you're experiencing any problems with Quibble, please be sure to review our [issue template](https://github.com/ShivaBhattacharjee/Quibble/tree/main/.github/ISSUE_TEMPLATE) before opening a new issue. The template includes a list of questions and prompts that will help us better understand the issue you're experiencing, and it will ensure that we have all of the necessary information to investigate the problem.
We kindly ask that you provide as much detail as possible when submitting an issue, including steps to reproduce the problem, any error messages that you have seen, and any other relevant information. This will help us to identify and fix the issue more quickly.
Thank you for your cooperation, and we look forward to hearing from you!
## Code of conduct
Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.
## License
Distributed under the Apache License 2.0 . See [LICENSE](https://github.com/ShivaBhattacharjee/Quibble/blob/main/LICENSE) for more information.
## Authors
* **Shiva Bhattacharjee** - [Shiva Bhattacharjee](https://github.com/ShivaBhattacharjee) - *Quibble*