Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork86
Revert makes it incredibly easy to build integrations with any third party API
License
revertinc/revert
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
We've joined the incredible team atAmpersand to take the future of product integrations forward in the Agentic Era.
Start building now 👉 :https://docs.withampersand.com/
Get started ·Docs ·Issues ·Discord ·Get in touch
Revert makes it incredibly easy to build integrations with any third party API such as
- Go-to-market tools like CRMs (Salesforce, Hubspot).
- Communication tools (Slack, MS Teams)
- Ticketing tools like (Jira, Asana)
We believe anopen source unified API enables us to cover the long tail of third party APIs while empowering engineers to customise the integration code we offer out of the box. This way engineers can use us over building everything from scratch.
You might want to check us out if
- You are developer building a B2B product
- You have a ton of integrations on your roadmap
- Your focus is building your core product vs maintaining integration code
- You want to move fast and not break things
Sign up for an account or read our docshere !
- Seamless Integration: Revert has pre-configured apps on all these platforms so you don't have to create them and deal with nuances on each platform.
- Graceful Failure Handling: Ensures smooth handling of expired permissions by customers, preventing any service disruptions.
- Automatic OAuth Token Refresh: OAuth tokens are automatically refreshed, ensuring continuous API functionality.
- API Retry Mechanism: Revert automatically retries failed API calls, improving reliability and minimizing potential issues.
- SDKs for Popular Frameworks: Ready-to-use SDKs available for React, Vue, and Angular, enabling quick and easy integration.
- Self-Hosted: Provides the flexibility to self-host the integration solution, giving you full control over deployment and data.
The easiest way to get started is to create aRevert Cloud account. The cloud version offers the same functionality as the self-hosted one.
If you want to self-host Revert though, you can do that today with docker-compose as instructed below.
The easiest way to start with self-hosted Revert is to run it via docker-compose:
# Get the codegit clone --depth 1 https://github.com/revertinc/revert# Copy the example env filecd revertcp .env.example .envcp packages/backend/.env.example packages/backend/.envcp packages/client/.env.example packages/client/.envcp packages/js/.env.example packages/js/.envcp packages/react/.env.example packages/react/.envcp packages/vue/.env.example packages/vue/.env# Ensure that clerk is setup in `client` and a user is created by following the instructions here: https://docs.revert.dev/overview/developer-guide/developer-guide#-revertdotdev-client# Update these .env files with any of your own secrets if you'd like to.# Then In the root directory run# When running for the first time to seed the database. (RUN ONLY ONCE)docker-compose run db-seed# For subsequent runsdocker-compose up -d
The UI is now available athttp://localhost:3000 and the backend is available athttp://localhost:4001.


This repo contains a set of packages under@reverdotdev/ namespace such as:
@revertdotdev/backend: The core Revert API that powers the frontend SDKs.@revertdotdev/revert-react: Official SDK for React.@revertdotdev/revert-vue: Official SDK for Vue.@revertdotdev/js: Official SDK for Javascript.- ...
The reporevert-example-apps contains a set of examples how to use revert with different frameworks.
In case of questions/feedback, you can get in touch in the following ways
- Open a Github support issue
- Contact us atemail
- Ask a question in ourdiscord
- If you'd like you can book a call with our team below
We take security seriously.
Please do not file GitHub issues or post on our public forum for security vulnerabilities.
Emailsecurity@revert.dev if you believe you have uncovered a vulnerability. In the message, try to provide a description of the issue and a way of reproducing it.
CRMs:
Salesforce
Hubspot
Zoho CRM
Pipedrive
Close CRM
Other CRMs such as Zendesk Sell, MS 365
Communication tools:
- Slack
- Discord
- Microsoft Teams
Accounting software:
- Xero
- Quickbooks
...and more
- Ability to self-host Revert inside your own cloud
- SOC 2 (In Progress)
Feel free to create an issue if you'd like an integration we're missinghere
Thankful to the community for making Revert better every day ❤️
About
Revert makes it incredibly easy to build integrations with any third party API
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.

