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

https://github.com/vibhor64/ai-workflow-automations-tool

Create automations leveraging AI using intuitive graphs! (Currently under development)
https://github.com/vibhor64/ai-workflow-automations-tool

fastapi genai reactflow reactjs worflows zustandjs

Last synced: about 1 month ago
JSON representation

Create automations leveraging AI using intuitive graphs! (Currently under development)

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Weavebot


AI-native Workflow Automation Tool - A FOSS Initiative


Explore Platform »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://example.com)

There are several tools for automating your workflows but none of them are free, and has huge learning curves. Weavebot is a (100%) Free and Open-Source platform that is so comically easy to use that even a wet rock can craft a pipeline for generating MOMs for his daily stand-ups in slack.

Why we standout:
* Stupidly simple UI
* Privacy focused: we don't track or store any of your personal data.
* 100+ ready made templates
* 50+ 3rd party integration options
* Deploy once, stay *carefree* forever
* API integration for devs
* Community-driven support 💪
* 100% free - this one's on the house!

The project is currently under development. At the end of the day, this is just a side project of a university student. If you face any bugs or issues feel free to Report Bug.

(back to top)

### Built With

* ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
* [![React][React.js]][React-url]
* ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi)
* ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)
* ![Celery](https://img.shields.io/badge/celery-%23a9cc54.svg?style=for-the-badge&logo=celery&logoColor=ddf4a4)
* ![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
* ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens)
* ![Google Cloud](https://img.shields.io/badge/GoogleCloud-%234285F4.svg?style=for-the-badge&logo=google-cloud&logoColor=white)
* ![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)
* ![Notion](https://img.shields.io/badge/Notion-%23000000.svg?style=for-the-badge&logo=notion&logoColor=white)
* ![Airtable](https://img.shields.io/badge/Airtable-18BFFF?style=for-the-badge&logo=Airtable&logoColor=white)

(back to top)

## Getting Started

Calling in contributors! It is very easy to add small functionalities to this clean and maintained codebase. Please check [issues][issues-url] and you will find several small bugs and features that can be quickly added.

### Prerequisites

* npm
```sh
npm install npm@latest -g
```
* Python `3.12.6`

### Installation

_Below is an example of how you can easily setup the codebase._

1. Clone the repo
```sh
git clone https://github.com/github_username/repo_name.git
```
2. Install NPM packages (for frontend)
```sh
npm install
```
3. Run the dev server
```sh
npm run dev
```

4. Install Python packages (for backend)
```js
pip install -r requirements.txt
```
5. Create .env file in the `backend` directory and copy the contents of the `template.env` file. You can find the `template.env` file in the `backend` directory itself.
6. Add necessary credentials needed for your setup. This can include OAuth credentials, MongoDB credentials, 3rd party integration credentials, and more. You will need to go to their respective developer program platforms to get these credentials.
7. Run the FastAPI server
```sh
uvicorn main:app --reload
```
8. Change git remote url to avoid accidental pushes to base project
```sh
git remote set-url origin github_username/repo_name
git remote -v # confirm the changes
```
9. Code your magic 🚀

(back to top)

## Usage

_Please head over to [link] for a complete guide on how to use this tool._
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the [Documentation](https://example.com)_

(back to top)

## Roadmap

- [x] Add a homepage
- [x] Use font: geist mono
- [x] Inspiration: https://onepagelove.com/reactin
- [x] Tutorial for new users
- [ ] Virtual scrolling for databases
- [ ] Load databases only when user clicks on them
- [ ] Cache frequently used templates in local storage
- [ ] Add more integrations and webhooks
- [ ] Make the UI prettier
- [ ] Improve onboarding experience
- [ ] Make WCAG 2 compliant

See the [open issues](https://github.com/vibhor64/AI-Workflow-Automations-Tool/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### Top contributors:


contrib.rocks image

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

Vibhor Sharma - [Linkedin](https://www.linkedin.com/in/vibhor-sharma64/) - [GitHub](https://github.com/vibhor64)

(back to top)

## Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/)
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
* [Img Shields](https://shields.io)
* [GitHub Pages](https://pages.github.com)
* [Font Awesome](https://fontawesome.com)
* [React Icons](https://react-icons.github.io/react-icons/search)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/vibhor64/AI-Workflow-Automations-Tool.svg?style=for-the-badge
[contributors-url]: https://github.com/vibhor64/AI-Workflow-Automations-Tool/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/vibhor64/AI-Workflow-Automations-Tool.svg?style=for-the-badge
[forks-url]: https://github.com/vibhor64/AI-Workflow-Automations-Tool/network/members
[stars-shield]: https://img.shields.io/github/stars/vibhor64/AI-Workflow-Automations-Tool.svg?style=for-the-badge
[stars-url]: https://github.com/vibhor64/AI-Workflow-Automations-Tool/stargazers
[issues-shield]: https://img.shields.io/github/issues/vibhor64/AI-Workflow-Automations-Tool.svg?style=for-the-badge
[issues-url]: https://github.com/vibhor64/AI-Workflow-Automations-Tool/issues
[license-shield]: https://img.shields.io/github/license/vibhor64/AI-Workflow-Automations-Tool.svg?style=for-the-badge
[license-url]: https://github.com/vibhor64/AI-Workflow-Automations-Tool/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/vibhor-sharma64/
[product-screenshot]: screenshots/weavebot_showcase.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[Angular-url]: https://angular.io/
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
[Svelte-url]: https://svelte.dev/
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[Laravel-url]: https://laravel.com
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com