Website • Quickstart • Docs • Slack • Twitter
Supaglue is an open source developer platform for user-facing product integrations. It provides configurable connectors and platform tools to help developers at B2B companies simplify and scale their integrations with their customers' CRMs and sales stack. Supaglue can be self-hosted and runs alongside your stack.
Supaglue.Quickstart.mp4
git clone -b v0.25.7 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
The default login credentials are username: admin
and password: admin
. Alternatively, you can set the ADMIN_PASSWORD
environment variable in the .env
file created by ./scripts/create_quickstart_env.sh
.
Supaglue offers 3 main ways to integrate with your customers' providers.
- Managed Syncs: managed service that continuously syncs data from your customers' SaaS tools into your application database or data warehouse.
- Actions API: single access point to perform common read and write operations against third-party providers.
- Real-time events: managed service that sends webhooks to a specified target when records are updated in your customers' SaaS tools.
See the list of connectors we currently support.
Continue on to the docs to go through our quickstart.
- Lead scoring: sync CRM records into your application to power your proprietary rules and AI/ML models.
- CRM enrichment: log emails, tasks, and product usage metrics to your customers' CRM and sales engagement tools.
- Workflow automation: trigger customer-facing notifications and workflows in real-time based on changes in their SaaS tools.
Check out our roadmap to get informed on what we are currently working on, and what we have in mind for the next weeks, months, and quarters.
For general help using Supaglue, please refer to our documentation. For additional help, you can use one of these channels to chat with us:
- Slack - Discuss Supaglue with the team and other developers
- Github - File bug reports and make code contributions
- Twitter - Get the latest news and announcements
Learn about ways to contribute to Supaglue.