Alternatives to Pipedream
Compare Pipedream alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Pipedream in 2026. Compare features, ratings, user reviews, pricing, and more from Pipedream competitors and alternatives in order to make an informed decision for your business.
-
1
Process Street
Process Street
Process Street is an AI-powered compliance operations platform that automates complex workflows, enforces standards, and tracks audit data in real time. Teams use it to create structured SOPs, assign tasks, collect data, and monitor execution with intelligent oversight. From onboarding and audits to vendor management and document control, Process Street ensures every step is followed and every action is logged. Built for regulated industries like financial services, healthcare, and manufacturing, it supports frameworks such as ISO, SOC 2, SOX, and HIPAA. With role-based permissions, audit logs, and powerful integrations, Process Street replaces static documents, spreadsheets, and manual processes with a single automated system of record. Use AI to streamline approvals, catch risks early, and generate audit-ready evidence. Trusted by teams at Cargill, DoorDash, Farmers Insurance, and Hartford Healthcare. -
2
StackAI
StackAI
StackAI is an enterprise AI automation platform to build end-to-end internal tools and processes with AI agents in a fully compliant and secure way. Designed for large organizations, it enables teams to automate complex workflows across operations, compliance, finance, IT, and support without heavy engineering. With StackAI you can: • Connect knowledge bases (SharePoint, Confluence, Notion, Google Drive, databases) with versioning, citations, and access controls. • Deploy AI agents as chat assistants, advanced forms, or APIs integrated into Slack, Teams, Salesforce, HubSpot, or ServiceNow. • Govern usage with enterprise security: SSO (Okta, Azure AD, Google), RBAC, audit logs, PII masking, data residency, and cost controls. • Route across OpenAI, Anthropic, Google, or local LLMs with guardrails, evaluations, and testing. • Start fast with templates for Contract Analyzer, Support Desk, RFP Response, Investment Memo Generator, and more. -
3
Zapier
Zapier
Connect your apps and automate workflows. Easy automation for busy people. Zapier moves info between your web apps automatically, so you can focus on your most important work. Link your web apps with a few clicks, so they can share data. Pass info between your apps with workflows called Zaps. Build processes faster and get more done—no code required. Discover how Zapier makes automation accessible to everyone. Stick with the tools that work for you. Zapier connects more web apps than anyone, and we add new options every week. We integrate with apps such as Facebook Lead Ads, Slack, Quickbooks, Google Sheets, Google Docs, & many more! Our editor was made for do-it-yourself automation. Set up Zaps without developer help. Use Zapier’s built-in apps to create powerful workflows without using separate services. More than 3 million people rely on Zapier to take care of their tedious tasks. Zapier Agents allow businesses to automate real-world tasks by creating custom AI-powered teammates.Starting Price: $19.99 per month -
4
Amazon EventBridge
Amazon
Amazon EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and AWS services. EventBridge delivers a stream of real-time data from event sources, such as Zendesk, Datadog, or Pagerduty, and routes that data to targets like AWS Lambda. You can set up routing rules to determine where to send your data to build application architectures that react in real time to all of your data sources. EventBridge makes it easy to build event-driven applications because it takes care of event ingestion and delivery, security, authorization, and error handling for you. As your applications become more interconnected through events, you need to spend more effort to find events and understand their structure in order to write code to react to those events. -
5
Monkedo
Z Yazilim
No-code automation tool where you can build custom workflows. Integrate apps, use browser extensions, and manage data with tables and value stores. Build apps or enhance your software with integration provider. All-in-one no-code solution. No-Code Simplicity Build automations effortlessly with Monkedo’s drag-and-drop interface—no coding required. Integrate Apps Integrate 400+ apps, thousands components. Browser Extention Extract data from websites using our browser extension. Flexible Workflows Automate tasks, manage data, and customize workflows with ease. Create iterate flows. Integration Provider Enhance your apps with Monkedo’s cost-effective integration capabilities. Create Apps & Dashboards Design custom dashboards and apps for teams without coding. Automation Templates Share, access, and customize automation templates to boost efficiency.Starting Price: $10 per month -
6
String.com
Pipedream
String is the first text-to-agent platform by Pipedream that lets you prompt, run, edit, and deploy AI agents in seconds, no drag-and-drop canvases, just natural language commands that generate production-ready code. Backed by Pipedream’s five years of experience building thousands of app integrations and Internet-scale agent infrastructure, String connects to over 2,700 APIs and embeds 10,000+ tools with managed authentication, so your agents can solve ten times more use cases than typical no-code builders. The intuitive web interface guides you through creating agents that monitor GitHub issues and automate ticket creation, schedule meetings, analyze data, send Slack messages, post to social media, update databases, and much more, all with full audit trails, customizable queues, and built-in data stores. Real-time dashboards display agent performance, logs, and metrics, while built-in security and privacy controls (SOC 2 Type II, ISO 27001, HIPAA, GDPR) ensure safe operation. -
7
n8n
n8n
Build complex automations 10x faster, without fighting APIs. Your days spent slogging through a spaghetti of scripts are over. Use JavaScript when you need flexibility and UI for everything else. n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget. Connect APIs with no code to automate basic tasks. Or write vanilla Javascript when you need to manipulate complex data. You can implement multiple triggers. Branch and merge your workflows. And even pause flows to wait for external events. Interface easily with any API or service with custom HTTP requests. Avoid breaking live workflows by separating dev and prod environments with unique sets of auth data.Starting Price: $20 per month -
8
ApiTraffic.io
ApiTraffic.io
Rapidly Craft No-Code Integrations for your Node.js API. Turn boring API log data into a valuable asset—identify issues in real time, effortlessly trigger workflows, and give your team the ability to do more with less, saving both time and money. Capture & Monitor API Traffic Effortlessly capture both inbound and any associated outbound API traffic. Automatically Trigger Workflows Take action on specific API requests by building multi-step workflows to integrate your data in your other systems. Security First Exclude logging of specific requests or redact sensitive data from any part of a request. Advanced Reporting Generate detailed reports and insights to monitor progress and performance while improving efficiency. Effortlessly add integrations to your API With zero code changes, your API can connect to Slack, Shopify, AirTable, OpenAI, Stripe, GoHighLevel, or any of our other 240+ integrated tools. -
9
Node.js
Node.js
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.Starting Price: Free -
10
Latenode
Latenode
Latenode offers no-code simplicity, full-code power, and AI intelligence. Build and automate interactions between any services that have APIs. Use no-code nodes, or write your own code. Instead of spending time searching for the necessary API and going through the documentation, simply voice your request to the AI assistant and receive ready-made code. Latenode is a powerful data platform designed to simplify the integration of various marketing tools. It provides an integrated system that eliminates data discrepancies and enhances operational efficiency through seamless integration. Ready-made connectors for popular SaaS services or custom code for complete freedom. Send a Slack notification to your team and an email confirmation to the client. Use conditional logic to route your scripts based on incoming data. Use a cloud-based API building kit to create workflows that connect any applications.Starting Price: $17 per month -
11
Quickwork
Quickwork
Enterprises use Quickwork to build simple and complex workflows, create and publish secure APIs, and manage conversational interactions with customers, employees, and partners to provide a great user experience. Quickwork provides an all-in-one platform with the tools and services you need to build powerful & scalable integrations, serverless APIs, conversational experiences, and a lot more. Simply drag and drop the applications you wish to use to build powerful integrations without writing a single line of code. Choose from 1,000s of business, consumer, AI, analytics, messaging, and IoT apps to create an automated workflow you can imagine. Convert any workflow into an API with Quickwork’s single-click API management. Share your APIs securely with built-in authentication mechanisms and scale elastically with our serverless infrastructure. Build and manage real-time conversational and messaging workflows with human agents, chatbots, and IoT devices across multiple channels.Starting Price: $20 per month -
12
Azure Functions
Microsoft
Develop more efficiently with Functions, an event-driven serverless compute platform that can also solve complex orchestration problems. Build and debug locally without additional setup, deploy and operate at scale in the cloud, and integrate services using triggers and bindings. End-to-end development experience with integrated tools and built-in DevOps capabilities. Integrated programming model to respond to events and seamlessly connect to other services. Implement a variety of functions and scenarios, such as web apps and APIs with .NET, Node.js, or Java; machine learning workflows with Python; and cloud automation with PowerShell. Get a complete serverless application development experience—from building and debugging locally to deploying and monitoring in the cloud. -
13
Roborabbit
Roborabbit
Roborabbit, formerly known as Browserbear, is an AI-powered web scraping platform that enables users to find and extract the data they need quickly and easily. It offers a no-code drag-and-drop interface to build browser automations that can be scheduled or triggered by events. The platform supports over 30 browser actions and integrates with more than 5,000 apps via API and Zapier. Roborabbit is powered by AWS serverless infrastructure to ensure scalability and reliability. Developers can also use its REST API to trigger tasks and retrieve scraped data programmatically. With free trials and extensive tutorials, Roborabbit makes advanced web scraping accessible to everyone.Starting Price: $49 per month -
14
Kadabra
Kadabra
Kadabra is an AI-powered workflow automation platform that enables teams to convert plain-English descriptions of tasks into live pipelines in minutes. Users simply chat their goal, such as “when a new signup arrives, enrich the lead, add to Notion CRM, and ping Slack,” and Kadabra’s AI designs, tests, and deploys the automation. It connects natively to apps like Slack, Notion, Google Sheets, Gmail, and webhooks, presents the workflow on a visual canvas where users can review and approve each step, and supports both scheduled and event-triggered execution. Built-in monitoring, error-handling, and one-click deployment mean teams can scale automations without heavy engineering resources. With control surfaces that let users refine workflows, it retains transparency, and guardrails even as it accelerates automation across marketing, sales, operations, and product workflows.Starting Price: $9 per month -
15
Dafthunk
Dafthunk
Dafthunk is a visual workflow automation platform that lets users build, manage, and deploy serverless automation workflows using a drag-and-drop editor without needing to set up infrastructure or use containers. Workflows are constructed by visually connecting nodes that perform tasks across AI, browser automation, data processing, media generation, integrations, and developer tools, and then executed on Cloudflare’s global edge network with built-in scaling and durable execution. It supports workflow triggers including HTTP webhooks, queues, cron schedules, and manual starts, enabling event-driven, time-based, and custom-initiated automation. It includes persistent workflow state storage and execution history using Cloudflare D1 and R2 storage services. Users can incorporate AI models from providers like OpenAI, Anthropic, Google, and Cloudflare AI for text generation, summarization, vision, NLP, transcription, image creation, and more.Starting Price: Free -
16
Grindery
Grindery
Grindery connects your (d)apps to others, automates tasks, syncs data, and even learns to get smarter. All with minimal coding or no coding. Program your agent with powerful workflows using our no-code user interfaces. Connect your agent with hundreds of apps directly or via iPaaS such as Zapier, Make, or IFTTT. Detect events, get data, and make transactions on over a dozen blockchains and a growing dApp. Let your customers integrate with the apps they love through your branded intuitive integration marketplace, zero coding skills are required. Embed autonomous agents and empower your end-users with no-code integration and automation. Blockchain technology offers a myriad of opportunities to construct a cutting-edge platform for autonomous agents. Automate workflows, integrations, and transactions. Send a Discord event for any blockchain event. Mint and NFT from a new Twitter follower. Send a Slack notification for a safe deposit and more. -
17
GoLess
Scalehat
Say goodbye to tedious and repetitive browser tasks with GoLess! This web browser extension is designed for users who don't have coding skills. With GoLess, you can easily automate tasks like typing, clicking, and data fetching, freeing up your time for more important things. Release 1.2.5 1. Ability to specify blocks that are undocumented 2. corrected some documentation references 3. fixed modal Logs window to page 4. Stop operation for workflow in popup window 5. Changes with design, displaying information that there is no workflow 6. Fixed bug with trigger: null, also trigger is populated when created 7. Error handling in site messages, open:page eventStarting Price: $9.99 -
18
Gumloop
Gumloop
Drag, drop, and deploy custom tools your business needs. Leverage our community's efforts with pre-built workflows. Fuel your workspace with our growing library of nodes; connect to a world of possibilities. Pass data from A to Z with drag-and-click connections. Workflows that are repetitive or time-consuming are the perfect candidates for automation. Gumloop is built to be generally useful for all data processing tasks so get as creative as you'd like. Our automation builder allows for much more complex automation than existing solutions and is built with AI at its core. We don't aim to just streamline your workflow but replace it entirely. You can invite other users to a Workspace or just send them the URL to your automation. Automate your complex business processes without writing a single line of code. Specify a link to a home listing and have AI extract key details like price, address, and more.Starting Price: $97 per month -
19
Actionbase
Actionbase
Work with the internet as if it were your own API. Programmatically interact with top sites without worrying about brittle or complex automation scripts. The web action SDK is a powerful tool that allows you to interact with various web platforms programmatically. With this SDK, you can automate tasks, retrieve information, and perform actions on popular websites as if you were using them directly through a browser. Interact with various platforms like LinkedIn, Amazon, Uber, and Resy. Simple to integrate into your existing Node.js or TypeScript projects. Built with TypeScript for enhanced developer experience and code reliability. Perform a wide range of actions, from searching for items to booking reservations. Each platform offers a set of specific actions that you can perform. For example, with LinkedIn, you can send messages, search for users, and manage connections. -
20
Martini
TORO Cloud
Join the growing community of integration ninjas using Martini™ to integrate faster. Gloop eliminates the grunt work required when creating services for application and data integration, building APIs, and managing data. Gloop makes it easy to perform common development tasks such as mapping and transforming data, iterating over arrays, executing if-else and switch-case logic, invoking external code, running jobs in parallel, and so much more. Flux is Martini’s event based workflow engine for managing asynchronous workflows and event based triggers of Gloop microservices. With Flux you can invoke Gloop microservices sequentially, passing the output of one to the other, and/or in parallel, and Flux will maintain the state of each execution for you. Flux workflows are created visually by dragging Flux states onto a canvas and selecting the Gloop microservice you would like executed when the state is invoked.Starting Price: $500 per month -
21
Axiom.ai
Axiom.ai
Save time, and use browser bots to automate website actions and repetitive tasks on any website or web app. It's simple to install and free to try, no credit card is required. Once installed, pin Axiom to the Chrome Toolbar, and click on the icon to open and close. Every bot can be customized to your needs. Build as many as you need. Automate actions like clicking and typing on any website. Make your bots run manually, on a schedule, or integrate with Zapier to trigger external events. Automate with Axiom.ai in minutes. The desktop application is optional but is required to allow automation to upload or download files. Any subscription tier can use the desktop application, it's available for Apple, PC, and Linux. At the cloud tier, Zapier can trigger Axiom runs. At any tier, Axiom can send data to Zapier for processing. Any tool that can send or receive webhooks can be configured to work with Axiom, too.Starting Price: $15 -
22
Codehooks
Codehooks
Codehooks is a new and simplified backend-as-a-service to create complete API backends with JavaScript / Node.JS. Enjoy smooth and fast backend development with ZERO config serverless JavaScript/TypeScript/Node.js with integrated NoSQL document Database, Key-Value store, CRON Jobs and Queue Workers. The document database is built with RocksDB and provides a MongoDB-ish query language.Starting Price: $0 -
23
AsyncAPI
AsyncAPI
AsyncAPI is an open-source initiative that seeks to improve the current state of Event-Driven Architecture (EDA). Our long-term goal is to make working with EDAs as easy as working with REST APIs. That goes from documentation to code generation, from discovery to event management, and beyond. The AsyncAPI Specification defines a standard, protocol-agnostic interface that describes message-based or event-driven APIs. The AsyncAPI document allows people or machines communicating with one another to understand the capabilities of an event-driven API without requiring access to the source code, documentation, or inspecting the network traffic. It allows you to define your API structures and formats, including channels the end user can subscribe to and the message formats they receive. You can develop, validate, and convert the AsyncAPI document to the latest version or preview your AsyncAPI document in a more readable way using the AsyncAPI Studio. -
24
Zoho Flow
Zoho
Automate business workflows by connecting your apps with Zoho Flow. Build smart integrations to break the information silos in your business. From daily work chores to detailed workflows, automate all your business tasks with Zoho Flow. Connect your apps to ensure an uninterrupted flow of information between them. Get emails, reports, records, and more to move across your apps automatically. Design flows to accomplish a whole series of routine tasks that would otherwise eat into your productive work time. Stay focused on the heart of your business. Work as a team on building workflows that connect information across departments. Coordinate with teammates and bring harmony to your business processes. Stop spending your time and effort coding complex integrations. Easily set up a trigger and drop actions onto the builder to integrate your applications seamlessly. It gets even simpler with our collection of pre-built flows. Pick the ones you like and get started right away.Starting Price: $10 per month -
25
Node-RED
Node-RED
Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click. Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette. Flows can be then deployed to the runtime in a single-click. JavaScript functions can be created within the editor using a rich text editor. A built-in library allows you to save useful functions, templates or flows for re-use. The light-weight runtime is built on Node.js, taking full advantage of its event-driven, non-blocking model. This makes it ideal to run at the edge of the network on low-cost hardware such as the Raspberry Pi as well as in the cloud. -
26
Gentek.ai
Gentek.ai
Gentek.ai is a pioneering AI-powered, no-code workflow automation platform and API designed to simplify and optimize complex data processes. Our intelligent agents interact via an outcome-based conversational UI, understanding user needs and automating workflows seamlessly; we enable technical and non-technical users to build, test, and automate complex data workflows seamlessly. With a focus on security, flexibility, and efficiency, Gentek.ai empowers businesses to streamline operations, reduce costs, and drive innovation. Join us as we transform the future of data automation. Every workflow is designed with your end goals in mind. Gentek.ai prioritizes efficiency and effectiveness, ensuring that the solutions we create meet your specific objectives and drive tangible outcomes for your business. Our AI agents are at the heart of your automation journey. They guide you through each step, leveraging the best tools and techniques to build, optimize, and execute workflows with precision. -
27
Sidekick
Sidekick
Sidekick enables users to build powerful, Zapier-style automations simply through a conversational interface, no complex UI navigation required. You begin by describing what you want in plain language, and Sidekick’s AI automatically creates the workflow, visualizes it on a canvas, handles error logic, and lets you run or schedule the automation immediately. It integrates seamlessly with a range of everyday applications, such as Gmail, Google Calendar, Google Docs, Google Sheets, Notion, Airtable, HubSpot, Slack, and Linear, offering pre-built templates that you can customize via chat to match your workflow needs. Use cases include syncing Gmail emails to Google Sheets, summarizing calendar events and sharing them via Slack, storing inbound leads from email into Notion databases, automatically generating post-meeting documents, crafting weekly pipeline risk reports from HubSpot deals, creating Linear issues from spreadsheet entries, and delivering prioritized email digests.Starting Price: $19 per month -
28
Weave
Chasm
Weave is a no-code AI workflow builder that enables users to automate tasks by implementing multiple Large Language Models (LLMs) and connecting prompts without the need for coding. With an intuitive interface, users can select templates, personalize them, and transform workflows into automated solutions. Weave supports various AI models, including those from OpenAI, Meta, Hugging Face, and Mistral AI, allowing for seamless integration and fine-tuning to achieve industry-specific results. Key features include intuitive dataflow management, app-ready APIs for easy integration, AI hosting, cost-effective AI models, effortless personalization, and user-friendly modules. Weave is ideal for applications such as generating character dialogue and backstories, developing intelligent chatbots, and automating written content.Starting Price: $10 -
29
Nzoni
Nzoni
Nzoni is a comprehensive Angular SaaS starter kit designed to expedite the development of full-stack applications. It integrates Angular with Tailwind CSS for responsive design and offers seamless payment processing through Stripe. The boilerplate includes essential features such as user authentication (supporting email/password, Google Auth, and magic links), a customizable landing page with sections like features, pricing, testimonials, and call-to-action, as well as a blog management system. Nzoni provides both user and admin dashboards, facilitating efficient management of profiles, subscriptions, and content. It supports various backend configurations, including Nest.js with PostgreSQL, Node.js with MongoDB, and Node.js with Firebase, catering to diverse project requirements. The platform emphasizes server-side rendering (SSR) and SEO optimization to enhance visibility and user experience.Starting Price: $149 one-time payment -
30
Rantir
Rantir
Rantir is the most flexible logic builder and no-code AI Agent software. It is packed with security updates, headless CMS options, logic and workflows (built right inside) for marketing, products and AI agents creation. We built it for agencies wanting a tailored customer service platform with an integrated AI data discovery right inside their dashboards for their customers. Today, over 1000+ teams choose Rantir Cloud for millions of workflows, and it is the glue for any product stack. Connect your website to any product and build AI Agents with our white-label friendly integrator, so that you can call it your own.Starting Price: $99/month -
31
CopyCat
CopyCat
CopyCat is a no‑code browser automation platform that lets you automate any web task by combining AI‑driven “agentic” prompts with deterministic actions like clicks and form fills, all without writing code. Using a simple, visual builder, you add a mix of agentic and deterministic steps, customize settings such as browser options, schedules, and webhooks, then trigger your automations via API or schedule them to run 24/7 in the cloud. CopyCat integrates seamlessly with legacy websites and portals that lack APIs, automating workflows like invoice uploads, bank statement downloads and reconciliation, complex insurance form entries, and data extraction from public records, so teams save thousands of hours and scale operations reliably. Exception‑based routing surfaces only unusual cases for human review, while automated logging and retry logic boost operational reliability.Starting Price: Free -
32
Datamorf
Datamorf
Datamorf revolutionizes how your go-to-market teams work with data. With simple, step-by-step workflows, you can easily transform your data as it flows through pipelines, making quick adjustments with no added costs for unique actions or data size. Automate content generation and decision-making steps in your workflows with AI models designed for business needs. Synchronize your CRM and data warehouse effortlessly. Keep all your data accurate and up-to-date in real-time. Design complex, multi-step workflows that handle everything from HTTP triggers to data processing, all without writing code.Starting Price: $9 per month -
33
Dynamiq
Dynamiq
Dynamiq is a platform built for engineers and data scientists to build, deploy, test, monitor and fine-tune Large Language Models for any use case the enterprise wants to tackle. Key features: 🛠️ Workflows: Build GenAI workflows in a low-code interface to automate tasks at scale 🧠 Knowledge & RAG: Create custom RAG knowledge bases and deploy vector DBs in minutes 🤖 Agents Ops: Create custom LLM agents to solve complex task and connect them to your internal APIs 📈 Observability: Log all interactions, use large-scale LLM quality evaluations 🦺 Guardrails: Precise and reliable LLM outputs with pre-built validators, detection of sensitive content, and data leak prevention 📻 Fine-tuning: Fine-tune proprietary LLM models to make them your ownStarting Price: $125/month -
34
Tray.ai
Tray.ai
Tray.ai is an API integration platform that allows users to innovate, integrate, and automate organization with no developer resources needed. Tray.io enables users to connect their entire cloud stack on their own. With Tray.ai, users can easily build and streamline processes with a specifically designed visual workflow editor. Tray.io also empowers the users' workforce with automated processes. The intelligence powering the first iPaaS that everyone can use to complete business processes using natural language instructions. Tray.ai is a low-code automation platform designed for both non-technical and technical users to create sophisticated workflow automations that facilitate efficient data movement and actions across multiple applications. Our low-code builder and new Merlin AI transform the automation process by bringing together the power of flexible, scalable automation; support for advanced business logic; and native generative AI capabilities that anyone can use. -
35
Microsoft 365 Copilot Workflows
Microsoft
Workflows is an agent within Microsoft 365 Copilot that enables users to automate tasks across Microsoft 365 applications by simply describing what they want in natural language, no manual step-configuration or connector setup needed. It lets you trigger actions on schedules or in response to events, collect and save user input with adaptive cards in Teams, and use your Microsoft 365 data (such as calendar entries, mail messages, or lists) directly without coding. After you submit a prompt, Workflows automatically resolves the services you referenced (Outlook inbox, Teams channel, etc.), generates a functioning workflow in the visual designer, and lets you test, monitor, and manage it via an Activity tab and Home page. Supported triggers and actions include recurrence, AI actions, Outlook (get emails, create events), Teams (post messages, adaptive cards), SharePoint (add/delete items), Planner (list tasks), Approvals, and Dataverse (AI Prompt). -
36
Alibaba Cloud EventBridge
Alibaba Cloud
EventBridge is a serverless event bus service that connects to Alibaba Cloud services, custom applications, and SaaS applications as a centralized hub. EventBridge can also use the CloudEvents 1.0 specification to route events among these services and applications. EventBridge helps you build loosely coupled and distributed event-driven architectures. Provides comprehensive event rule management, including creating, updating, and querying event rules, and enabling or disabling these rules. Supports an ever-growing range of events from Alibaba Cloud services. Region-specific, cross-zone distributed cluster deployment provides powerful disaster recovery capabilities and delivers up to 99.95% service availability. Provides event governance capabilities and supports event flow control, event replay, and event retry policies. -
37
Firecamp
Firecamp
Navigate effortlessly through a clean and clutter-free interface, allowing you to focus on what truly matters—efficiently testing and collaborating on APIs. With a user-friendly interface and a range of powerful features, Firecamp streamlines the API development workflow and enhances collaboration among team members. Set values in variables to reuse in the whole platform dynamically. Publish beautiful API documentation for your team and community. Run API Collection Tests in the terminal or set in CI/CD pipeline. Test and debug your auth endpoints with a range of supported auths.Starting Price: Free -
38
Duomly Backend Generator
Duomly
Build complete Node.JS backend in minutes without a team of developers! With the Duomly Backend Generator, you do not need to spend months on the expensive recruitment processes. With Duomly Backend & API generator, you can build the complete backend solution with a few easy steps and no coding. Of course, you can still use the generator as a time-saver for your developer and manually modify the code or write the next features. Our solution can provide huge value to non-tech people and save a lot of developers time as well. After a few easy setup steps, you can generate a fully working NodeJS application with REST API, ready to deploy on the server. Your application will be created in NodeJS, one of the most popular technologies for the backend. It means it will be easy to maintain and grow. Applications generated by Duomly's Backend Generator is written in TypeScript.Starting Price: $83 per month -
39
Rocket
Rocket
Rocket is a comprehensive SaaS boilerplate designed to expedite the development of production-ready applications using Node.js, React, and MongoDB. It offers a suite of features including advanced JWT authentication with protection against CSRF and XSS attacks, social OAuth authentication via Passport.js supporting providers like GitHub, Facebook, Google, and Twitter, and integrated subscription management and billing through Stripe. The platform supports multi-tenancy with team functionalities, allowing users to create teams and collaborate seamlessly. Developers benefit from a responsive UI built with Tailwind CSS, pre-built components such as forms, tables, models, and cards, and a centralized error-handling mechanism. Rocket also provides Docker support for streamlined deployment, automatic SSL certificates via Let's Encrypt, and a Node.js REST API with validation and built-in documentation.Starting Price: $249 per project -
40
Testfully
Testfully
From powerful API client features to advanced testing and monitoring, Testfully does it all. Enjoy the flexibility of cloud and offline-only storage, seamless team collaboration, and easy migration, all in one multi-platform tool. Easily transfer your data from Postman or Insomnia directly into Testfully. Flexible and secure, set global, environment, and folder variables scoped to workspace or user. Customize auth, parameters, headers, and body to build any HTTP request easily. Work together effortlessly, add teams, assign roles, and control folder access. Supports major schemes like OAuth2 for secure and streamlined authorization. From basic to complex, Testfully enables quick, effective testing without the need for coding, making advanced API testing accessible and hassle-free. Execute all requests in a folder simultaneously, sequentially, or randomly with just one click. Validate responses and perform contract testing using a declarative format, no coding is needed.Starting Price: $49 per month -
41
Sequelize
Sequelize
Sequelize is a modern TypeScript and Node.js ORM for Oracle, Postgres, MySQL, MariaDB, SQLite SQL Server, and more. Features solid transaction support, relations, eager and lazy loading, read replication, and more. Define your models with ease and make optional use of automatic database synchronization. Define associations between models and let Sequelize handle the heavy lifting. Mark data as deleted instead of removing it once and for all from the database. Transactions, migrations, strong typing, JSON querying, lifecycle events (hooks), and more. Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Oracle Database, Amazon Redshift, and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication, and more. To connect to the database, you must create a Sequelize instance. -
42
Commerceda
Commerceda
Commerceda, NodeJS ecommerce open soucre platform, easy ecommerce website development solutions with Latest technlogy of React / Node JS. A simple Node JS and Angular eCommerce open source Platform. Its for build up a wonderful web based commerce Website. NodeJS ecommerce Open Soucre platform.The arrangement can offer you a wonderful looking customer facing facade that can hang out regarding appearance in the whole online business market. With amazing Node JS, the arrangement can offer you a lightning speed eCommerce site with versatility. NodeJS ecommerce Open Soucre platform.commerceda platform is best for your online store. Node JS ecommerce Open soucre Logins Managed at anywhere. ecommerce open source NodeJS, Angular ecommerce very low cost. We can support the startup. Create your own store and start selling. we supporting startup business peoples, online stores, e-commerce products owners and more. -
43
Express Gateway
Express Gateway
Developing monolithic applications doesn’t work. Monolithic applications are being broken down into microservices. These microservices expose the application as set of APIs that can be consumed by anyone. Microservices and APIs is an architectural style that’s grabbing a lot of attention due an emphasis on sustainable development. If you’ve used Node.js, you’ve almost certainly come across Express.js. Express.js (Express) remains one of the largest, most widely adopted, open source projects in the world. Simplicity means that, as a minimalist, general purpose, framework that is familiar to every Node developer out there you can get started rapidly and continue that velocity throughout the API Development Lifecycle. We believe that an Express based API Gateway will be a powerful enabler for developers to sustainably build better, faster and more scalable applications. -
44
LoopBack
LoopBack
A highly extensible Node.js and TypeScript framework for building APIs and microservices. A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017. Create powerful APIs easily with a new creative experience for defining REST APIs and handling API requests/responses. A new, improved programming model with dependency injection and new concepts such as components, mixins, repositories, etc. make this the most extensible version yet. The LoopBack 4 CLI is a command-line interface that can scaffold a project or extension. The CLI provides the fastest way to get started with a LoopBack 4 project that adheres to best practices. LoopBack is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs with little or no coding. Access data from major relational databases, MongoDB, SOAP, and REST APIs. Incorporate model relationships and access controls for complex APIs. -
45
Cheat Layer
Cheat Layer
CheatLayer exposes a powerful GPT-4 powered scripting layer on all websites to automate business tasks and save hundreds of hours per month. Use machine learning (GPT-4) to automate any website. Use natural language to request automation tasks like gathering leads, scraping data, pushing buttons, and sending data to Google Sheets. Schedule hourly, daily, weekly, or monthly tasks. Cheatlayer will open the browser tab, perform your work, then close itself for you on schedule. Turn any website into an API and save hundreds of hours per month. To generate code using machine learning, click "Generate GPT" and write using natural words what you want the script to do. Hover over the "Run" button on any script and click "Edit" to edit any script. You can also click the handwriting button next to CheatLayer to open the editor for a new script. If you want to schedule scripts to run hours/daily/weekly/monthly, hover over the "Run" button next to any script, then select the schedule option.Starting Price: $49 per month -
46
Auth.js
Auth.js
Auth.js is an open-source authentication library designed to integrate seamlessly with modern JavaScript frameworks, providing a flexible and secure authentication experience. It supports various authentication methods, including OAuth (e.g., Google, GitHub), credentials, and WebAuthn, allowing developers to choose the most suitable approach for their applications. Auth.js is compatible with multiple frameworks, such as Next.js, SvelteKit, Express, Qwik, and SolidStart, enabling developers to implement authentication across different platforms. The library offers built-in support for popular databases like Prisma, Drizzle ORM, Supabase, Firebase, and TypeORM, facilitating user data management. Security features include signed cookies, CSRF token validation, and encrypted JSON Web Tokens (JWTs), ensuring robust protection for user data. Auth.js is designed to operate efficiently in serverless environments and provides comprehensive documentation and examples.Starting Price: Free -
47
Komos AI
Komos
Komos transforms the way businesses automate browser and document tasks. Traditional automation breaks with even minor interface changes and demands technical setup. Komos solves this by teaching AI to learn the natural way, by watching and listening to human demonstrations. Teams can record a simple 5-minute walkthrough or reuse existing training materials, and Komos converts them into repeatable, deterministic workflows. Its natural language actions make automations easy to understand and maintain, while built-in smart healing keeps them resilient against UI updates. Integrations via API and webhooks allow Komos to slot seamlessly into any stack. The result: instant, robust, and trustworthy automation for document processing, web data integration, and daily repetitive work, without writing a single line of code.Starting Price: $0 -
48
Serverless
Serverless
Declare AWS Lambda functions and their triggers through simple abstract syntax in YAML. AWS Lambda functions, triggers & code will be deployed and wired together in the cloud, automatically. Install thousands of Serverless Framework Plugins to build new serverless use-cases on AWS and integrate with other tools. Track usage, performance, errors on your serverless apps with instant, powerful metrics. See all of your serverless applications and their resources in one place, regardless of AWS account or region. Easily share secrets, outputs from your serverless applications and delegate AWS account access. You can deploy many familiar use-cases instantly with the Serverless Framework. From REST APIs on Node.js, Python, Go, Java, to GraphQL APIs, scheduled tasks, Express.js applications, and front-end applications.Starting Price: $20 per month -
49
Activepieces
Activepieces
Activepieces is an AI-powered, open-source, no-code automation platform designed to help teams streamline workflows and integrate AI seamlessly into everyday tasks. With over 280 pre-built automations (MCPs), Activepieces allows users to connect to popular apps, trigger processes, and even create personalized AI agents with minimal effort. The platform includes features like human input for approvals, a robust automation builder, and AI-assisted code for more advanced workflows. It empowers decentralized teams by offering tools for collaboration, governance, and security, making it suitable for organizations of all sizes, from startups to enterprises.Starting Price: $25/month -
50
Vault Vision
Vault Vision
Vault Vision is the leading user authentication platform for modern web and mobile apps, built with privacy-first security and passwordless login convenience for end users. Vault Vision's low code platform enables applications to completely secure user logins on React, Python, Go, Node, Webflow and more. Vault Vision protects end user privacy from password breaches by eliminating use of third-party scripts, sdk's and trackers. Our platform helps application owners increase user login engagement with passwordless application logins powered by mobile passkeys, two factor auth (2FA), multi-factor auth (MFA), face id auth, fingerprint auth, USB key auth, pin based auth, SSO with email, OIDC logins for Apple, Google and Microsoft, and more.Starting Price: $25/month for 10k users