Skip to content

vibhor64/AI-Workflow-Automations-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues License: MIT LinkedIn


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

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
  • React
  • FastAPI
  • MongoDB
  • Celery
  • React Router
  • JWT
  • Google Cloud
  • Discord
  • Notion
  • Airtable

(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 and you will find several small bugs and features that can be quickly added.

Prerequisites

  • npm
    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

    git clone https://github.com/github_username/repo_name.git
  2. Install NPM packages (for frontend)

    npm install
  3. Run the dev server

    npm run dev
  4. Install Python packages (for backend)

    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

    uvicorn main:app --reload
  8. 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
  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

(back to top)

Roadmap

  • 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).

(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 - GitHub

(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!

(back to top)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published