
AI-native Workflow Automation Tool - A FOSS Initiative
Explore Platform »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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.
Calling in contributors! It is very easy to add small functionalities to this clean and maintained codebase. Please check issues and you will find several small bugs and features that can be quickly added.
- npm
npm install npm@latest -g
- Python
3.12.6
Below is an example of how you can easily setup the codebase.
-
Clone the repo
git clone https://github.com/github_username/repo_name.git
-
Install NPM packages (for frontend)
npm install
-
Run the dev server
npm run dev
-
Install Python packages (for backend)
pip install -r requirements.txt
-
Create .env file in the
backend
directory and copy the contents of thetemplate.env
file. You can find thetemplate.env
file in thebackend
directory itself. -
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.
-
Run the FastAPI server
uvicorn main:app --reload
-
Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
-
Code your magic 🚀
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
- Add a homepage
- Use font: geist mono
- Inspiration: https://onepagelove.com/reactin
- 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 for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Vibhor Sharma - Linkedin - GitHub
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!