diff --git a/components/fluent-builtin/pom.xml b/components/fluent-builtin/pom.xml
index e1f6fd0..475a93c 100644
--- a/components/fluent-builtin/pom.xml
+++ b/components/fluent-builtin/pom.xml
@@ -41,7 +41,11 @@
2.21.0test
-
+
+ jakarta.xml.bind
+ jakarta.xml.bind-api
+ 4.0.0
+
diff --git a/components/fluent-builtin/src/main/java/io/fluent/builtin/XmlUtils.java b/components/fluent-builtin/src/main/java/io/fluent/builtin/XmlUtils.java
new file mode 100644
index 0000000..6de0523
--- /dev/null
+++ b/components/fluent-builtin/src/main/java/io/fluent/builtin/XmlUtils.java
@@ -0,0 +1,61 @@
+package io.fluent.builtin;
+
+import cn.hutool.core.util.XmlUtil;
+import jakarta.xml.bind.JAXBContext;
+import jakarta.xml.bind.Unmarshaller;
+import lombok.extern.slf4j.Slf4j;
+import org.w3c.dom.Document;
+
+import javax.xml.xpath.XPathConstants;
+import java.io.BufferedInputStream;
+import java.io.FileInputStream;
+
+@Slf4j
+public class XmlUtils extends XmlUtil {
+
+ public static Document getDocument(String xmlFilePath) {
+ return XmlUtil.readXML(xmlFilePath);
+ }
+
+ public static Object getValueByXpath(String xmlFilePath,
+ String xpathExpr) {
+ Document doc = getDocument(xmlFilePath);
+ return XmlUtil.getByXPath(xpathExpr, doc, XPathConstants.STRING);
+ }
+
+ public static Object getValueByXpath(Document doc,
+ String xpathExpr) {
+ return XmlUtil.getByXPath(xpathExpr, doc, XPathConstants.STRING);
+ }
+
+ /**
+ * JAXB Read Xml file
+ *
+ * @param xmlFilePath
+ * @param clazz
+ * @return
+ */
+ public static T readXmlToObject(String xmlFilePath, Class clazz) {
+
+ try {
+ JAXBContext context = JAXBContext.newInstance(clazz);
+ Unmarshaller unmarshaller = context.createUnmarshaller();
+ return (T) unmarshaller.unmarshal(new BufferedInputStream(new FileInputStream(xmlFilePath)));
+ } catch (Exception e) {
+ log.error("parse xml failed,", e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ public static T readXmlToObject(Document doc, Class clazz) {
+
+ try {
+ JAXBContext context = JAXBContext.newInstance(clazz);
+ Unmarshaller unmarshaller = context.createUnmarshaller();
+ return (T) unmarshaller.unmarshal(doc);
+ } catch (Exception e) {
+ log.error("parse xml failed,", e);
+ throw new RuntimeException(e);
+ }
+ }
+}
diff --git a/components/fluent-ext/.gitignore b/components/fluent-ext/.gitignore
new file mode 100644
index 0000000..5ff6309
--- /dev/null
+++ b/components/fluent-ext/.gitignore
@@ -0,0 +1,38 @@
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### IntelliJ IDEA ###
+.idea/modules.xml
+.idea/jarRepositories.xml
+.idea/compiler.xml
+.idea/libraries/
+*.iws
+*.iml
+*.ipr
+
+### Eclipse ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
+
+### Mac OS ###
+.DS_Store
\ No newline at end of file
diff --git a/components/fluent-ext/fluentqa-md/low-code-2.json b/components/fluent-ext/fluentqa-md/low-code-2.json
new file mode 100644
index 0000000..26c94ec
--- /dev/null
+++ b/components/fluent-ext/fluentqa-md/low-code-2.json
@@ -0,0 +1,776 @@
+[
+ {
+ "category": "Table of Contents",
+ "url": "#awesome-low-code",
+ "name": "Awesome low-code!",
+ "desc": "Awesome low-code!"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#license",
+ "name": "License",
+ "desc": "License"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#table-of-contents",
+ "name": "Table of Contents",
+ "desc": "Table of Contents Automation Educational Flow-based programming Infrastructure Machine Learning Marketing Online database creator apps Visual programming Misc"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#automation",
+ "name": "Automation",
+ "desc": "Automation"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#educational",
+ "name": "Educational",
+ "desc": "Educational"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#flow-based-programming",
+ "name": "Flow-based programming",
+ "desc": "Flow-based programming"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#infrastructure",
+ "name": "Infrastructure",
+ "desc": "Infrastructure"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#machine-learning",
+ "name": "Machine Learning",
+ "desc": "Machine Learning"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#marketing",
+ "name": "Marketing",
+ "desc": "Marketing"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#online-database-creator-apps",
+ "name": "Online database creator apps",
+ "desc": "Online database creator apps"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#visual-programming",
+ "name": "Visual programming",
+ "desc": "Visual programming"
+ },
+ {
+ "category": "Table of Contents",
+ "url": "#misc",
+ "name": "Misc",
+ "desc": "Misc"
+ },
+ {
+ "category": "Automation",
+ "url": "https://www.appian.com/",
+ "name": "Appian",
+ "desc": "Appian - Discover the power of low-code automation."
+ },
+ {
+ "category": "Automation",
+ "url": "https://automate.io",
+ "name": "Automate.io",
+ "desc": "Automate.io - Connect your cloud apps."
+ },
+ {
+ "category": "Automation",
+ "url": "https://axiom.ai/",
+ "name": "Axiom",
+ "desc": "Axiom - Browser automation. Quickly, without code."
+ },
+ {
+ "category": "Automation",
+ "url": "https://www.blinkops.com",
+ "name": "Blink",
+ "desc": "Blink - No-code automation for CloudOps."
+ },
+ {
+ "category": "Automation",
+ "url": "https://camunda.com/",
+ "name": "Camunda",
+ "desc": "Camunda - Automate Any Process, Anywhere."
+ },
+ {
+ "category": "Automation",
+ "url": "https://datafetcher.com/",
+ "name": "Data Fetcher for Airtable",
+ "desc": "Data Fetcher for Airtable - Connect Airtable to any API using the Data Fetcher app."
+ },
+ {
+ "category": "Automation",
+ "url": "https://www.make.com",
+ "name": "Make",
+ "desc": "Make - Make lets you design, build, and automate anything from tasks and workflows to apps and systems."
+ },
+ {
+ "category": "Automation",
+ "url": "https://onesimpleapi.com/",
+ "name": "OneSimpleAPI",
+ "desc": "OneSimpleAPI - A toolbox with all the things you need to get your no-code project to success: PDF generation, Currency Exchange, QR codes, Screenshots, and more."
+ },
+ {
+ "category": "Automation",
+ "url": "https://phantombuster.com/",
+ "name": "Phantombuster",
+ "desc": "Phantombuster - Code free automations and data extraction."
+ },
+ {
+ "category": "Automation",
+ "url": "https://reflect.run/",
+ "name": "Reflect",
+ "desc": "Reflect - Automated regression tests without a line of code."
+ },
+ {
+ "category": "Automation",
+ "url": "https://stackby.com/",
+ "name": "Stackby",
+ "desc": "Stackby - Automate workflows, build custom tools, collaborate with your team."
+ },
+ {
+ "category": "Automation",
+ "url": "https://www.tines.com/",
+ "name": "tines",
+ "desc": "tines - No-code automation for security teams."
+ },
+ {
+ "category": "Automation",
+ "url": "https://www.uipath.com/",
+ "name": "Uipath",
+ "desc": "Uipath - We make robots so people don’t have to be robots."
+ },
+ {
+ "category": "Educational",
+ "url": "https://www.youtube.com/channel/UCXv_CS0DaUVS25tFGkRALoA",
+ "name": "Doc Willianms",
+ "desc": "Doc Willianms - No Code tutorials."
+ },
+ {
+ "category": "Educational",
+ "url": "https://www.makerpad.co/",
+ "name": "Markerpad",
+ "desc": "Markerpad - Join thousands learning to build software. No coding required."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://aws.amazon.com/appflow/",
+ "name": "AppFlow",
+ "desc": "AppFlow - Securely integrate apps and automate data flows at any scale, without code."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://www.bravostudio.app/",
+ "name": "Bravo Studio",
+ "desc": "Bravo Studio - Bravo’s powerful no-code approach to mobile app development."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://funnel.io/",
+ "name": "Funnel",
+ "desc": "Funnel - All your marketing and advertising data where you want it."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://hookdeck.com/",
+ "name": "Hookdeck",
+ "desc": "Hookdeck - Never miss a webhook."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://ifttt.com/",
+ "name": "Ifttt",
+ "desc": "Ifttt - Helps your apps and devices work together in new ways."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://www.impira.com/",
+ "name": "Impira",
+ "desc": "Impira - Grab data from any document in seconds with Impira’s no-code platform powered by machine learning."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://joonbot.com/",
+ "name": "joonbot",
+ "desc": "joonbot - Make a chatbot in minutes with our intuitive no-code chatbot builder."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://kissflow.com",
+ "name": "Kissflow",
+ "desc": "Kissflow - The full spectrum of work on one platform."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://www.memberstack.com/",
+ "name": "Memberstack",
+ "desc": "Memberstack - Authentication & payments for companies who love Webflow, Stripe, & React."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://n8n.io/",
+ "name": "n8n.io",
+ "desc": "n8n.io - Extendable workflow automation."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://nodered.org/",
+ "name": "Node-RED",
+ "desc": "Node-RED - A programming tool for wiring together hardware devices, APIs and online services in new and interesting ways."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://parabola.io/",
+ "name": "Parabola",
+ "desc": "Parabola - Hand off your routine data tasks by describing them in Parabola. Build once, reuse infinitely."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://pipedream.com/",
+ "name": "Pipedream",
+ "desc": "Pipedream - Connect APIs, remarkably fast with no code. And with code-level control when you need it."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://getrunnable.com/",
+ "name": "Runnable",
+ "desc": "Runnable - A low-code framework for building user-facing internal workflows."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://stately.ai/",
+ "name": "Stately",
+ "desc": "Stately - The ideal state of visual application logic."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://structr.com",
+ "name": "Structr",
+ "desc": "Structr - The visualization of the data and program structures as a graph accelerates the development and makes the results easily comprehensible for everyone at any time."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://wayscript.com",
+ "name": "Wayscript",
+ "desc": "Wayscript - A rapid scripting platform for developers."
+ },
+ {
+ "category": "Flow-based programming",
+ "url": "https://zapier.com",
+ "name": "Zapier",
+ "desc": "Zapier - Connect your apps and automate workflows."
+ },
+ {
+ "category": "Infrastructure",
+ "url": "https://www.harpoon.io/",
+ "name": "harpoon",
+ "desc": "harpoon - Deploy software with No Code Kubernetes."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://accern.com",
+ "name": "Accern",
+ "desc": "Accern - Accelerate AI Workflows for Financial Services."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://flow.microsoft.com/en-us/ai-builder/",
+ "name": "AI Builder",
+ "desc": "AI Builder - Bring intelligent automation to your business processes with AI that’s easy to train and configure in Power Automate."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.alteryx.com/products/alteryx-platform/machine-learning",
+ "name": "Alteryx",
+ "desc": "Alteryx - Scale data science across your business with automated machine learning (AutoML)."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.dataiku.com/product/key-capabilities/machine-learning",
+ "name": "Dataiku",
+ "desc": "Dataiku - Build advanced machine learning models using the latest techniques."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.datarobot.com/platform/visual-ai/",
+ "name": "DataRobot",
+ "desc": "DataRobot - DataRobot Automated Machine Learning with Visual AI."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.gravity-ai.com/",
+ "name": "Gravity-AI",
+ "desc": "Gravity-AI - The fastest & most secure way to solve business problems with A.I."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.h2o.ai/",
+ "name": "h2o",
+ "desc": "h2o - Get free, hands-on experience with the H2O AI Hybrid Cloud."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.jasper.ai/",
+ "name": "Jasper",
+ "desc": "Jasper - Artificial intelligence makes it fast & easy to create content for your blog, social media, website, and more!"
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.knime.com/knime-analytics-platform",
+ "name": "Knime",
+ "desc": "Knime - Creating Data Science."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://rapidminer.com/products/studio/",
+ "name": "RapidMiner",
+ "desc": "RapidMiner - Comprehensive data science platform with visual workflow design and full automation."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://noogata.com/",
+ "name": "Noogata",
+ "desc": "Noogata - AI platform gives companies the impact of data science without the burden of development or the limitations of out-of-the-box solutions."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://aws.amazon.com/sagemaker/",
+ "name": "SaegMaker",
+ "desc": "SaegMaker - Machine learning for every data scientist and developer."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://www.sas.com/en_si/software/machine-learning-cloud.html",
+ "name": "Sas",
+ "desc": "Sas - On-demand programming access to machine learning algorithms in the cloud."
+ },
+ {
+ "category": "Machine Learning",
+ "url": "https://cloud.google.com/vertex-ai",
+ "name": "Vertex-AI",
+ "desc": "Vertex-AI - Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case."
+ },
+ {
+ "category": "Marketing",
+ "url": "https://appsumo.com/",
+ "name": "AppSumo",
+ "desc": "AppSumo - Discover, buy, & sell the products you need to grow your business."
+ },
+ {
+ "category": "Marketing",
+ "url": "https://www.bannerbear.com/",
+ "name": "Bannerbear",
+ "desc": "Bannerbear - Auto-generate social media visuals, ecommerce banners, dynamic email images and more with our API and integrations."
+ },
+ {
+ "category": "Marketing",
+ "url": "https://www.klaviyo.com/",
+ "name": "Klaviyo",
+ "desc": "Klaviyo - Ecommerce marketing automation platform."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://airtable.com/",
+ "name": "Airtable",
+ "desc": "Airtable - Part spreadsheet, part database, and entirely flexible, teams use Airtable to organize their work, their way."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://amplication.com/",
+ "name": "Amplication",
+ "desc": "Amplication - Build production-ready Node.js applications without wasting time on repetitive coding."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://baserow.io/",
+ "name": "Baserow",
+ "desc": "Baserow - Open source no-code database and Airtable alternative."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://www.caspio.com/",
+ "name": "Caspio",
+ "desc": "Caspio - Building online database applications without coding."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://www.claris.com/",
+ "name": "Claris",
+ "desc": "Claris - Quickly build custom apps yourself that you can’t find anywhere else."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://coda.io/",
+ "name": "Coda",
+ "desc": "Coda - All-in-one doc."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://hasura.io/",
+ "name": "Hasura",
+ "desc": "Hasura - From your databases to a unified GraphQL API in just one minute."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://nocodb.com/",
+ "name": "NocoDB",
+ "desc": "NocoDB - NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://retool.com/",
+ "name": "Retool",
+ "desc": "Retool - Retool cuts the time it takes to build internal tools in half so you can focus on your customers."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://rows.com/",
+ "name": "Rows",
+ "desc": "Rows - The spreadsheet with superpowers."
+ },
+ {
+ "category": "Online database creator apps",
+ "url": "https://supabase.com/",
+ "name": "Supabase",
+ "desc": "Supabase - The Open SourceFirebase Alternative."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.adalo.com/",
+ "name": "Adalo",
+ "desc": "Adalo - Turn Your Amazing App Concept Into Reality Without Coding!"
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.appbase.io",
+ "name": "Appbase.io",
+ "desc": "Appbase.io - Elasticsearch supercharged."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.appsheet.com/",
+ "name": "AppSheet",
+ "desc": "AppSheet - The fastest way to build apps and automate work."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.appsmith.com/",
+ "name": "Appsmith",
+ "desc": "Appsmith - A powerful open source framework to build internal tools."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://appwrite.io/",
+ "name": "Appwrite",
+ "desc": "Appwrite - Secure Open-Source Backend Server for Web, Mobile & Flutter Developers."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://aws.amazon.com/application-composer/",
+ "name": "AWS Application Composer",
+ "desc": "AWS Application Composer - Visually design and build serverless applications quickly."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.bildr.com",
+ "name": "Bildr",
+ "desc": "Bildr - Open-ended, extensible, collaboration-focused website and web app builder."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.boundlesslabs.com/",
+ "name": "Boundlesslabs",
+ "desc": "Boundlesslabs - Boundless lets you build the web site of your dreams. No code required."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://bubble.io/",
+ "name": "bubble",
+ "desc": "bubble - A code-free programming language that lets you build and host web applications without engineers."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://carrd.co/",
+ "name": "Carrd",
+ "desc": "Carrd - Simple, free, fully responsive one-page sites for pretty much anything."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://cloudscape.design/",
+ "name": "Cloudscape",
+ "desc": "Cloudscape - An open source design system for the cloud."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.dronahq.com",
+ "name": "Dronahq",
+ "desc": "Dronahq - Build business apps without coding."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://heyflow.app/",
+ "name": "Heyflow",
+ "desc": "Heyflow - Build interactive flows."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.glideapps.com/",
+ "name": "Glide",
+ "desc": "Glide - Create an app from a Google Sheet in five minutes, for free."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.growform.co/",
+ "name": "Growform",
+ "desc": "Growform - The Multi Step Form Builder that Gets You More Leads."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.honeycode.aws/",
+ "name": "Honeycode",
+ "desc": "Honeycode - Build a better way to work."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://insomnia.rest",
+ "name": "Insomnia",
+ "desc": "Insomnia - Build APIs that work."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.jotform.com/products/apps/",
+ "name": "Jotform App",
+ "desc": "Jotform App - Create apps for your business."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.mendix.com/",
+ "name": "Mendix",
+ "desc": "Mendix - Accelerate enterprise app development."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.outsystems.com/",
+ "name": "Outsystems",
+ "desc": "Outsystems - Build Applications Fast, Right, and for the Future."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.plasmic.app/",
+ "name": "Plasmic",
+ "desc": "Plasmic - The visual builder for your tech stack."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.potion.so/",
+ "name": "Potion",
+ "desc": "Potion - Create custom websitesin minutes. All on Notion."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://powerapps.microsoft.com",
+ "name": "Power Apps",
+ "desc": "Power Apps - Create the high productivity apps you need for your business with an advanced set of tools."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://quarkly.io",
+ "name": "Quarkly",
+ "desc": "Quarkly - Design tool for creating websites and web apps."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.quickbase.com",
+ "name": "Quickbase",
+ "desc": "Quickbase - Application development platform that unites business and IT teams."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.sanity.io/",
+ "name": "Sanity",
+ "desc": "Sanity - The unified content platform."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.sap.com/products/technology-platform/low-code.html",
+ "name": "SAP Build",
+ "desc": "SAP Build - Create apps, automate processes, and design business sites with drag-and-drop simplicity."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://shuffle.dev/",
+ "name": "Shuffle",
+ "desc": "Shuffle - Create teamplate in minutes."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.softr.io",
+ "name": "Softr",
+ "desc": "Softr - From zero to a website in 5 minutes, using building blocks."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://stacker.app",
+ "name": "Stacker",
+ "desc": "Stacker - Turn your spreadsheets into applications."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://storybook.js.org",
+ "name": "Storybook",
+ "desc": "Storybook - Build component driven UIs faster."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://super.so",
+ "name": "Super",
+ "desc": "Super - Build websites with the simplicity of Notion."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://typedream.com",
+ "name": "Typedream",
+ "desc": "Typedream - The new way to make a website."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://versoly.com/",
+ "name": "Versoly",
+ "desc": "Versoly - The no-code website builder that everyone loves to use."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://webflow.com",
+ "name": "Webflow",
+ "desc": "Webflow - Build better business websites, faster. Without coding."
+ },
+ {
+ "category": "Visual programming",
+ "url": "https://www.wized.io",
+ "name": "Wized",
+ "desc": "Wized - Rapidly build real web applications without coding."
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.algolia.com/",
+ "name": "Algolia",
+ "desc": "Algolia - Flexible Search & Discovery Hosted APIs."
+ },
+ {
+ "category": "Misc",
+ "url": "https://autocode.com",
+ "name": "Autocode",
+ "desc": "Autocode - New user notifications. Purchase alerts. Scheduled jobs. SQL queries."
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.craftar.io",
+ "name": "Craftar",
+ "desc": "Craftar - Build APIs with NoCode at Lightning Speed."
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.doppler.com/",
+ "name": "Doppler",
+ "desc": "Doppler - Sync environment variables at scale."
+ },
+ {
+ "category": "Misc",
+ "url": "https://fibery.io",
+ "name": "Fibery",
+ "desc": "Fibery - Build your own workspace."
+ },
+ {
+ "category": "Misc",
+ "url": "https://getstream.io",
+ "name": "Getstream",
+ "desc": "Getstream - Stream powers Chat Messaging and Activity Feeds for billions of global end-users across thousands of different apps."
+ },
+ {
+ "category": "Misc",
+ "url": "https://linx.software",
+ "name": "Linx",
+ "desc": "Linx - General-purpose low-code platform for building custom backends APIs, automations and integrations"
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.makerpad.co/",
+ "name": "Makerpad",
+ "desc": "Makerpad - Build tools & automate at work without code."
+ },
+ {
+ "category": "Misc",
+ "url": "https://nocodeapi.com/",
+ "name": "NoCodeAPI",
+ "desc": "NoCodeAPI - The easiest way to connect with APIs."
+ },
+ {
+ "category": "Misc",
+ "url": "https://placid.app/",
+ "name": "placeid",
+ "desc": "placeid - Generate your social share images automatically."
+ },
+ {
+ "category": "Misc",
+ "url": "https://saasblocks.io/",
+ "name": "SaaS Blocks",
+ "desc": "SaaS Blocks - Ready-to-use building blocks and APIs to take your SaaS application to the next level"
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.screenshotapi.net/",
+ "name": "Screenshot",
+ "desc": "Screenshot - Programmatic Screenshots of Any Website in Seconds."
+ },
+ {
+ "category": "Misc",
+ "url": "https://shopify.com/",
+ "name": "Shopify",
+ "desc": "Shopify - Build your business."
+ },
+ {
+ "category": "Misc",
+ "url": "https://simplescraper.io/",
+ "name": "Simplescraper",
+ "desc": "Simplescraper - Extract data from any website in seconds."
+ },
+ {
+ "category": "Misc",
+ "url": "https://stripe.com",
+ "name": "Stripe",
+ "desc": "Stripe - The new standard in online payments."
+ },
+ {
+ "category": "Misc",
+ "url": "https://github.com/ToolJet/ToolJet",
+ "name": "ToolJet",
+ "desc": "ToolJet - Low-code framework for building internal tools."
+ },
+ {
+ "category": "Misc",
+ "url": "https://vantiq.com/",
+ "name": "Vantiq",
+ "desc": "Vantiq - The Only Low Code Platform for Real Time Systems."
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.voiceflow.com/",
+ "name": "Voiceflow",
+ "desc": "Voiceflow - Design, prototype and build voice apps."
+ },
+ {
+ "category": "Misc",
+ "url": "https://www.zendesk.com/",
+ "name": "Zendesk",
+ "desc": "Zendesk - Build the best customer experiences."
+ }
+]
\ No newline at end of file
diff --git a/components/fluent-ext/fluentqa-md/low-code-3.json b/components/fluent-ext/fluentqa-md/low-code-3.json
new file mode 100644
index 0000000..0d2815f
--- /dev/null
+++ b/components/fluent-ext/fluentqa-md/low-code-3.json
@@ -0,0 +1,2456 @@
+`[
+ {
+ "category": "Contents",
+ "url": "#awesome-low-code-",
+ "name": "Awesome Low Code",
+ "desc": "Awesome Low Code Contents Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform Tools, Extensions and Frameworks Power Platform (Microsoft) Reference Resources Power Platform (Microsoft) Workato Learning Resources Power Platform (Microsoft) Workato Samples, Templates and Solutions Power Platform (Microsoft) Workato Community Power Platform (Microsoft) Workato Blogs Power Platform (Microsoft) Workato Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#contents",
+ "name": "Contents",
+ "desc": "Contents"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#platforms",
+ "name": "Platforms",
+ "desc": "Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#citizen-automation-and-development-platform",
+ "name": "Citizen Automation and Development Platform",
+ "desc": "Citizen Automation and Development Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-application-platform",
+ "name": "Low Code Application Platform",
+ "desc": "Low Code Application Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#business-process-management",
+ "name": "Business Process Management",
+ "desc": "Business Process Management"
+ },
+ {
+ "category": "Platforms",
+ "url": "#robotic-process-automation",
+ "name": "Robotic Process Automation",
+ "desc": "Robotic Process Automation"
+ },
+ {
+ "category": "Platforms",
+ "url": "#intelligent-virtual-agent",
+ "name": "Intelligent Virtual Agent",
+ "desc": "Intelligent Virtual Agent"
+ },
+ {
+ "category": "Platforms",
+ "url": "#integration-platform-as-a-service",
+ "name": "Integration Platform as a Service",
+ "desc": "Integration Platform as a Service"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-api-management-platform",
+ "name": "Low Code API Management Platform",
+ "desc": "Low Code API Management Platform"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#tools-extensions-and-frameworks",
+ "name": "Tools, Extensions and Frameworks",
+ "desc": "Tools, Extensions and Frameworks Power Platform (Microsoft)"
+ },
+ {
+ "category": "Tools, Extensions and Frameworks",
+ "url": "#power-platform-microsoft",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#reference-resources",
+ "name": "Reference Resources",
+ "desc": "Reference Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#power-platform-microsoft-1",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#workato",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#learning-resources",
+ "name": "Learning Resources",
+ "desc": "Learning Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#power-platform-microsoft-2",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#workato-1",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#samples-templates-and-solutions",
+ "name": "Samples, Templates and Solutions",
+ "desc": "Samples, Templates and Solutions Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#power-platform-microsoft-3",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#workato-2",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#community",
+ "name": "Community",
+ "desc": "Community Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Community",
+ "url": "#power-platform-microsoft-4",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Community",
+ "url": "#workato-3",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#blogs",
+ "name": "Blogs",
+ "desc": "Blogs Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Blogs",
+ "url": "#power-platform-microsoft-5",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Blogs",
+ "url": "#workato-4",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#other-lists",
+ "name": "Other Lists",
+ "desc": "Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Other Lists",
+ "url": "#power-platform-microsoft-6",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://flow.microsoft.com/",
+ "name": "Power Automate (Microsoft)",
+ "desc": "Power Automate (Microsoft) - An online workflow service that automates actions across the most common apps and services."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://zapier.com/",
+ "name": "Zapier",
+ "desc": "Zapier - Allows its users to easily connect and automate the apps they use."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.salesforce.com/products/platform/einstein-automate/",
+ "name": "Einstein Automate (Salesforce)",
+ "desc": "Einstein Automate (Salesforce) - Empower your employees to do more of what matters by automating business processes easily without needing specialized development skills."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.atlassian.com/software/jira/features/automation",
+ "name": "Jira Automation (Atlassian)",
+ "desc": "Jira Automation (Atlassian) - Automation is a No Code rule builder that enables customers to build if-this-then-that-rules based on events in Jira."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://trello.com/power-ups/category/automation",
+ "name": "Trello Power-Ups (Atlassian)",
+ "desc": "Trello Power-Ups (Atlassian) - Helps teams meet their unique business needs through adaptable features and integrations."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.zoho.com/flow/",
+ "name": "Flow (Zoho)",
+ "desc": "Flow (Zoho) - An integration platform that helps you connect your apps without any code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerapps.com/",
+ "name": "Power Apps (Microsoft)",
+ "desc": "Power Apps (Microsoft) - Build apps in hours—not months—that easily connect to data, use Excel-like expressions to add logic, and run on the web, iOS, and Android devices."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerbi.microsoft.com/",
+ "name": "Power BI",
+ "desc": "Power BI - Unify data from many sources to create interactive, immersive dashboards and reports that provide actionable insights and drive business results."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://appian.com/",
+ "name": "Appian",
+ "desc": "Appian - Provides a Low Code software development platform that enables organizations to rapidly develop powerful applications."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://mendix.com/",
+ "name": "Mendix",
+ "desc": "Mendix - The fastest and easiest high-productivity platform to create and continuously improve multi-channel applications at scale."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.outsystems.com/",
+ "name": "OutSystems",
+ "desc": "OutSystems - A Low Code platform that enables businesses to develop, deploy, and manage enterprise-grade apps."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.servicenow.com/now-platform.html",
+ "name": "Now Platform (ServiceNow)",
+ "desc": "Now Platform (ServiceNow) - Drive connected digital workflows across the enterprise, deliver modern, consumer-like experiences, and accelerate time-to-value and innovation."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.zoho.com/creator/low-code-platform/",
+ "name": "Creator (Zoho)",
+ "desc": "Creator (Zoho) - Build applications from scratch without having to write endless lines of code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.bettyblocks.com/",
+ "name": "BettyBlocks",
+ "desc": "BettyBlocks - The #1 No Code platform for innovation, agility and empowerment. Used to create mobile, business and web applications at lightning speed."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://apex.oracle.com/en/platform/low-code/",
+ "name": "APEX (Oracle)",
+ "desc": "APEX (Oracle) - A Low Code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.salesforce.com/products/platform",
+ "name": "Salesforce Platform, prev. Force.com (Salesforce)",
+ "desc": "Salesforce Platform, prev. Force.com (Salesforce) - Click, create, and ship from anywhere with Low Code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://n8n.io/",
+ "name": "n8n",
+ "desc": "n8n - Workflow automation tool with many integrations and with fair-code license."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.pega.com/",
+ "name": "PegaSystems",
+ "desc": "PegaSystems - Provides business process and customer relationship management solutions for organizations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://agilepoint.com/",
+ "name": "AgilePoint",
+ "desc": "AgilePoint - Deploy business-changing ideas in minutes, not months, with the AgilePoint digital process automation platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.quickbase.com/",
+ "name": "QuickBase",
+ "desc": "QuickBase - Helps businesses quickly turn ideas about better ways to work into apps that make them more efficient, informed, and productive."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.creatio.com/",
+ "name": "Creatio",
+ "desc": "Creatio - A global software company providing a leading Low Code platform for process management and CRM."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.auraquantic.com/",
+ "name": "AuraQuantic",
+ "desc": "AuraQuantic - A digital platform designed for business users to easily and rapidly build unlimited processes and applications."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.kintone.com/",
+ "name": "Kintone",
+ "desc": "Kintone - The best productivity software to business transformation Platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.prontoforms.com/",
+ "name": "ProntoForms",
+ "desc": "ProntoForms - Provides mobile business solutions to automate field sales, field service, and field data collection."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://trackvia.com/",
+ "name": "TrackVia",
+ "desc": "TrackVia - The leading Low Code workflow platform for operations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://newgensoft.com/",
+ "name": "NewGen",
+ "desc": "NewGen - Simplify your complex, content-driven business needs with one comprehensive Low Code platform."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://powerautomate.microsoft.com/en-us/robotic-process-automation/",
+ "name": "Power Automate Desktop (Microsoft)",
+ "desc": "Power Automate Desktop (Microsoft) - Automate everything from simple data transfers to complex business workflows—directly from your desktop—using RPA desktop flows in Power Automate Desktop."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.servicetrace.com/",
+ "name": "Servicetrace RPA (Salesforce)",
+ "desc": "Servicetrace RPA (Salesforce) - Develop innovation in robotic solutions."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://appian.com/platform/complete-automation/robotic-process-automation-rpa.html",
+ "name": "Appian RPA",
+ "desc": "Appian RPA - Orchestrate RPA bots with people, systems, and data in a single workflow, scaling automation across your entire organization."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.workato.com/modern-rpa",
+ "name": "Workato RPA",
+ "desc": "Workato RPA - Integration-powered RPA for Intelligent Automation."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://powervirtualagents.microsoft.com/",
+ "name": "Power Virtual Agents (Microsoft)",
+ "desc": "Power Virtual Agents (Microsoft) - Lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://docs.workato.com/workbot/overview.html",
+ "name": "Workato Workbot",
+ "desc": "Workato Workbot - A bot platform that allows you to build customizable workflows."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://azure.microsoft.com/en-us/services/logic-apps/",
+ "name": "Azure Logic Apps (Microsoft)",
+ "desc": "Azure Logic Apps (Microsoft) - A cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://mulesoft.com/",
+ "name": "MuleSoft (Salesforce)",
+ "desc": "MuleSoft (Salesforce) - Provides an integration and API platform that makes it easy to connect data from any system to create connected experiences."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://www.workato.com",
+ "name": "Workato",
+ "desc": "Workato - An enterprise automation platform that helps organizations work faster and smarter without compromising governance and security."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://www.mulesoft.com/platform/api-management",
+ "name": "MuleSoft",
+ "desc": "MuleSoft - Manage your API lifecycle, quickly design, test, and publish APIs."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://docs.workato.com/api-management.html",
+ "name": "Workato API Management",
+ "desc": "Workato API Management - Turn callable recipes into endpoints and organize the endpoints into API collections, making it easier for users to find and consume the endpoints through other recipes or third-party apps, without requiring access to your Workato account."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MscrmTools/XrmToolBox",
+ "name": "XrmToolBox",
+ "desc": "XrmToolBox - An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/rajyraman/Levelup-for-Dynamics-CRM",
+ "name": "Levelup for Dynamics CRM",
+ "desc": "Levelup for Dynamics CRM - Chrome, Edge Chromium and Firefox Extension for Dynamics CRM/365/Power Apps Power users."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/PowerPlatformAF/PowerPlatformAF",
+ "name": "Power Platform Adoption Framework",
+ "desc": "Power Platform Adoption Framework - The framework that enables people to create beautiful and useful things on Power Platform deployed in large, enterprise-grade organizations."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Zerg00s/FlowPowerAppsMigrator",
+ "name": "Flow & Power Apps Migrator",
+ "desc": "Flow & Power Apps Migrator - Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/TracyGH/SharePointWorkflowConverter",
+ "name": "SharePoint Workflow Converter",
+ "desc": "SharePoint Workflow Converter - A proof-of-concept C# console application for retrieving legacy 2010 & 2013 custom SharePoint workflow definition files, and creating new Power Automate flows programmatically."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerPlatformConnectors",
+ "name": "Power Platform Connectors",
+ "desc": "Power Platform Connectors - This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/Power-Fx",
+ "name": "Microsoft Power Fx",
+ "desc": "Microsoft Power Fx - Power Fx Low Code programming language."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/custom_connector_docs",
+ "name": "Custom Connector Docs",
+ "desc": "Custom Connector Docs - Source files for Workato custom connector documentation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerfx-samples",
+ "name": "Power Fx Samples",
+ "desc": "Power Fx Samples - This repository contains samples for Power Fx Low Code programming language."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerApps-Azure-Lab",
+ "name": "Power Apps & Azure Lab",
+ "desc": "Power Apps & Azure Lab - Repository to host the PowerApps Azure Lab."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MicrosoftLearning/PL-900-Microsoft-Power-Platform-Fundamentals",
+ "name": "PL-900: Power Platform Fundamentals",
+ "desc": "PL-900: Power Platform Fundamentals - Power Platform Fundamentals course materials."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/full-embed-sample",
+ "name": "Embedding Guide",
+ "desc": "Embedding Guide - A guided example on how to use Workato embedded."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerapps-samples",
+ "name": "Power Apps Samples",
+ "desc": "Power Apps Samples - Contains curated community Microsoft Power App samples."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Eickhel/PowerApps-samples",
+ "name": "PowerApps Samples",
+ "desc": "PowerApps Samples - Power Apps samples by Power Nimbus."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/iAmManCat/PowerApps-Branding-Template",
+ "name": "Power Apps Branding Template",
+ "desc": "Power Apps Branding Template - A template to empower developers and reduce time wasted on control changes."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/sp-power-platform-solutions",
+ "name": "SharePoint Power Platform Solutions",
+ "desc": "SharePoint Power Platform Solutions - Sample PowerApps solutions designed to be used in SharePoint context."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerautomate-samples",
+ "name": "Power Automate Samples",
+ "desc": "Power Automate Samples - Contains curated community samples for Microsoft Power Automate."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/wortell/PowerAutomate-AutomatischeReistijd",
+ "name": "Automatic travel time",
+ "desc": "Automatic travel time - Automatic travel time in your Office 365 calendar."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ericsche/MCinTeams",
+ "name": "Message Center in Teams",
+ "desc": "Message Center in Teams - Message Center in Teams is a simple PowerAutomate Solution to gather Message Center Announcement and post them in a Teams Channel."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ferrybouwman/Power-BI-Read-Only-REST-API",
+ "name": "Consume Power BI",
+ "desc": "Consume Power BI - Solution based on either Powershell or Power Automate (Flow) to consume the recently released Power BI Asynchronous Unified Scanning API."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/vaibhav21791/PostListItemToTwitter",
+ "name": "Post List Item To Twitter",
+ "desc": "Post List Item To Twitter - A Microsoft Power Automate Flow to Post a SharePoint List Item to Twitter along with media content."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/solutions",
+ "name": "Solution Marketplace",
+ "desc": "Solution Marketplace - A curated list of ready-to-use solutions built by Workato and vendors."
+ },
+ {
+ "category": "Workato",
+ "url": "https://support.workato.com/en/support/solutions",
+ "name": "Support History",
+ "desc": "Support History - A public repository of resolved support tickets to help tackle issues."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1",
+ "name": "Microsoft Power Apps Official Community",
+ "desc": "Microsoft Power Apps Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity",
+ "name": "Microsoft Power Automate Official Community",
+ "desc": "Microsoft Power Automate Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity",
+ "name": "Microsoft Power Virtual Agents Official Community",
+ "desc": "Microsoft Power Virtual Agents Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://community.powerbi.com/",
+ "name": "Microsoft Power BI Official Community",
+ "desc": "Microsoft Power BI Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powp.co/",
+ "name": "PowP.Co Discord Community",
+ "desc": "PowP.Co Discord Community - A Discord community of Power Platform enthusiasts."
+ },
+ {
+ "category": "Workato",
+ "url": "https://community.workato.com/",
+ "name": "Workato Communities",
+ "desc": "Workato Communities - The official Workato communities website."
+ },
+ {
+ "category": "Workato",
+ "url": "https://systematic.workato.com/",
+ "name": "Systematic",
+ "desc": "Systematic - The only community for business systems."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://zenity.io/blog",
+ "name": "Zenity",
+ "desc": "Zenity - Low Code security and governance."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://www.darkreading.com/edge-articles/addressing-the-low-code-security-elephant-in-the-room",
+ "name": "Addressing the Low Code Security Elephant in the Room",
+ "desc": "Addressing the Low Code Security Elephant in the Room - The shared responsibility model for Low Code applications."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://blog.powp.co/",
+ "name": "PowPco",
+ "desc": "PowPco - Single-stop community for everything Power Platform Community related."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/the-connector/",
+ "name": "The Connector",
+ "desc": "The Connector - Workato blog on Business Automation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Power-Maverick/awesome-power-platform",
+ "name": "Awesome Microsoft Power Platform",
+ "desc": "Awesome Microsoft Power Platform - A collection of awesome things regarding the Power Platform ecosystem."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/valentin-vogel/awesome-nocode-lowcode",
+ "name": "Awesome No Code Low Code",
+ "desc": "Awesome No Code Low Code - A collection of awesome No Code and Low Code resources."
+ }
+]
+[
+ {
+ "category": "Contents",
+ "url": "#awesome-low-code-",
+ "name": "Awesome Low Code",
+ "desc": "Awesome Low Code Contents Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform Tools, Extensions and Frameworks Power Platform (Microsoft) Reference Resources Power Platform (Microsoft) Workato Learning Resources Power Platform (Microsoft) Workato Samples, Templates and Solutions Power Platform (Microsoft) Workato Community Power Platform (Microsoft) Workato Blogs Power Platform (Microsoft) Workato Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#contents",
+ "name": "Contents",
+ "desc": "Contents"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#platforms",
+ "name": "Platforms",
+ "desc": "Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#citizen-automation-and-development-platform",
+ "name": "Citizen Automation and Development Platform",
+ "desc": "Citizen Automation and Development Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-application-platform",
+ "name": "Low Code Application Platform",
+ "desc": "Low Code Application Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#business-process-management",
+ "name": "Business Process Management",
+ "desc": "Business Process Management"
+ },
+ {
+ "category": "Platforms",
+ "url": "#robotic-process-automation",
+ "name": "Robotic Process Automation",
+ "desc": "Robotic Process Automation"
+ },
+ {
+ "category": "Platforms",
+ "url": "#intelligent-virtual-agent",
+ "name": "Intelligent Virtual Agent",
+ "desc": "Intelligent Virtual Agent"
+ },
+ {
+ "category": "Platforms",
+ "url": "#integration-platform-as-a-service",
+ "name": "Integration Platform as a Service",
+ "desc": "Integration Platform as a Service"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-api-management-platform",
+ "name": "Low Code API Management Platform",
+ "desc": "Low Code API Management Platform"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#tools-extensions-and-frameworks",
+ "name": "Tools, Extensions and Frameworks",
+ "desc": "Tools, Extensions and Frameworks Power Platform (Microsoft)"
+ },
+ {
+ "category": "Tools, Extensions and Frameworks",
+ "url": "#power-platform-microsoft",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#reference-resources",
+ "name": "Reference Resources",
+ "desc": "Reference Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#power-platform-microsoft-1",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#workato",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#learning-resources",
+ "name": "Learning Resources",
+ "desc": "Learning Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#power-platform-microsoft-2",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#workato-1",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#samples-templates-and-solutions",
+ "name": "Samples, Templates and Solutions",
+ "desc": "Samples, Templates and Solutions Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#power-platform-microsoft-3",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#workato-2",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#community",
+ "name": "Community",
+ "desc": "Community Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Community",
+ "url": "#power-platform-microsoft-4",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Community",
+ "url": "#workato-3",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#blogs",
+ "name": "Blogs",
+ "desc": "Blogs Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Blogs",
+ "url": "#power-platform-microsoft-5",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Blogs",
+ "url": "#workato-4",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#other-lists",
+ "name": "Other Lists",
+ "desc": "Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Other Lists",
+ "url": "#power-platform-microsoft-6",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://flow.microsoft.com/",
+ "name": "Power Automate (Microsoft)",
+ "desc": "Power Automate (Microsoft) - An online workflow service that automates actions across the most common apps and services."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://zapier.com/",
+ "name": "Zapier",
+ "desc": "Zapier - Allows its users to easily connect and automate the apps they use."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.salesforce.com/products/platform/einstein-automate/",
+ "name": "Einstein Automate (Salesforce)",
+ "desc": "Einstein Automate (Salesforce) - Empower your employees to do more of what matters by automating business processes easily without needing specialized development skills."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.atlassian.com/software/jira/features/automation",
+ "name": "Jira Automation (Atlassian)",
+ "desc": "Jira Automation (Atlassian) - Automation is a No Code rule builder that enables customers to build if-this-then-that-rules based on events in Jira."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://trello.com/power-ups/category/automation",
+ "name": "Trello Power-Ups (Atlassian)",
+ "desc": "Trello Power-Ups (Atlassian) - Helps teams meet their unique business needs through adaptable features and integrations."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.zoho.com/flow/",
+ "name": "Flow (Zoho)",
+ "desc": "Flow (Zoho) - An integration platform that helps you connect your apps without any code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerapps.com/",
+ "name": "Power Apps (Microsoft)",
+ "desc": "Power Apps (Microsoft) - Build apps in hours—not months—that easily connect to data, use Excel-like expressions to add logic, and run on the web, iOS, and Android devices."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerbi.microsoft.com/",
+ "name": "Power BI",
+ "desc": "Power BI - Unify data from many sources to create interactive, immersive dashboards and reports that provide actionable insights and drive business results."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://appian.com/",
+ "name": "Appian",
+ "desc": "Appian - Provides a Low Code software development platform that enables organizations to rapidly develop powerful applications."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://mendix.com/",
+ "name": "Mendix",
+ "desc": "Mendix - The fastest and easiest high-productivity platform to create and continuously improve multi-channel applications at scale."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.outsystems.com/",
+ "name": "OutSystems",
+ "desc": "OutSystems - A Low Code platform that enables businesses to develop, deploy, and manage enterprise-grade apps."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.servicenow.com/now-platform.html",
+ "name": "Now Platform (ServiceNow)",
+ "desc": "Now Platform (ServiceNow) - Drive connected digital workflows across the enterprise, deliver modern, consumer-like experiences, and accelerate time-to-value and innovation."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.zoho.com/creator/low-code-platform/",
+ "name": "Creator (Zoho)",
+ "desc": "Creator (Zoho) - Build applications from scratch without having to write endless lines of code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.bettyblocks.com/",
+ "name": "BettyBlocks",
+ "desc": "BettyBlocks - The #1 No Code platform for innovation, agility and empowerment. Used to create mobile, business and web applications at lightning speed."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://apex.oracle.com/en/platform/low-code/",
+ "name": "APEX (Oracle)",
+ "desc": "APEX (Oracle) - A Low Code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.salesforce.com/products/platform",
+ "name": "Salesforce Platform, prev. Force.com (Salesforce)",
+ "desc": "Salesforce Platform, prev. Force.com (Salesforce) - Click, create, and ship from anywhere with Low Code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://n8n.io/",
+ "name": "n8n",
+ "desc": "n8n - Workflow automation tool with many integrations and with fair-code license."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.pega.com/",
+ "name": "PegaSystems",
+ "desc": "PegaSystems - Provides business process and customer relationship management solutions for organizations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://agilepoint.com/",
+ "name": "AgilePoint",
+ "desc": "AgilePoint - Deploy business-changing ideas in minutes, not months, with the AgilePoint digital process automation platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.quickbase.com/",
+ "name": "QuickBase",
+ "desc": "QuickBase - Helps businesses quickly turn ideas about better ways to work into apps that make them more efficient, informed, and productive."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.creatio.com/",
+ "name": "Creatio",
+ "desc": "Creatio - A global software company providing a leading Low Code platform for process management and CRM."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.auraquantic.com/",
+ "name": "AuraQuantic",
+ "desc": "AuraQuantic - A digital platform designed for business users to easily and rapidly build unlimited processes and applications."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.kintone.com/",
+ "name": "Kintone",
+ "desc": "Kintone - The best productivity software to business transformation Platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.prontoforms.com/",
+ "name": "ProntoForms",
+ "desc": "ProntoForms - Provides mobile business solutions to automate field sales, field service, and field data collection."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://trackvia.com/",
+ "name": "TrackVia",
+ "desc": "TrackVia - The leading Low Code workflow platform for operations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://newgensoft.com/",
+ "name": "NewGen",
+ "desc": "NewGen - Simplify your complex, content-driven business needs with one comprehensive Low Code platform."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://powerautomate.microsoft.com/en-us/robotic-process-automation/",
+ "name": "Power Automate Desktop (Microsoft)",
+ "desc": "Power Automate Desktop (Microsoft) - Automate everything from simple data transfers to complex business workflows—directly from your desktop—using RPA desktop flows in Power Automate Desktop."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.servicetrace.com/",
+ "name": "Servicetrace RPA (Salesforce)",
+ "desc": "Servicetrace RPA (Salesforce) - Develop innovation in robotic solutions."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://appian.com/platform/complete-automation/robotic-process-automation-rpa.html",
+ "name": "Appian RPA",
+ "desc": "Appian RPA - Orchestrate RPA bots with people, systems, and data in a single workflow, scaling automation across your entire organization."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.workato.com/modern-rpa",
+ "name": "Workato RPA",
+ "desc": "Workato RPA - Integration-powered RPA for Intelligent Automation."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://powervirtualagents.microsoft.com/",
+ "name": "Power Virtual Agents (Microsoft)",
+ "desc": "Power Virtual Agents (Microsoft) - Lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://docs.workato.com/workbot/overview.html",
+ "name": "Workato Workbot",
+ "desc": "Workato Workbot - A bot platform that allows you to build customizable workflows."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://azure.microsoft.com/en-us/services/logic-apps/",
+ "name": "Azure Logic Apps (Microsoft)",
+ "desc": "Azure Logic Apps (Microsoft) - A cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://mulesoft.com/",
+ "name": "MuleSoft (Salesforce)",
+ "desc": "MuleSoft (Salesforce) - Provides an integration and API platform that makes it easy to connect data from any system to create connected experiences."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://www.workato.com",
+ "name": "Workato",
+ "desc": "Workato - An enterprise automation platform that helps organizations work faster and smarter without compromising governance and security."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://www.mulesoft.com/platform/api-management",
+ "name": "MuleSoft",
+ "desc": "MuleSoft - Manage your API lifecycle, quickly design, test, and publish APIs."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://docs.workato.com/api-management.html",
+ "name": "Workato API Management",
+ "desc": "Workato API Management - Turn callable recipes into endpoints and organize the endpoints into API collections, making it easier for users to find and consume the endpoints through other recipes or third-party apps, without requiring access to your Workato account."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MscrmTools/XrmToolBox",
+ "name": "XrmToolBox",
+ "desc": "XrmToolBox - An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/rajyraman/Levelup-for-Dynamics-CRM",
+ "name": "Levelup for Dynamics CRM",
+ "desc": "Levelup for Dynamics CRM - Chrome, Edge Chromium and Firefox Extension for Dynamics CRM/365/Power Apps Power users."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/PowerPlatformAF/PowerPlatformAF",
+ "name": "Power Platform Adoption Framework",
+ "desc": "Power Platform Adoption Framework - The framework that enables people to create beautiful and useful things on Power Platform deployed in large, enterprise-grade organizations."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Zerg00s/FlowPowerAppsMigrator",
+ "name": "Flow & Power Apps Migrator",
+ "desc": "Flow & Power Apps Migrator - Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/TracyGH/SharePointWorkflowConverter",
+ "name": "SharePoint Workflow Converter",
+ "desc": "SharePoint Workflow Converter - A proof-of-concept C# console application for retrieving legacy 2010 & 2013 custom SharePoint workflow definition files, and creating new Power Automate flows programmatically."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerPlatformConnectors",
+ "name": "Power Platform Connectors",
+ "desc": "Power Platform Connectors - This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/Power-Fx",
+ "name": "Microsoft Power Fx",
+ "desc": "Microsoft Power Fx - Power Fx Low Code programming language."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/custom_connector_docs",
+ "name": "Custom Connector Docs",
+ "desc": "Custom Connector Docs - Source files for Workato custom connector documentation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerfx-samples",
+ "name": "Power Fx Samples",
+ "desc": "Power Fx Samples - This repository contains samples for Power Fx Low Code programming language."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerApps-Azure-Lab",
+ "name": "Power Apps & Azure Lab",
+ "desc": "Power Apps & Azure Lab - Repository to host the PowerApps Azure Lab."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MicrosoftLearning/PL-900-Microsoft-Power-Platform-Fundamentals",
+ "name": "PL-900: Power Platform Fundamentals",
+ "desc": "PL-900: Power Platform Fundamentals - Power Platform Fundamentals course materials."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/full-embed-sample",
+ "name": "Embedding Guide",
+ "desc": "Embedding Guide - A guided example on how to use Workato embedded."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerapps-samples",
+ "name": "Power Apps Samples",
+ "desc": "Power Apps Samples - Contains curated community Microsoft Power App samples."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Eickhel/PowerApps-samples",
+ "name": "PowerApps Samples",
+ "desc": "PowerApps Samples - Power Apps samples by Power Nimbus."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/iAmManCat/PowerApps-Branding-Template",
+ "name": "Power Apps Branding Template",
+ "desc": "Power Apps Branding Template - A template to empower developers and reduce time wasted on control changes."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/sp-power-platform-solutions",
+ "name": "SharePoint Power Platform Solutions",
+ "desc": "SharePoint Power Platform Solutions - Sample PowerApps solutions designed to be used in SharePoint context."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerautomate-samples",
+ "name": "Power Automate Samples",
+ "desc": "Power Automate Samples - Contains curated community samples for Microsoft Power Automate."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/wortell/PowerAutomate-AutomatischeReistijd",
+ "name": "Automatic travel time",
+ "desc": "Automatic travel time - Automatic travel time in your Office 365 calendar."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ericsche/MCinTeams",
+ "name": "Message Center in Teams",
+ "desc": "Message Center in Teams - Message Center in Teams is a simple PowerAutomate Solution to gather Message Center Announcement and post them in a Teams Channel."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ferrybouwman/Power-BI-Read-Only-REST-API",
+ "name": "Consume Power BI",
+ "desc": "Consume Power BI - Solution based on either Powershell or Power Automate (Flow) to consume the recently released Power BI Asynchronous Unified Scanning API."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/vaibhav21791/PostListItemToTwitter",
+ "name": "Post List Item To Twitter",
+ "desc": "Post List Item To Twitter - A Microsoft Power Automate Flow to Post a SharePoint List Item to Twitter along with media content."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/solutions",
+ "name": "Solution Marketplace",
+ "desc": "Solution Marketplace - A curated list of ready-to-use solutions built by Workato and vendors."
+ },
+ {
+ "category": "Workato",
+ "url": "https://support.workato.com/en/support/solutions",
+ "name": "Support History",
+ "desc": "Support History - A public repository of resolved support tickets to help tackle issues."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1",
+ "name": "Microsoft Power Apps Official Community",
+ "desc": "Microsoft Power Apps Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity",
+ "name": "Microsoft Power Automate Official Community",
+ "desc": "Microsoft Power Automate Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity",
+ "name": "Microsoft Power Virtual Agents Official Community",
+ "desc": "Microsoft Power Virtual Agents Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://community.powerbi.com/",
+ "name": "Microsoft Power BI Official Community",
+ "desc": "Microsoft Power BI Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powp.co/",
+ "name": "PowP.Co Discord Community",
+ "desc": "PowP.Co Discord Community - A Discord community of Power Platform enthusiasts."
+ },
+ {
+ "category": "Workato",
+ "url": "https://community.workato.com/",
+ "name": "Workato Communities",
+ "desc": "Workato Communities - The official Workato communities website."
+ },
+ {
+ "category": "Workato",
+ "url": "https://systematic.workato.com/",
+ "name": "Systematic",
+ "desc": "Systematic - The only community for business systems."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://zenity.io/blog",
+ "name": "Zenity",
+ "desc": "Zenity - Low Code security and governance."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://www.darkreading.com/edge-articles/addressing-the-low-code-security-elephant-in-the-room",
+ "name": "Addressing the Low Code Security Elephant in the Room",
+ "desc": "Addressing the Low Code Security Elephant in the Room - The shared responsibility model for Low Code applications."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://blog.powp.co/",
+ "name": "PowPco",
+ "desc": "PowPco - Single-stop community for everything Power Platform Community related."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/the-connector/",
+ "name": "The Connector",
+ "desc": "The Connector - Workato blog on Business Automation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Power-Maverick/awesome-power-platform",
+ "name": "Awesome Microsoft Power Platform",
+ "desc": "Awesome Microsoft Power Platform - A collection of awesome things regarding the Power Platform ecosystem."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/valentin-vogel/awesome-nocode-lowcode",
+ "name": "Awesome No Code Low Code",
+ "desc": "Awesome No Code Low Code - A collection of awesome No Code and Low Code resources."
+ }
+]
+[
+ {
+ "category": "Contents",
+ "url": "#awesome-low-code-",
+ "name": "Awesome Low Code",
+ "desc": "Awesome Low Code Contents Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform Tools, Extensions and Frameworks Power Platform (Microsoft) Reference Resources Power Platform (Microsoft) Workato Learning Resources Power Platform (Microsoft) Workato Samples, Templates and Solutions Power Platform (Microsoft) Workato Community Power Platform (Microsoft) Workato Blogs Power Platform (Microsoft) Workato Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#contents",
+ "name": "Contents",
+ "desc": "Contents"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#platforms",
+ "name": "Platforms",
+ "desc": "Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#citizen-automation-and-development-platform",
+ "name": "Citizen Automation and Development Platform",
+ "desc": "Citizen Automation and Development Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-application-platform",
+ "name": "Low Code Application Platform",
+ "desc": "Low Code Application Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#business-process-management",
+ "name": "Business Process Management",
+ "desc": "Business Process Management"
+ },
+ {
+ "category": "Platforms",
+ "url": "#robotic-process-automation",
+ "name": "Robotic Process Automation",
+ "desc": "Robotic Process Automation"
+ },
+ {
+ "category": "Platforms",
+ "url": "#intelligent-virtual-agent",
+ "name": "Intelligent Virtual Agent",
+ "desc": "Intelligent Virtual Agent"
+ },
+ {
+ "category": "Platforms",
+ "url": "#integration-platform-as-a-service",
+ "name": "Integration Platform as a Service",
+ "desc": "Integration Platform as a Service"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-api-management-platform",
+ "name": "Low Code API Management Platform",
+ "desc": "Low Code API Management Platform"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#tools-extensions-and-frameworks",
+ "name": "Tools, Extensions and Frameworks",
+ "desc": "Tools, Extensions and Frameworks Power Platform (Microsoft)"
+ },
+ {
+ "category": "Tools, Extensions and Frameworks",
+ "url": "#power-platform-microsoft",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#reference-resources",
+ "name": "Reference Resources",
+ "desc": "Reference Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#power-platform-microsoft-1",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#workato",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#learning-resources",
+ "name": "Learning Resources",
+ "desc": "Learning Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#power-platform-microsoft-2",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#workato-1",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#samples-templates-and-solutions",
+ "name": "Samples, Templates and Solutions",
+ "desc": "Samples, Templates and Solutions Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#power-platform-microsoft-3",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#workato-2",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#community",
+ "name": "Community",
+ "desc": "Community Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Community",
+ "url": "#power-platform-microsoft-4",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Community",
+ "url": "#workato-3",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#blogs",
+ "name": "Blogs",
+ "desc": "Blogs Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Blogs",
+ "url": "#power-platform-microsoft-5",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Blogs",
+ "url": "#workato-4",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#other-lists",
+ "name": "Other Lists",
+ "desc": "Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Other Lists",
+ "url": "#power-platform-microsoft-6",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://flow.microsoft.com/",
+ "name": "Power Automate (Microsoft)",
+ "desc": "Power Automate (Microsoft) - An online workflow service that automates actions across the most common apps and services."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://zapier.com/",
+ "name": "Zapier",
+ "desc": "Zapier - Allows its users to easily connect and automate the apps they use."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.salesforce.com/products/platform/einstein-automate/",
+ "name": "Einstein Automate (Salesforce)",
+ "desc": "Einstein Automate (Salesforce) - Empower your employees to do more of what matters by automating business processes easily without needing specialized development skills."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.atlassian.com/software/jira/features/automation",
+ "name": "Jira Automation (Atlassian)",
+ "desc": "Jira Automation (Atlassian) - Automation is a No Code rule builder that enables customers to build if-this-then-that-rules based on events in Jira."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://trello.com/power-ups/category/automation",
+ "name": "Trello Power-Ups (Atlassian)",
+ "desc": "Trello Power-Ups (Atlassian) - Helps teams meet their unique business needs through adaptable features and integrations."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.zoho.com/flow/",
+ "name": "Flow (Zoho)",
+ "desc": "Flow (Zoho) - An integration platform that helps you connect your apps without any code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerapps.com/",
+ "name": "Power Apps (Microsoft)",
+ "desc": "Power Apps (Microsoft) - Build apps in hours—not months—that easily connect to data, use Excel-like expressions to add logic, and run on the web, iOS, and Android devices."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerbi.microsoft.com/",
+ "name": "Power BI",
+ "desc": "Power BI - Unify data from many sources to create interactive, immersive dashboards and reports that provide actionable insights and drive business results."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://appian.com/",
+ "name": "Appian",
+ "desc": "Appian - Provides a Low Code software development platform that enables organizations to rapidly develop powerful applications."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://mendix.com/",
+ "name": "Mendix",
+ "desc": "Mendix - The fastest and easiest high-productivity platform to create and continuously improve multi-channel applications at scale."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.outsystems.com/",
+ "name": "OutSystems",
+ "desc": "OutSystems - A Low Code platform that enables businesses to develop, deploy, and manage enterprise-grade apps."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.servicenow.com/now-platform.html",
+ "name": "Now Platform (ServiceNow)",
+ "desc": "Now Platform (ServiceNow) - Drive connected digital workflows across the enterprise, deliver modern, consumer-like experiences, and accelerate time-to-value and innovation."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.zoho.com/creator/low-code-platform/",
+ "name": "Creator (Zoho)",
+ "desc": "Creator (Zoho) - Build applications from scratch without having to write endless lines of code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.bettyblocks.com/",
+ "name": "BettyBlocks",
+ "desc": "BettyBlocks - The #1 No Code platform for innovation, agility and empowerment. Used to create mobile, business and web applications at lightning speed."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://apex.oracle.com/en/platform/low-code/",
+ "name": "APEX (Oracle)",
+ "desc": "APEX (Oracle) - A Low Code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.salesforce.com/products/platform",
+ "name": "Salesforce Platform, prev. Force.com (Salesforce)",
+ "desc": "Salesforce Platform, prev. Force.com (Salesforce) - Click, create, and ship from anywhere with Low Code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://n8n.io/",
+ "name": "n8n",
+ "desc": "n8n - Workflow automation tool with many integrations and with fair-code license."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.pega.com/",
+ "name": "PegaSystems",
+ "desc": "PegaSystems - Provides business process and customer relationship management solutions for organizations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://agilepoint.com/",
+ "name": "AgilePoint",
+ "desc": "AgilePoint - Deploy business-changing ideas in minutes, not months, with the AgilePoint digital process automation platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.quickbase.com/",
+ "name": "QuickBase",
+ "desc": "QuickBase - Helps businesses quickly turn ideas about better ways to work into apps that make them more efficient, informed, and productive."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.creatio.com/",
+ "name": "Creatio",
+ "desc": "Creatio - A global software company providing a leading Low Code platform for process management and CRM."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.auraquantic.com/",
+ "name": "AuraQuantic",
+ "desc": "AuraQuantic - A digital platform designed for business users to easily and rapidly build unlimited processes and applications."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.kintone.com/",
+ "name": "Kintone",
+ "desc": "Kintone - The best productivity software to business transformation Platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.prontoforms.com/",
+ "name": "ProntoForms",
+ "desc": "ProntoForms - Provides mobile business solutions to automate field sales, field service, and field data collection."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://trackvia.com/",
+ "name": "TrackVia",
+ "desc": "TrackVia - The leading Low Code workflow platform for operations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://newgensoft.com/",
+ "name": "NewGen",
+ "desc": "NewGen - Simplify your complex, content-driven business needs with one comprehensive Low Code platform."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://powerautomate.microsoft.com/en-us/robotic-process-automation/",
+ "name": "Power Automate Desktop (Microsoft)",
+ "desc": "Power Automate Desktop (Microsoft) - Automate everything from simple data transfers to complex business workflows—directly from your desktop—using RPA desktop flows in Power Automate Desktop."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.servicetrace.com/",
+ "name": "Servicetrace RPA (Salesforce)",
+ "desc": "Servicetrace RPA (Salesforce) - Develop innovation in robotic solutions."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://appian.com/platform/complete-automation/robotic-process-automation-rpa.html",
+ "name": "Appian RPA",
+ "desc": "Appian RPA - Orchestrate RPA bots with people, systems, and data in a single workflow, scaling automation across your entire organization."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.workato.com/modern-rpa",
+ "name": "Workato RPA",
+ "desc": "Workato RPA - Integration-powered RPA for Intelligent Automation."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://powervirtualagents.microsoft.com/",
+ "name": "Power Virtual Agents (Microsoft)",
+ "desc": "Power Virtual Agents (Microsoft) - Lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://docs.workato.com/workbot/overview.html",
+ "name": "Workato Workbot",
+ "desc": "Workato Workbot - A bot platform that allows you to build customizable workflows."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://azure.microsoft.com/en-us/services/logic-apps/",
+ "name": "Azure Logic Apps (Microsoft)",
+ "desc": "Azure Logic Apps (Microsoft) - A cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://mulesoft.com/",
+ "name": "MuleSoft (Salesforce)",
+ "desc": "MuleSoft (Salesforce) - Provides an integration and API platform that makes it easy to connect data from any system to create connected experiences."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://www.workato.com",
+ "name": "Workato",
+ "desc": "Workato - An enterprise automation platform that helps organizations work faster and smarter without compromising governance and security."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://www.mulesoft.com/platform/api-management",
+ "name": "MuleSoft",
+ "desc": "MuleSoft - Manage your API lifecycle, quickly design, test, and publish APIs."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://docs.workato.com/api-management.html",
+ "name": "Workato API Management",
+ "desc": "Workato API Management - Turn callable recipes into endpoints and organize the endpoints into API collections, making it easier for users to find and consume the endpoints through other recipes or third-party apps, without requiring access to your Workato account."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MscrmTools/XrmToolBox",
+ "name": "XrmToolBox",
+ "desc": "XrmToolBox - An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/rajyraman/Levelup-for-Dynamics-CRM",
+ "name": "Levelup for Dynamics CRM",
+ "desc": "Levelup for Dynamics CRM - Chrome, Edge Chromium and Firefox Extension for Dynamics CRM/365/Power Apps Power users."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/PowerPlatformAF/PowerPlatformAF",
+ "name": "Power Platform Adoption Framework",
+ "desc": "Power Platform Adoption Framework - The framework that enables people to create beautiful and useful things on Power Platform deployed in large, enterprise-grade organizations."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Zerg00s/FlowPowerAppsMigrator",
+ "name": "Flow & Power Apps Migrator",
+ "desc": "Flow & Power Apps Migrator - Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/TracyGH/SharePointWorkflowConverter",
+ "name": "SharePoint Workflow Converter",
+ "desc": "SharePoint Workflow Converter - A proof-of-concept C# console application for retrieving legacy 2010 & 2013 custom SharePoint workflow definition files, and creating new Power Automate flows programmatically."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerPlatformConnectors",
+ "name": "Power Platform Connectors",
+ "desc": "Power Platform Connectors - This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/Power-Fx",
+ "name": "Microsoft Power Fx",
+ "desc": "Microsoft Power Fx - Power Fx Low Code programming language."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/custom_connector_docs",
+ "name": "Custom Connector Docs",
+ "desc": "Custom Connector Docs - Source files for Workato custom connector documentation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerfx-samples",
+ "name": "Power Fx Samples",
+ "desc": "Power Fx Samples - This repository contains samples for Power Fx Low Code programming language."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerApps-Azure-Lab",
+ "name": "Power Apps & Azure Lab",
+ "desc": "Power Apps & Azure Lab - Repository to host the PowerApps Azure Lab."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MicrosoftLearning/PL-900-Microsoft-Power-Platform-Fundamentals",
+ "name": "PL-900: Power Platform Fundamentals",
+ "desc": "PL-900: Power Platform Fundamentals - Power Platform Fundamentals course materials."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/full-embed-sample",
+ "name": "Embedding Guide",
+ "desc": "Embedding Guide - A guided example on how to use Workato embedded."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerapps-samples",
+ "name": "Power Apps Samples",
+ "desc": "Power Apps Samples - Contains curated community Microsoft Power App samples."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Eickhel/PowerApps-samples",
+ "name": "PowerApps Samples",
+ "desc": "PowerApps Samples - Power Apps samples by Power Nimbus."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/iAmManCat/PowerApps-Branding-Template",
+ "name": "Power Apps Branding Template",
+ "desc": "Power Apps Branding Template - A template to empower developers and reduce time wasted on control changes."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/sp-power-platform-solutions",
+ "name": "SharePoint Power Platform Solutions",
+ "desc": "SharePoint Power Platform Solutions - Sample PowerApps solutions designed to be used in SharePoint context."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerautomate-samples",
+ "name": "Power Automate Samples",
+ "desc": "Power Automate Samples - Contains curated community samples for Microsoft Power Automate."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/wortell/PowerAutomate-AutomatischeReistijd",
+ "name": "Automatic travel time",
+ "desc": "Automatic travel time - Automatic travel time in your Office 365 calendar."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ericsche/MCinTeams",
+ "name": "Message Center in Teams",
+ "desc": "Message Center in Teams - Message Center in Teams is a simple PowerAutomate Solution to gather Message Center Announcement and post them in a Teams Channel."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ferrybouwman/Power-BI-Read-Only-REST-API",
+ "name": "Consume Power BI",
+ "desc": "Consume Power BI - Solution based on either Powershell or Power Automate (Flow) to consume the recently released Power BI Asynchronous Unified Scanning API."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/vaibhav21791/PostListItemToTwitter",
+ "name": "Post List Item To Twitter",
+ "desc": "Post List Item To Twitter - A Microsoft Power Automate Flow to Post a SharePoint List Item to Twitter along with media content."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/solutions",
+ "name": "Solution Marketplace",
+ "desc": "Solution Marketplace - A curated list of ready-to-use solutions built by Workato and vendors."
+ },
+ {
+ "category": "Workato",
+ "url": "https://support.workato.com/en/support/solutions",
+ "name": "Support History",
+ "desc": "Support History - A public repository of resolved support tickets to help tackle issues."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1",
+ "name": "Microsoft Power Apps Official Community",
+ "desc": "Microsoft Power Apps Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity",
+ "name": "Microsoft Power Automate Official Community",
+ "desc": "Microsoft Power Automate Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity",
+ "name": "Microsoft Power Virtual Agents Official Community",
+ "desc": "Microsoft Power Virtual Agents Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://community.powerbi.com/",
+ "name": "Microsoft Power BI Official Community",
+ "desc": "Microsoft Power BI Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powp.co/",
+ "name": "PowP.Co Discord Community",
+ "desc": "PowP.Co Discord Community - A Discord community of Power Platform enthusiasts."
+ },
+ {
+ "category": "Workato",
+ "url": "https://community.workato.com/",
+ "name": "Workato Communities",
+ "desc": "Workato Communities - The official Workato communities website."
+ },
+ {
+ "category": "Workato",
+ "url": "https://systematic.workato.com/",
+ "name": "Systematic",
+ "desc": "Systematic - The only community for business systems."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://zenity.io/blog",
+ "name": "Zenity",
+ "desc": "Zenity - Low Code security and governance."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://www.darkreading.com/edge-articles/addressing-the-low-code-security-elephant-in-the-room",
+ "name": "Addressing the Low Code Security Elephant in the Room",
+ "desc": "Addressing the Low Code Security Elephant in the Room - The shared responsibility model for Low Code applications."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://blog.powp.co/",
+ "name": "PowPco",
+ "desc": "PowPco - Single-stop community for everything Power Platform Community related."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/the-connector/",
+ "name": "The Connector",
+ "desc": "The Connector - Workato blog on Business Automation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Power-Maverick/awesome-power-platform",
+ "name": "Awesome Microsoft Power Platform",
+ "desc": "Awesome Microsoft Power Platform - A collection of awesome things regarding the Power Platform ecosystem."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/valentin-vogel/awesome-nocode-lowcode",
+ "name": "Awesome No Code Low Code",
+ "desc": "Awesome No Code Low Code - A collection of awesome No Code and Low Code resources."
+ }
+]
+[
+ {
+ "category": "Contents",
+ "url": "#awesome-low-code-",
+ "name": "Awesome Low Code",
+ "desc": "Awesome Low Code Contents Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform Tools, Extensions and Frameworks Power Platform (Microsoft) Reference Resources Power Platform (Microsoft) Workato Learning Resources Power Platform (Microsoft) Workato Samples, Templates and Solutions Power Platform (Microsoft) Workato Community Power Platform (Microsoft) Workato Blogs Power Platform (Microsoft) Workato Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#contents",
+ "name": "Contents",
+ "desc": "Contents"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#platforms",
+ "name": "Platforms",
+ "desc": "Platforms Citizen Automation and Development Platform Low Code Application Platform Business Process Management Robotic Process Automation Intelligent Virtual Agent Integration Platform as a Service Low Code API Management Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#citizen-automation-and-development-platform",
+ "name": "Citizen Automation and Development Platform",
+ "desc": "Citizen Automation and Development Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-application-platform",
+ "name": "Low Code Application Platform",
+ "desc": "Low Code Application Platform"
+ },
+ {
+ "category": "Platforms",
+ "url": "#business-process-management",
+ "name": "Business Process Management",
+ "desc": "Business Process Management"
+ },
+ {
+ "category": "Platforms",
+ "url": "#robotic-process-automation",
+ "name": "Robotic Process Automation",
+ "desc": "Robotic Process Automation"
+ },
+ {
+ "category": "Platforms",
+ "url": "#intelligent-virtual-agent",
+ "name": "Intelligent Virtual Agent",
+ "desc": "Intelligent Virtual Agent"
+ },
+ {
+ "category": "Platforms",
+ "url": "#integration-platform-as-a-service",
+ "name": "Integration Platform as a Service",
+ "desc": "Integration Platform as a Service"
+ },
+ {
+ "category": "Platforms",
+ "url": "#low-code-api-management-platform",
+ "name": "Low Code API Management Platform",
+ "desc": "Low Code API Management Platform"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#tools-extensions-and-frameworks",
+ "name": "Tools, Extensions and Frameworks",
+ "desc": "Tools, Extensions and Frameworks Power Platform (Microsoft)"
+ },
+ {
+ "category": "Tools, Extensions and Frameworks",
+ "url": "#power-platform-microsoft",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#reference-resources",
+ "name": "Reference Resources",
+ "desc": "Reference Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#power-platform-microsoft-1",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Reference Resources",
+ "url": "#workato",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#learning-resources",
+ "name": "Learning Resources",
+ "desc": "Learning Resources Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#power-platform-microsoft-2",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Learning Resources",
+ "url": "#workato-1",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#samples-templates-and-solutions",
+ "name": "Samples, Templates and Solutions",
+ "desc": "Samples, Templates and Solutions Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#power-platform-microsoft-3",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Samples, Templates and Solutions",
+ "url": "#workato-2",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#community",
+ "name": "Community",
+ "desc": "Community Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Community",
+ "url": "#power-platform-microsoft-4",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Community",
+ "url": "#workato-3",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#blogs",
+ "name": "Blogs",
+ "desc": "Blogs Power Platform (Microsoft) Workato"
+ },
+ {
+ "category": "Blogs",
+ "url": "#power-platform-microsoft-5",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "Blogs",
+ "url": "#workato-4",
+ "name": "Workato",
+ "desc": "Workato"
+ },
+ {
+ "category": "Awesome Low Code",
+ "url": "#other-lists",
+ "name": "Other Lists",
+ "desc": "Other Lists Power Platform (Microsoft)"
+ },
+ {
+ "category": "Other Lists",
+ "url": "#power-platform-microsoft-6",
+ "name": "Power Platform (Microsoft)",
+ "desc": "Power Platform (Microsoft)"
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://flow.microsoft.com/",
+ "name": "Power Automate (Microsoft)",
+ "desc": "Power Automate (Microsoft) - An online workflow service that automates actions across the most common apps and services."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://zapier.com/",
+ "name": "Zapier",
+ "desc": "Zapier - Allows its users to easily connect and automate the apps they use."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.salesforce.com/products/platform/einstein-automate/",
+ "name": "Einstein Automate (Salesforce)",
+ "desc": "Einstein Automate (Salesforce) - Empower your employees to do more of what matters by automating business processes easily without needing specialized development skills."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.atlassian.com/software/jira/features/automation",
+ "name": "Jira Automation (Atlassian)",
+ "desc": "Jira Automation (Atlassian) - Automation is a No Code rule builder that enables customers to build if-this-then-that-rules based on events in Jira."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://trello.com/power-ups/category/automation",
+ "name": "Trello Power-Ups (Atlassian)",
+ "desc": "Trello Power-Ups (Atlassian) - Helps teams meet their unique business needs through adaptable features and integrations."
+ },
+ {
+ "category": "A development platform for business users (citizen developer is a term for business users, not a role or a job title) that doesn't require coding skills and is based on intuitive drag & drop interfaces. Applications created in such platforms are usually made to automate or improve efficiency of business processes and of personal productivity, without going through IT. CADP are usually consumed as SaaS.",
+ "url": "https://www.zoho.com/flow/",
+ "name": "Flow (Zoho)",
+ "desc": "Flow (Zoho) - An integration platform that helps you connect your apps without any code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerapps.com/",
+ "name": "Power Apps (Microsoft)",
+ "desc": "Power Apps (Microsoft) - Build apps in hours—not months—that easily connect to data, use Excel-like expressions to add logic, and run on the web, iOS, and Android devices."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://powerbi.microsoft.com/",
+ "name": "Power BI",
+ "desc": "Power BI - Unify data from many sources to create interactive, immersive dashboards and reports that provide actionable insights and drive business results."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://appian.com/",
+ "name": "Appian",
+ "desc": "Appian - Provides a Low Code software development platform that enables organizations to rapidly develop powerful applications."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://mendix.com/",
+ "name": "Mendix",
+ "desc": "Mendix - The fastest and easiest high-productivity platform to create and continuously improve multi-channel applications at scale."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.outsystems.com/",
+ "name": "OutSystems",
+ "desc": "OutSystems - A Low Code platform that enables businesses to develop, deploy, and manage enterprise-grade apps."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.servicenow.com/now-platform.html",
+ "name": "Now Platform (ServiceNow)",
+ "desc": "Now Platform (ServiceNow) - Drive connected digital workflows across the enterprise, deliver modern, consumer-like experiences, and accelerate time-to-value and innovation."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.zoho.com/creator/low-code-platform/",
+ "name": "Creator (Zoho)",
+ "desc": "Creator (Zoho) - Build applications from scratch without having to write endless lines of code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.bettyblocks.com/",
+ "name": "BettyBlocks",
+ "desc": "BettyBlocks - The #1 No Code platform for innovation, agility and empowerment. Used to create mobile, business and web applications at lightning speed."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://apex.oracle.com/en/platform/low-code/",
+ "name": "APEX (Oracle)",
+ "desc": "APEX (Oracle) - A Low Code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://www.salesforce.com/products/platform",
+ "name": "Salesforce Platform, prev. Force.com (Salesforce)",
+ "desc": "Salesforce Platform, prev. Force.com (Salesforce) - Click, create, and ship from anywhere with Low Code."
+ },
+ {
+ "category": "An advanced development platform that enable organizations to create powerful enterprise grade applications with no to minimum extra coding requirements with easy to use drag & drop interfaces. Since such platforms simplify the application development process, more types of personas can contribute and accelerate the development process. Those platforms are PaaS development platforms, and can also reduce development cost and maintenance.",
+ "url": "https://n8n.io/",
+ "name": "n8n",
+ "desc": "n8n - Workflow automation tool with many integrations and with fair-code license."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.pega.com/",
+ "name": "PegaSystems",
+ "desc": "PegaSystems - Provides business process and customer relationship management solutions for organizations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://agilepoint.com/",
+ "name": "AgilePoint",
+ "desc": "AgilePoint - Deploy business-changing ideas in minutes, not months, with the AgilePoint digital process automation platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.quickbase.com/",
+ "name": "QuickBase",
+ "desc": "QuickBase - Helps businesses quickly turn ideas about better ways to work into apps that make them more efficient, informed, and productive."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.creatio.com/",
+ "name": "Creatio",
+ "desc": "Creatio - A global software company providing a leading Low Code platform for process management and CRM."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.auraquantic.com/",
+ "name": "AuraQuantic",
+ "desc": "AuraQuantic - A digital platform designed for business users to easily and rapidly build unlimited processes and applications."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.kintone.com/",
+ "name": "Kintone",
+ "desc": "Kintone - The best productivity software to business transformation Platform."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://www.prontoforms.com/",
+ "name": "ProntoForms",
+ "desc": "ProntoForms - Provides mobile business solutions to automate field sales, field service, and field data collection."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://trackvia.com/",
+ "name": "TrackVia",
+ "desc": "TrackVia - The leading Low Code workflow platform for operations."
+ },
+ {
+ "category": "A Low Code Application Platform dedicated to streamlining business processes. These platforms enable business users to automate complicated business workflows and actions with no coding background by providing an easy to use drag & drop interface. Automations that are built in such platforms are usually built in an event-driven mode (triggers) around critical business processes. BPA can be consumed via a SaaS or an on-premises appliance.",
+ "url": "https://newgensoft.com/",
+ "name": "NewGen",
+ "desc": "NewGen - Simplify your complex, content-driven business needs with one comprehensive Low Code platform."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://powerautomate.microsoft.com/en-us/robotic-process-automation/",
+ "name": "Power Automate Desktop (Microsoft)",
+ "desc": "Power Automate Desktop (Microsoft) - Automate everything from simple data transfers to complex business workflows—directly from your desktop—using RPA desktop flows in Power Automate Desktop."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.servicetrace.com/",
+ "name": "Servicetrace RPA (Salesforce)",
+ "desc": "Servicetrace RPA (Salesforce) - Develop innovation in robotic solutions."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://appian.com/platform/complete-automation/robotic-process-automation-rpa.html",
+ "name": "Appian RPA",
+ "desc": "Appian RPA - Orchestrate RPA bots with people, systems, and data in a single workflow, scaling automation across your entire organization."
+ },
+ {
+ "category": "An automation platform that helps organizations remove human manual intensive processes and avoid errors, as well as making sure human required attention is efficiently maximized only on critical aspects of work. RPA technology introduced the concept of software robots, built by the end-user humans, to perform repetitive manual intensive processes in an automation fashion, and can understand and processes computer interactions with SaaS and on-premises applications just like a human-being. RPA technologies involve building, deploying, and managing those software robots.",
+ "url": "https://www.workato.com/modern-rpa",
+ "name": "Workato RPA",
+ "desc": "Workato RPA - Integration-powered RPA for Intelligent Automation."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://powervirtualagents.microsoft.com/",
+ "name": "Power Virtual Agents (Microsoft)",
+ "desc": "Power Virtual Agents (Microsoft) - Lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service."
+ },
+ {
+ "category": "A software application which is built and configured by its users to perform manual repetitive and error-prone tasks in an automated faster fashion. Bots are built and configured mostly in Low Code platforms via easy to use drag & drop interfaces. Examples to the use of bots could be seen in user conversation via messaging and voice platforms that help them take decisions and act through business processes.",
+ "url": "https://docs.workato.com/workbot/overview.html",
+ "name": "Workato Workbot",
+ "desc": "Workato Workbot - A bot platform that allows you to build customizable workflows."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://azure.microsoft.com/en-us/services/logic-apps/",
+ "name": "Azure Logic Apps (Microsoft)",
+ "desc": "Azure Logic Apps (Microsoft) - A cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://mulesoft.com/",
+ "name": "MuleSoft (Salesforce)",
+ "desc": "MuleSoft (Salesforce) - Provides an integration and API platform that makes it easy to connect data from any system to create connected experiences."
+ },
+ {
+ "category": "A platform that help organizations control, simplify and standardize the way that applications are integrated (internally developed or 3rd party SaaS). Such platforms help to share data between applications, automate business workflows and remove manual error prone ones, in an advanced controlled manner. iPaaS also enables more types of personas to integrate applications, removing the constant dependency on software developers. iPaaS can be deployed within an organization either as a SaaS or as on-premises appliance.",
+ "url": "https://www.workato.com",
+ "name": "Workato",
+ "desc": "Workato - An enterprise automation platform that helps organizations work faster and smarter without compromising governance and security."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://www.mulesoft.com/platform/api-management",
+ "name": "MuleSoft",
+ "desc": "MuleSoft - Manage your API lifecycle, quickly design, test, and publish APIs."
+ },
+ {
+ "category": "A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints.",
+ "url": "https://docs.workato.com/api-management.html",
+ "name": "Workato API Management",
+ "desc": "Workato API Management - Turn callable recipes into endpoints and organize the endpoints into API collections, making it easier for users to find and consume the endpoints through other recipes or third-party apps, without requiring access to your Workato account."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MscrmTools/XrmToolBox",
+ "name": "XrmToolBox",
+ "desc": "XrmToolBox - An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/rajyraman/Levelup-for-Dynamics-CRM",
+ "name": "Levelup for Dynamics CRM",
+ "desc": "Levelup for Dynamics CRM - Chrome, Edge Chromium and Firefox Extension for Dynamics CRM/365/Power Apps Power users."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/PowerPlatformAF/PowerPlatformAF",
+ "name": "Power Platform Adoption Framework",
+ "desc": "Power Platform Adoption Framework - The framework that enables people to create beautiful and useful things on Power Platform deployed in large, enterprise-grade organizations."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Zerg00s/FlowPowerAppsMigrator",
+ "name": "Flow & Power Apps Migrator",
+ "desc": "Flow & Power Apps Migrator - Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/TracyGH/SharePointWorkflowConverter",
+ "name": "SharePoint Workflow Converter",
+ "desc": "SharePoint Workflow Converter - A proof-of-concept C# console application for retrieving legacy 2010 & 2013 custom SharePoint workflow definition files, and creating new Power Automate flows programmatically."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerPlatformConnectors",
+ "name": "Power Platform Connectors",
+ "desc": "Power Platform Connectors - This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/Power-Fx",
+ "name": "Microsoft Power Fx",
+ "desc": "Microsoft Power Fx - Power Fx Low Code programming language."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/custom_connector_docs",
+ "name": "Custom Connector Docs",
+ "desc": "Custom Connector Docs - Source files for Workato custom connector documentation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerfx-samples",
+ "name": "Power Fx Samples",
+ "desc": "Power Fx Samples - This repository contains samples for Power Fx Low Code programming language."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/microsoft/PowerApps-Azure-Lab",
+ "name": "Power Apps & Azure Lab",
+ "desc": "Power Apps & Azure Lab - Repository to host the PowerApps Azure Lab."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/MicrosoftLearning/PL-900-Microsoft-Power-Platform-Fundamentals",
+ "name": "PL-900: Power Platform Fundamentals",
+ "desc": "PL-900: Power Platform Fundamentals - Power Platform Fundamentals course materials."
+ },
+ {
+ "category": "Workato",
+ "url": "https://github.com/workato/full-embed-sample",
+ "name": "Embedding Guide",
+ "desc": "Embedding Guide - A guided example on how to use Workato embedded."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerapps-samples",
+ "name": "Power Apps Samples",
+ "desc": "Power Apps Samples - Contains curated community Microsoft Power App samples."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Eickhel/PowerApps-samples",
+ "name": "PowerApps Samples",
+ "desc": "PowerApps Samples - Power Apps samples by Power Nimbus."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/iAmManCat/PowerApps-Branding-Template",
+ "name": "Power Apps Branding Template",
+ "desc": "Power Apps Branding Template - A template to empower developers and reduce time wasted on control changes."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/sp-power-platform-solutions",
+ "name": "SharePoint Power Platform Solutions",
+ "desc": "SharePoint Power Platform Solutions - Sample PowerApps solutions designed to be used in SharePoint context."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/pnp/powerautomate-samples",
+ "name": "Power Automate Samples",
+ "desc": "Power Automate Samples - Contains curated community samples for Microsoft Power Automate."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/wortell/PowerAutomate-AutomatischeReistijd",
+ "name": "Automatic travel time",
+ "desc": "Automatic travel time - Automatic travel time in your Office 365 calendar."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ericsche/MCinTeams",
+ "name": "Message Center in Teams",
+ "desc": "Message Center in Teams - Message Center in Teams is a simple PowerAutomate Solution to gather Message Center Announcement and post them in a Teams Channel."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/ferrybouwman/Power-BI-Read-Only-REST-API",
+ "name": "Consume Power BI",
+ "desc": "Consume Power BI - Solution based on either Powershell or Power Automate (Flow) to consume the recently released Power BI Asynchronous Unified Scanning API."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/vaibhav21791/PostListItemToTwitter",
+ "name": "Post List Item To Twitter",
+ "desc": "Post List Item To Twitter - A Microsoft Power Automate Flow to Post a SharePoint List Item to Twitter along with media content."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/solutions",
+ "name": "Solution Marketplace",
+ "desc": "Solution Marketplace - A curated list of ready-to-use solutions built by Workato and vendors."
+ },
+ {
+ "category": "Workato",
+ "url": "https://support.workato.com/en/support/solutions",
+ "name": "Support History",
+ "desc": "Support History - A public repository of resolved support tickets to help tackle issues."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1",
+ "name": "Microsoft Power Apps Official Community",
+ "desc": "Microsoft Power Apps Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity",
+ "name": "Microsoft Power Automate Official Community",
+ "desc": "Microsoft Power Automate Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity",
+ "name": "Microsoft Power Virtual Agents Official Community",
+ "desc": "Microsoft Power Virtual Agents Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://community.powerbi.com/",
+ "name": "Microsoft Power BI Official Community",
+ "desc": "Microsoft Power BI Official Community"
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://powp.co/",
+ "name": "PowP.Co Discord Community",
+ "desc": "PowP.Co Discord Community - A Discord community of Power Platform enthusiasts."
+ },
+ {
+ "category": "Workato",
+ "url": "https://community.workato.com/",
+ "name": "Workato Communities",
+ "desc": "Workato Communities - The official Workato communities website."
+ },
+ {
+ "category": "Workato",
+ "url": "https://systematic.workato.com/",
+ "name": "Systematic",
+ "desc": "Systematic - The only community for business systems."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://zenity.io/blog",
+ "name": "Zenity",
+ "desc": "Zenity - Low Code security and governance."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://www.darkreading.com/edge-articles/addressing-the-low-code-security-elephant-in-the-room",
+ "name": "Addressing the Low Code Security Elephant in the Room",
+ "desc": "Addressing the Low Code Security Elephant in the Room - The shared responsibility model for Low Code applications."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://blog.powp.co/",
+ "name": "PowPco",
+ "desc": "PowPco - Single-stop community for everything Power Platform Community related."
+ },
+ {
+ "category": "Workato",
+ "url": "https://www.workato.com/the-connector/",
+ "name": "The Connector",
+ "desc": "The Connector - Workato blog on Business Automation."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/Power-Maverick/awesome-power-platform",
+ "name": "Awesome Microsoft Power Platform",
+ "desc": "Awesome Microsoft Power Platform - A collection of awesome things regarding the Power Platform ecosystem."
+ },
+ {
+ "category": "Power Platform (Microsoft)",
+ "url": "https://github.com/valentin-vogel/awesome-nocode-lowcode",
+ "name": "Awesome No Code Low Code",
+ "desc": "Awesome No Code Low Code - A collection of awesome No Code and Low Code resources."
+ }
+]
\ No newline at end of file
diff --git a/components/fluent-ext/fluentqa-md/low-code.html b/components/fluent-ext/fluentqa-md/low-code.html
new file mode 100644
index 0000000..758e881
--- /dev/null
+++ b/components/fluent-ext/fluentqa-md/low-code.html
@@ -0,0 +1,6074 @@
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108
Tilda - Create beautiful websites without any code
+
+
Websites, Membership
+
+
Memberspace - Turn your audience into paying members.
+
+
+
Awesome-no-code-tools
+
This awesome list links relevant tools for required to make apps/sites/chatbot and any digital tools without code!
+
I know that some of you are thinking "What is awesome without code? on Github???" But you never know when having such a tool might become handy.
+
This list is based on the incredible work done by Louis Veyret & Clément Barberousse and published as a google sheet. I am saving it here as a safekeeping and to maintain it.
+Originally published as
+
+
Outils pour créer des sites web, applications mobiles, chatbot sans coder.
+Par Louis Veyret & Clément Barberousse
+Source : https://docs.google.com/spreadsheets/d/1QRhocTMg1cZAZyWz5vznqg6KdZrzU-b557Il8p0Q7HM/edit#gid=1754454108