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.0 test - + + 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • 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

+
+

Awesome list

+

Analytics

+ +

Automation

+
    +
  • Zapier - Connect and automate 500+ web apps
  • +
  • Integromat - The glue of the internet
  • +
  • IFTTT - Do more with the services you love
  • +
  • ActionDesk - Build powerful automations with your spreadsheet skills
  • +
  • Microsoft Flow - Automate tasks by integrating your favorite apps
  • +
  • Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript
  • +
  • Tray - Advanced integration platform for connecting up the tools you use every day
  • +
  • Automate Io - Put your business on autopilot. Connect 100+ business apps.
  • +
  • Blockspring - Supercharge your list building, reporting, and landing pages.
  • +
  • Oplim - Custom tasks on your website with zero code
  • +
  • Diagram - Nocode backend API builder with MongoDB and Firestore
  • +
  • Outfunnel - Keep customer data in sync across sales and marketing tools
  • +
+

Automation, Scrapers

+ +

Business Apps

+
    +
  • Betty Blocks - No-code enterprise application development
  • +
  • AppSheet - Intelligent no-code app development platform
  • +
  • Quick Base - Best way to manage data and automate processes, so you can accomplish more
  • +
  • Zoho Creator - Custom apps to run your business.
  • +
  • Calcapp - Build apps with your spreadsheet skills
  • +
+

Chatbots

+
    +
  • Manychat - Create a Messenger bot in minutes
  • +
  • It's Alive - Create a Facebook bot in minutes
  • +
  • Chatfuel - Create chatbots for your audience
  • +
  • Landbot - Lead generation landing page as chatbot
  • +
  • Botsify - Create your own automated chatbot online
  • +
  • Chatamo - Create intelligent voice and chatbot for marketing and sales
  • +
  • Flow XO - Create a chatbot with zero coding skills required
  • +
  • Smooch - Instantly deploy yout bots wherever users are
  • +
  • Rulai - AI Chatbot to deliver Scalable Self Service
  • +
+

Collaboration

+
    +
  • Notion - All-in-one workspace - notes, tasks, wikis & databases
  • +
  • Trello - All-in-one workspace and collaboration for businesses
  • +
+

Collaboration, Internal

+
    +
  • Quip - One place for all your team's work
  • +
+

CRM

+
    +
  • Salesflare - Simple & powerful CRM for small businesses
  • +
  • Pipedrive - CRM Gestion de leads en pipeline
  • +
+

CRM, Marketing

+
    +
  • Hubspot - A full platform of marketing, sales, customer service and CRM software
  • +
+

Customer Support

+
    +
  • Drift - Customer support chatbot
  • +
  • Crisp - Customer support directly in your website
  • +
+

Customer Support, Marketing, CRM

+
    +
  • Intercom - All-in-one customer support
  • +
+

Data, Marketing

+
    +
  • Hotjar - See how your visitors are really using your site
  • +
+

Database

+
    +
  • Airtable - Realtime spreadsheet database hybrid
  • +
  • NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
  • +
  • Trevor - Query your live data, without code
  • +
+

Design

+
    +
  • Figma - The first interface design tool with real-time collaboration
  • +
  • unDraw - Free, open-source illustrations for everyone
  • +
+

Design, Websites

+
    +
  • Webflow - All-in-one web design platform
  • +
+

Ecommerce

+
    +
  • Shopify - Build your ecommerce store
  • +
  • Podia - Easily sell memberships, online courses and digital products
  • +
  • Monto - Product reviews for Webflow
  • +
  • Hingeto - Start your own Amazon-style marketplace
  • +
  • Volusion - Ecommerce website store & shopping cart software
  • +
+

Email

+
    +
  • Revue - Editorial newsletters tool for writers and publishers
  • +
  • Sendgrid - Email delivery service
  • +
  • Postcards - Create awesome emails with drag & drop simplicity
  • +
  • BEE - Create beautiful emails, fast.
  • +
  • Stripo - Free email template builder
  • +
  • Substack - Paid newsletters made simple
  • +
  • Mailchimp - Free emailing software
  • +
  • Converkit - Send automated emailing campaigns
  • +
+

Forms

+
    +
  • Typeform - Build beautiful conversational forms
  • +
  • Google Forms - Free forms from Google that connect directly to Google Sheets
  • +
  • Jotform - Online form builder & form creator
  • +
  • Paperform - Beautiful forms that feel like yours
  • +
+

Internal

+
    +
  • Coda - Build docs as powerful as apps
  • +
  • Nuclino - Knowledge base and collaboration
  • +
  • Contractbook - Efficient contract management
  • +
+

Internal, Web Apps

+
    +
  • Retool - Build custom internal tools in minutes
  • +
+

Landing Pages

+
    +
  • Landen - Beautiful Landing Pages. Designed Instantly
  • +
  • Launchaco - Simple landing pages for your startup
  • +
  • Leadpages - Landing page builder & lead gen software
  • +
  • Instapage - Leanding pages, up to 6x more conversions
  • +
  • Unbounce - Landing Pages - More Powerful Customization
  • +
  • Leeflets - Functional landing pages for all kind of things
  • +
  • RIVYT - Websites for Video Creators
  • +
+

Landing Pages, Websites

+
    +
  • Carrd - Build simple, fully responsive one-page sites
  • +
+

Marketing

+
    +
  • Outgrow - Boost your marketing with highly interactive content
  • +
  • Rewardful - Instant Affiliate & Referral Programs for Stripe
  • +
  • Fortvision - Create interactive experiences that lead to higher conversions
  • +
+

Marketplace

+
    +
  • Sharetribe - Create your first marketplace without code
  • +
+

Membership, Websites

+
    +
  • Memberstack - Memberships & gated content for websites
  • +
+

Mobile Apps

+
    +
  • Dropsource - Build and publish native mobile app without coding
  • +
  • Glide - Create mobile apps from Google Sheets
  • +
  • Lightwell - A simple tool for creating native iOS apps on Mac.
  • +
  • Adalo - Create apps as easy as making a slide deck
  • +
  • App Inventor - Create powerful Android apps without code using blocs coding
  • +
  • Thunkable - Create beautiful and powerful mobile apps without code
  • +
+

Mobile Apps, Video Games

+ +

Payment

+
    +
  • Stripe - Payment integration and management
  • +
  • Paypal - Send Money, Online or Set up a Merchant Store
  • +
  • Buy me a coffee - Easy way to support a projet
  • +
+

Payment, Ecommerce

+
    +
  • Gumroad - Sell anything directly to anyone
  • +
+

Payment, Membership

+
    +
  • Patreon - Easy way to contribute to a project
  • +
+

Podcast

+
    +
  • Anchor - The best way to create your podcast
  • +
+

Scrapers

+ +

Video

+
    +
  • Loom - Seamless screen, mic, and camera recording for Chrome
  • +
+

Voice

+
    +
  • Voiceflow - Build voice apps in your browser without coding
  • +
  • Vuix - Design voice apps in minutes
  • +
  • ApitoBot - Create an Alexa Skill or Google Action in minutes
  • +
+

VR

+
    +
  • Instavr - Make your VR apps in minutes
  • +
+

Web Apps

+
    +
  • Bubble - Build a fully functional web app without any code.
  • +
  • Corvid - Build advanced web applications, hassle-free
  • +
  • Boundless - Create dynamic, multisided web apps without coding
  • +
+

Websites

+
    +
  • Sheet2site - Turn your Google Sheets into a website
  • +
  • Universe - Make an awesome website from your phone
  • +
  • Table2Site - Generate websites from your Airtable base
  • +
  • Squarespace - All-in-one platform to build a beautiful online e-commerce
  • +
  • Wix - Free website builder
  • +
  • IM Creator - Free website builder
  • +
  • Weebly - Build a free website or online store
  • +
  • Webnode - Easy & Free website maker
  • +
  • Jimdo - Your website builder
  • +
  • Bookmark - Create a Website with AI
  • +
  • Strikingly - Make a website in minutes
  • +
  • Tilda - Create beautiful websites without any code
  • +
+

Websites, Membership

+
    +
  • Memberspace - Turn your audience into paying members.
  • +
diff --git a/components/fluent-ext/fluentqa-md/low-code.json b/components/fluent-ext/fluentqa-md/low-code.json new file mode 100644 index 0000000..61bb3c0 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/low-code.json @@ -0,0 +1,704 @@ +[ + { + "category": "Analytics", + "url": "https://simpleanalytics.com/", + "name": "Simple Analytics", + "desc": "Simple Analytics - Simple, clean, and friendly analytics" + }, + { + "category": "Analytics", + "url": "https://analytics.google.com", + "name": "Google Analytics", + "desc": "Google Analytics - Free website analytics" + }, + { + "category": "Automation", + "url": "https://zapier.com/", + "name": "Zapier", + "desc": "Zapier - Connect and automate 500+ web apps" + }, + { + "category": "Automation", + "url": "https://www.integromat.com/en/", + "name": "Integromat", + "desc": "Integromat - The glue of the internet" + }, + { + "category": "Automation", + "url": "https://ifttt.com/", + "name": "IFTTT", + "desc": "IFTTT - Do more with the services you love" + }, + { + "category": "Automation", + "url": "https://www.actiondesk.io/", + "name": "ActionDesk", + "desc": "ActionDesk - Build powerful automations with your spreadsheet skills" + }, + { + "category": "Automation", + "url": "https://flow.microsoft.com/fr-fr/", + "name": "Microsoft Flow", + "desc": "Microsoft Flow - Automate tasks by integrating your favorite apps" + }, + { + "category": "Automation", + "url": "https://wayscript.com", + "name": "Wayscript", + "desc": "Wayscript - A rapid scripting platform with drag-n-drop interface for Python and Javascript" + }, + { + "category": "Automation", + "url": "https://tray.io/solutions/sales", + "name": "Tray", + "desc": "Tray - Advanced integration platform for connecting up the tools you use every day" + }, + { + "category": "Automation", + "url": "https://automate.io/", + "name": "Automate Io", + "desc": "Automate Io - Put your business on autopilot. Connect 100+ business apps." + }, + { + "category": "Automation", + "url": "https://www.blockspring.com/", + "name": "Blockspring", + "desc": "Blockspring - Supercharge your list building, reporting, and landing pages." + }, + { + "category": "Automation", + "url": "https://oplim.com/", + "name": "Oplim", + "desc": "Oplim - Custom tasks on your website with zero code" + }, + { + "category": "Automation", + "url": "https://www.ondiagram.com", + "name": "Diagram", + "desc": "Diagram - Nocode backend API builder with MongoDB and Firestore" + }, + { + "category": "Automation", + "url": "https://outfunnel.com/", + "name": "Outfunnel", + "desc": "Outfunnel - Keep customer data in sync across sales and marketing tools" + }, + { + "category": "Automation, Scrapers", + "url": "https://phantombuster.com/", + "name": "Phantombuster", + "desc": "Phantombuster - Marketplace of simple to use no-code APIs" + }, + { + "category": "Business Apps", + "url": "https://www.bettyblocks.com", + "name": "Betty Blocks", + "desc": "Betty Blocks - No-code enterprise application development" + }, + { + "category": "Business Apps", + "url": "https://www.appsheet.com", + "name": "AppSheet", + "desc": "AppSheet - Intelligent no-code app development platform" + }, + { + "category": "Business Apps", + "url": "https://www.quickbase.com/", + "name": "Quick Base", + "desc": "Quick Base - Best way to manage data and automate processes, so you can accomplish more" + }, + { + "category": "Business Apps", + "url": "https://www.zoho.com/fr/creator/", + "name": "Zoho Creator", + "desc": "Zoho Creator - Custom apps to run your business." + }, + { + "category": "Business Apps", + "url": "https://www.calcapp.net/", + "name": "Calcapp", + "desc": "Calcapp - Build apps with your spreadsheet skills" + }, + { + "category": "Chatbots", + "url": "https://manychat.com/", + "name": "Manychat", + "desc": "Manychat - Create a Messenger bot in minutes" + }, + { + "category": "Chatbots", + "url": "https://itsalive.io/", + "name": "It's Alive", + "desc": "It's Alive - Create a Facebook bot in minutes" + }, + { + "category": "Chatbots", + "url": "https://chatfuel.com", + "name": "Chatfuel", + "desc": "Chatfuel - Create chatbots for your audience" + }, + { + "category": "Chatbots", + "url": "https://landbot.io/", + "name": "Landbot", + "desc": "Landbot - Lead generation landing page as chatbot" + }, + { + "category": "Chatbots", + "url": "https://botsify.com/", + "name": "Botsify", + "desc": "Botsify - Create your own automated chatbot online" + }, + { + "category": "Chatbots", + "url": "https://chatamo.com/", + "name": "Chatamo", + "desc": "Chatamo - Create intelligent voice and chatbot for marketing and sales" + }, + { + "category": "Chatbots", + "url": "https://flowxo.com/", + "name": "Flow XO", + "desc": "Flow XO - Create a chatbot with zero coding skills required" + }, + { + "category": "Chatbots", + "url": "https://smooch.io/", + "name": "Smooch", + "desc": "Smooch - Instantly deploy yout bots wherever users are" + }, + { + "category": "Chatbots", + "url": "https://rul.ai/", + "name": "Rulai", + "desc": "Rulai - AI Chatbot to deliver Scalable Self Service" + }, + { + "category": "Collaboration", + "url": "https://www.notion.so", + "name": "Notion", + "desc": "Notion - All-in-one workspace - notes, tasks, wikis & databases" + }, + { + "category": "Collaboration", + "url": "https://trello.com/louisveyret1/boards", + "name": "Trello", + "desc": "Trello - All-in-one workspace and collaboration for businesses" + }, + { + "category": "Collaboration, Internal", + "url": "https://quip.com/", + "name": "Quip", + "desc": "Quip - One place for all your team's work" + }, + { + "category": "CRM", + "url": "https://salesflare.com/", + "name": "Salesflare", + "desc": "Salesflare - Simple & powerful CRM for small businesses" + }, + { + "category": "CRM", + "url": "https://www.pipedrive.com/fr", + "name": "Pipedrive", + "desc": "Pipedrive - CRM Gestion de leads en pipeline" + }, + { + "category": "CRM, Marketing", + "url": "https://www.hubspot.com/", + "name": "Hubspot", + "desc": "Hubspot - A full platform of marketing, sales, customer service and CRM software" + }, + { + "category": "Customer Support", + "url": "https://www.drift.com/", + "name": "Drift", + "desc": "Drift - Customer support chatbot" + }, + { + "category": "Customer Support", + "url": "https://crisp.chat/fr/", + "name": "Crisp", + "desc": "Crisp - Customer support directly in your website" + }, + { + "category": "Customer Support, Marketing, CRM", + "url": "https://www.intercom.com/", + "name": "Intercom", + "desc": "Intercom - All-in-one customer support" + }, + { + "category": "Data, Marketing", + "url": "https://www.hotjar.com/", + "name": "Hotjar", + "desc": "Hotjar - See how your visitors are really using your site" + }, + { + "category": "Database", + "url": "airtable.com", + "name": "Airtable", + "desc": "Airtable - Realtime spreadsheet database hybrid" + }, + { + "category": "Database", + "url": "https://github.com/nocodb/nocodb", + "name": "NocoDB", + "desc": "NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet" + }, + { + "category": "Database", + "url": "https://trevor.io/", + "name": "Trevor", + "desc": "Trevor - Query your live data, without code" + }, + { + "category": "Design", + "url": "https://www.figma.com/", + "name": "Figma", + "desc": "Figma - The first interface design tool with real-time collaboration" + }, + { + "category": "Design", + "url": "https://undraw.co/", + "name": "unDraw", + "desc": "unDraw - Free, open-source illustrations for everyone" + }, + { + "category": "Design, Websites", + "url": "https://webflow.com", + "name": "Webflow", + "desc": "Webflow - All-in-one web design platform" + }, + { + "category": "Ecommerce", + "url": "https://fr.shopify.com/", + "name": "Shopify", + "desc": "Shopify - Build your ecommerce store" + }, + { + "category": "Ecommerce", + "url": "https://www.podia.com/fr/home", + "name": "Podia", + "desc": "Podia - Easily sell memberships, online courses and digital products" + }, + { + "category": "Ecommerce", + "url": "https://www.monto.io/", + "name": "Monto", + "desc": "Monto - Product reviews for Webflow" + }, + { + "category": "Ecommerce", + "url": "https://www.hingeto.com/", + "name": "Hingeto", + "desc": "Hingeto - Start your own Amazon-style marketplace" + }, + { + "category": "Ecommerce", + "url": "https://www.volusion.com/", + "name": "Volusion", + "desc": "Volusion - Ecommerce website store & shopping cart software" + }, + { + "category": "Email", + "url": "https://www.getrevue.co/", + "name": "Revue", + "desc": "Revue - Editorial newsletters tool for writers and publishers" + }, + { + "category": "Email", + "url": "https://sendgrid.com/", + "name": "Sendgrid", + "desc": "Sendgrid - Email delivery service" + }, + { + "category": "Email", + "url": "https://designmodo.com/postcards/", + "name": "Postcards", + "desc": "Postcards - Create awesome emails with drag & drop simplicity" + }, + { + "category": "Email", + "url": "https://beefree.io/", + "name": "BEE", + "desc": "BEE - Create beautiful emails, fast." + }, + { + "category": "Email", + "url": "https://stripo.email/fr/", + "name": "Stripo", + "desc": "Stripo - Free email template builder" + }, + { + "category": "Email", + "url": "https://substack.com/", + "name": "Substack", + "desc": "Substack - Paid newsletters made simple" + }, + { + "category": "Email", + "url": "https://mailchimp.com/", + "name": "Mailchimp", + "desc": "Mailchimp - Free emailing software" + }, + { + "category": "Email", + "url": "https://convertkit.com/", + "name": "Converkit", + "desc": "Converkit - Send automated emailing campaigns" + }, + { + "category": "Forms", + "url": "https://www.typeform.com/", + "name": "Typeform", + "desc": "Typeform - Build beautiful conversational forms" + }, + { + "category": "Forms", + "url": "https://www.google.com/intl/fr/forms/about/", + "name": "Google Forms", + "desc": "Google Forms - Free forms from Google that connect directly to Google Sheets" + }, + { + "category": "Forms", + "url": "https://www.jotform.com/", + "name": "Jotform", + "desc": "Jotform - Online form builder & form creator" + }, + { + "category": "Forms", + "url": "https://paperform.co/", + "name": "Paperform", + "desc": "Paperform - Beautiful forms that feel like yours" + }, + { + "category": "Internal", + "url": "https://coda.io/welcome", + "name": "Coda", + "desc": "Coda - Build docs as powerful as apps" + }, + { + "category": "Internal", + "url": "https://www.nuclino.com", + "name": "Nuclino", + "desc": "Nuclino - Knowledge base and collaboration" + }, + { + "category": "Internal", + "url": "https://contractbook.co/", + "name": "Contractbook", + "desc": "Contractbook - Efficient contract management" + }, + { + "category": "Internal, Web Apps", + "url": "https://retool.com/", + "name": "Retool", + "desc": "Retool - Build custom internal tools in minutes" + }, + { + "category": "Landing Pages", + "url": "https://www.landen.co/", + "name": "Landen", + "desc": "Landen - Beautiful Landing Pages. Designed Instantly" + }, + { + "category": "Landing Pages", + "url": "https://www.launchaco.com/", + "name": "Launchaco", + "desc": "Launchaco - Simple landing pages for your startup" + }, + { + "category": "Landing Pages", + "url": "https://www.leadpages.net/", + "name": "Leadpages", + "desc": "Leadpages - Landing page builder & lead gen software" + }, + { + "category": "Landing Pages", + "url": "https://instapage.com", + "name": "Instapage", + "desc": "Instapage - Leanding pages, up to 6x more conversions" + }, + { + "category": "Landing Pages", + "url": "https://unbounce.com/", + "name": "Unbounce", + "desc": "Unbounce - Landing Pages - More Powerful Customization" + }, + { + "category": "Landing Pages", + "url": "https://leeflets.com/", + "name": "Leeflets", + "desc": "Leeflets - Functional landing pages for all kind of things" + }, + { + "category": "Landing Pages", + "url": "https://rivyt.com/", + "name": "RIVYT", + "desc": "RIVYT - Websites for Video Creators" + }, + { + "category": "Landing Pages, Websites", + "url": "https://carrd.co", + "name": "Carrd", + "desc": "Carrd - Build simple, fully responsive one-page sites" + }, + { + "category": "Marketing", + "url": "https://outgrow.co/", + "name": "Outgrow", + "desc": "Outgrow - Boost your marketing with highly interactive content" + }, + { + "category": "Marketing", + "url": "https://www.getrewardful.com/", + "name": "Rewardful", + "desc": "Rewardful - Instant Affiliate & Referral Programs for Stripe" + }, + { + "category": "Marketing", + "url": "https://fortvision.com/", + "name": "Fortvision", + "desc": "Fortvision - Create interactive experiences that lead to higher conversions" + }, + { + "category": "Marketplace", + "url": "https://www.sharetribe.com", + "name": "Sharetribe", + "desc": "Sharetribe - Create your first marketplace without code" + }, + { + "category": "Membership, Websites", + "url": "https://www.memberstack.io/", + "name": "Memberstack", + "desc": "Memberstack - Memberships & gated content for websites" + }, + { + "category": "Mobile Apps", + "url": "https://www.dropsource.com/", + "name": "Dropsource", + "desc": "Dropsource - Build and publish native mobile app without coding" + }, + { + "category": "Mobile Apps", + "url": "glideapps.com", + "name": "Glide", + "desc": "Glide - Create mobile apps from Google Sheets" + }, + { + "category": "Mobile Apps", + "url": "https://lightwell.pro/", + "name": "Lightwell", + "desc": "Lightwell - A simple tool for creating native iOS apps on Mac." + }, + { + "category": "Mobile Apps", + "url": "https://www.adalo.com", + "name": "Adalo", + "desc": "Adalo - Create apps as easy as making a slide deck" + }, + { + "category": "Mobile Apps", + "url": "https://appinventor.mit.edu/", + "name": "App Inventor", + "desc": "App Inventor - Create powerful Android apps without code using blocs coding" + }, + { + "category": "Mobile Apps", + "url": "https://thunkable.com", + "name": "Thunkable", + "desc": "Thunkable - Create beautiful and powerful mobile apps without code" + }, + { + "category": "Mobile Apps, Video Games", + "url": "https://www.buildbox.com/", + "name": "Buildbox", + "desc": "Buildbox - Make amazing mobile games without coding" + }, + { + "category": "Mobile Apps, Video Games", + "url": "https://apponboard.com/studio/", + "name": "AppOnboard Studio", + "desc": "AppOnboard Studio - Where app ideas come to life. No code required." + }, + { + "category": "Payment", + "url": "https://stripe.com/fr-us", + "name": "Stripe", + "desc": "Stripe - Payment integration and management" + }, + { + "category": "Payment", + "url": "http://paypal.com", + "name": "Paypal", + "desc": "Paypal - Send Money, Online or Set up a Merchant Store" + }, + { + "category": "Payment", + "url": "https://www.buymeacoffee.com/", + "name": "Buy me a coffee", + "desc": "Buy me a coffee - Easy way to support a projet" + }, + { + "category": "Payment, Ecommerce", + "url": "https://gumroad.com/?locale=fr", + "name": "Gumroad", + "desc": "Gumroad - Sell anything directly to anyone" + }, + { + "category": "Payment, Membership", + "url": "https://www.patreon.com/", + "name": "Patreon", + "desc": "Patreon - Easy way to contribute to a project" + }, + { + "category": "Podcast", + "url": "https://anchor.fm/", + "name": "Anchor", + "desc": "Anchor - The best way to create your podcast" + }, + { + "category": "Scrapers", + "url": "https://www.octoparse.com/", + "name": "Octoparse", + "desc": "Octoparse - Easy web scraping for everyone" + }, + { + "category": "Scrapers", + "url": "https://www.parsehub.com/", + "name": "Parsehub", + "desc": "Parsehub - Free web scraping" + }, + { + "category": "Scrapers", + "url": "https://data-miner.io/", + "name": "Dataminer", + "desc": "Dataminer - Easy to use web scraping" + }, + { + "category": "Video", + "url": "https://www.loom.com", + "name": "Loom", + "desc": "Loom - Seamless screen, mic, and camera recording for Chrome" + }, + { + "category": "Voice", + "url": "https://www.voiceflow.com/", + "name": "Voiceflow", + "desc": "Voiceflow - Build voice apps in your browser without coding" + }, + { + "category": "Voice", + "url": "https://vuix.io/", + "name": "Vuix", + "desc": "Vuix - Design voice apps in minutes" + }, + { + "category": "Voice", + "url": "https://apitobot.io/", + "name": "ApitoBot", + "desc": "ApitoBot - Create an Alexa Skill or Google Action in minutes" + }, + { + "category": "VR", + "url": "https://www.instavr.co/", + "name": "Instavr", + "desc": "Instavr - Make your VR apps in minutes" + }, + { + "category": "Web Apps", + "url": "http://bubble.is", + "name": "Bubble", + "desc": "Bubble - Build a fully functional web app without any code." + }, + { + "category": "Web Apps", + "url": "https://www.wix.com/corvid", + "name": "Corvid", + "desc": "Corvid - Build advanced web applications, hassle-free" + }, + { + "category": "Web Apps", + "url": "https://www.boundlesslabs.com/", + "name": "Boundless", + "desc": "Boundless - Create dynamic, multisided web apps without coding" + }, + { + "category": "Websites", + "url": "https://www.sheet2site.com/", + "name": "Sheet2site", + "desc": "Sheet2site - Turn your Google Sheets into a website" + }, + { + "category": "Websites", + "url": "https://apps.apple.com/us/app/universe-website-builder/id1211437633", + "name": "Universe", + "desc": "Universe - Make an awesome website from your phone" + }, + { + "category": "Websites", + "url": "https://table2site.com", + "name": "Table2Site", + "desc": "Table2Site - Generate websites from your Airtable base" + }, + { + "category": "Websites", + "url": "https://fr.squarespace.com/", + "name": "Squarespace", + "desc": "Squarespace - All-in-one platform to build a beautiful online e-commerce" + }, + { + "category": "Websites", + "url": "https://fr.wix.com/", + "name": "Wix", + "desc": "Wix - Free website builder" + }, + { + "category": "Websites", + "url": "https://www.imcreator.com/", + "name": "IM Creator", + "desc": "IM Creator - Free website builder" + }, + { + "category": "Websites", + "url": "https://www.weebly.com/?lang=fr", + "name": "Weebly", + "desc": "Weebly - Build a free website or online store" + }, + { + "category": "Websites", + "url": "https://www.webnode.fr/", + "name": "Webnode", + "desc": "Webnode - Easy & Free website maker" + }, + { + "category": "Websites", + "url": "https://www.jimdo.com/fr/", + "name": "Jimdo", + "desc": "Jimdo - Your website builder" + }, + { + "category": "Websites", + "url": "https://www.bookmark.com/", + "name": "Bookmark", + "desc": "Bookmark - Create a Website with AI" + }, + { + "category": "Websites", + "url": "https://www.strikingly.com/", + "name": "Strikingly", + "desc": "Strikingly - Make a website in minutes" + }, + { + "category": "Websites", + "url": "https://tilda.cc/", + "name": "Tilda", + "desc": "Tilda - Create beautiful websites without any code" + }, + { + "category": "Websites, Membership", + "url": "https://www.memberspace.com/", + "name": "Memberspace", + "desc": "Memberspace - Turn your audience into paying members." + } +] \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-md/pom.xml b/components/fluent-ext/fluentqa-md/pom.xml new file mode 100644 index 0000000..33ca184 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + io.fluentqa + fluent-ext + 1.0-SNAPSHOT + + + fluentqa-md + + + + com.vladsch.flexmark + flexmark-all + 0.64.0 + + + io.fluentqa + fluent-builtin + ${fluent.version} + + + + org.jsoup + jsoup + 1.15.4 + + + + \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/MarkdownAccessor.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/MarkdownAccessor.java new file mode 100644 index 0000000..76593ea --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/MarkdownAccessor.java @@ -0,0 +1,4 @@ +package io.fluentqa.md; + +public class MarkdownAccessor { +} diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/package-info.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/package-info.java new file mode 100644 index 0000000..0868d5e --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/package-info.java @@ -0,0 +1 @@ +package io.fluentqa.md; \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/FieldParseConfig.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/FieldParseConfig.java new file mode 100644 index 0000000..03d280f --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/FieldParseConfig.java @@ -0,0 +1,12 @@ +package io.fluentqa.md.parser; + +import lombok.Data; +import org.jsoup.nodes.Element; + +import java.util.function.Function; + +@Data +public class FieldParseConfig { + private String key; + private Function extractFunc; +} diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/ParseConfig.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/ParseConfig.java new file mode 100644 index 0000000..1b0d3b5 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/ParseConfig.java @@ -0,0 +1,22 @@ +package io.fluentqa.md.parser; + +import cn.hutool.core.util.ReflectUtil; +import lombok.Data; + +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ConcurrentHashMap; + +@Data +public class ParseConfig { + private List> configs =new ArrayList<>(); + private ConcurrentHashMap> configMap; + + public void flat(){ + for (FieldParseConfig config : configs) { + ReflectUtil.setFieldValue(this,config.getKey(),config); + } + } +} diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeListParserConfig.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeListParserConfig.java new file mode 100644 index 0000000..f5388cd --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeListParserConfig.java @@ -0,0 +1,14 @@ +package io.fluentqa.md.parser.awesome; + +import io.fluentqa.md.parser.FieldParseConfig; +import lombok.Data; + +@Data +public class AwesomeListParserConfig { + private FieldParseConfig category; + private FieldParseConfig name; + private FieldParseConfig url; + private FieldParseConfig desc; + private FieldParseConfig additional; + +} diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeModel.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeModel.java new file mode 100644 index 0000000..ead20ce --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/AwesomeModel.java @@ -0,0 +1,12 @@ +package io.fluentqa.md.parser.awesome; + +import lombok.Data; + +@Data +public class AwesomeModel { + private String category; + private String url; + private String name; + private String desc; + +} diff --git a/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/MarkdownAwesomeListParser.java b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/MarkdownAwesomeListParser.java new file mode 100644 index 0000000..8affe6d --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/main/java/io/fluentqa/md/parser/awesome/MarkdownAwesomeListParser.java @@ -0,0 +1,46 @@ +package io.fluentqa.md.parser.awesome; + +import com.vladsch.flexmark.html.HtmlRenderer; +import com.vladsch.flexmark.parser.Parser; +import com.vladsch.flexmark.util.ast.Node; +import io.fluent.builtin.JavaProjectFileUtils; +import org.jsoup.Jsoup; +import org.jsoup.nodes.Document; +import org.jsoup.nodes.Element; + +import java.io.File; +import java.nio.charset.Charset; +import java.util.List; +import java.util.stream.Collectors; + +public class MarkdownAwesomeListParser { + + private Node parseMarkdownDoc(String mdFilePath){ + String filePath = JavaProjectFileUtils.getFilePath(mdFilePath); + String mdStr = JavaProjectFileUtils.readString(new File(filePath), Charset.defaultCharset()); + Parser parser = Parser.builder().build(); + return parser.parse(mdStr); + } + + private String renderToHtml(Node doc){ + HtmlRenderer renderer = HtmlRenderer.builder().build(); + return renderer.render(doc); + } + + private String toHtml(String mdFilePath){ + return renderToHtml(parseMarkdownDoc(mdFilePath)); + } + public List transform(String path){ + String htmlStr = toHtml(path); + Document htmlDocs = Jsoup.parse(htmlStr); + List elementList= htmlDocs.select("ul>li"); + return elementList.stream().map(element -> { + AwesomeModel awesome = new AwesomeModel(); + awesome.setCategory(element.parent().previousSibling().previousSibling().childNode(0).toString()); + awesome.setName(element.selectFirst("a").text()); + awesome.setDesc(element.text()); + awesome.setUrl(element.selectFirst("a").attr("href")); + return awesome; + }).collect(Collectors.toList()); + } +} diff --git a/components/fluent-ext/fluentqa-md/src/test/java/io/fluentqa/md/parsers/MarkdownAwesomeListParserTest.java b/components/fluent-ext/fluentqa-md/src/test/java/io/fluentqa/md/parsers/MarkdownAwesomeListParserTest.java new file mode 100644 index 0000000..0c0aa5a --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/java/io/fluentqa/md/parsers/MarkdownAwesomeListParserTest.java @@ -0,0 +1,88 @@ +package io.fluentqa.md.parsers; + +import cn.hutool.json.JSONUtil; +import com.vladsch.flexmark.ast.BulletList; +import com.vladsch.flexmark.ast.BulletListItem; +import com.vladsch.flexmark.ast.Heading; +import com.vladsch.flexmark.html.HtmlRenderer; +import com.vladsch.flexmark.parser.Parser; +import com.vladsch.flexmark.util.ast.Node; +import io.fluentqa.builtin.project.JavaProjectUtils; +import io.fluentqa.md.parser.awesome.AwesomeModel; +import io.fluentqa.md.parser.awesome.MarkdownAwesomeListParser; +import org.jsoup.Jsoup; +import org.jsoup.nodes.Document; +import org.jsoup.nodes.Element; +import org.junit.jupiter.api.Test; + +import java.io.File; +import java.nio.charset.Charset; +import java.util.List; + +public class MarkdownAwesomeListParserTest { + MarkdownAwesomeListParser parser = new MarkdownAwesomeListParser(); + private Node parseMarkdownDoc(String fileName){ + String filePath = JavaProjectUtils.getFilePath(fileName); + String mdStr = JavaProjectUtils.readString(new File(filePath), Charset.defaultCharset()); + Parser parser = Parser.builder().build(); + Node document = parser.parse(mdStr); + return document; + } + + private String renderToHtml(Node doc){ + HtmlRenderer renderer = HtmlRenderer.builder().build(); + return renderer.render(doc); + } + @Test + void testTransformByMarkdownNodes() { + Node document = parseMarkdownDoc("low-code-1.md"); + if(document.getFirstChild()==null) return; + Node nextNode = document.getFirstChild().getNext(); + while(nextNode!=null){ + if(nextNode instanceof Heading){ + if(((Heading) nextNode).getLevel()==3){ + System.out.println(((Heading) nextNode).getText()); + } + } + if(nextNode instanceof BulletList){ + System.out.println(nextNode.getChars()); + } + if(nextNode instanceof BulletListItem){ + System.out.println(nextNode.getChars()); + } + nextNode = nextNode.getNext(); + } + System.out.println(document); + } + //next sibling element: list + @Test + public void testTransformByXmlPath(){ + Node document = parseMarkdownDoc("low-code-1.md"); + String htmlStr = renderToHtml(document); + JavaProjectUtils.writeToFile("low-code.html",htmlStr); + Document htmlDocs = Jsoup.parse(htmlStr); + List elementList= htmlDocs.select("ul>li"); + for (Element element : elementList) { + System.out.println("category:"+element.parent().previousSibling().previousSibling().childNode(0).toString()); + System.out.println("url:"+element.selectFirst("a").attr("href")); + System.out.println("name:"+element.selectFirst("a").text()); + System.out.println("desc:"+element.text()); + } + } + @Test + public void testToHtml(){ + Node document = parseMarkdownDoc("test-resources.md"); + String htmlStr = renderToHtml(document); + JavaProjectUtils.writeToFile("test-resources.html",htmlStr); + } + +// @Test + public void testTransform(){ + for (int i = 3; i < 7 ; i++) { + List repos = parser.transform("low-code-%d.md".formatted(i)); + System.out.println(repos); + JavaProjectUtils.writeToFile("low-code-%d.json".formatted(i),JSONUtil.toJsonPrettyStr(repos)); + } + + } +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-1.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-1.md new file mode 100644 index 0000000..4f78016 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-1.md @@ -0,0 +1,204 @@ +# 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 + +# Awesome list +### Analytics +* [Simple Analytics](https://simpleanalytics.com/) - Simple, clean, and friendly analytics +* [Google Analytics](https://analytics.google.com) - Free website analytics + +### Automation +* [Zapier](https://zapier.com/) - Connect and automate 500+ web apps +* [Integromat](https://www.integromat.com/en/) - The glue of the internet +* [IFTTT](https://ifttt.com/) - Do more with the services you love +* [ActionDesk](https://www.actiondesk.io/) - Build powerful automations with your spreadsheet skills +* [Microsoft Flow](https://flow.microsoft.com/fr-fr/) - Automate tasks by integrating your favorite apps +* [Wayscript](https://wayscript.com) - A rapid scripting platform with drag-n-drop interface for Python and Javascript +* [Tray](https://tray.io/solutions/sales) - Advanced integration platform for connecting up the tools you use every day +* [Automate Io](https://automate.io/) - Put your business on autopilot. Connect 100+ business apps. +* [Blockspring](https://www.blockspring.com/) - Supercharge your list building, reporting, and landing pages. +* [Oplim](https://oplim.com/) - Custom tasks on your website with zero code +* [Diagram](https://www.ondiagram.com) - Nocode backend API builder with MongoDB and Firestore +* [Outfunnel](https://outfunnel.com/) - Keep customer data in sync across sales and marketing tools + +### Automation, Scrapers +* [Phantombuster](https://phantombuster.com/) - Marketplace of simple to use no-code APIs + +### Business Apps +* [Betty Blocks](https://www.bettyblocks.com) - No-code enterprise application development +* [AppSheet](https://www.appsheet.com) - Intelligent no-code app development platform +* [Quick Base](https://www.quickbase.com/) - Best way to manage data and automate processes, so you can accomplish more +* [Zoho Creator](https://www.zoho.com/fr/creator/) - Custom apps to run your business. +* [Calcapp](https://www.calcapp.net/) - Build apps with your spreadsheet skills + +### Chatbots +* [Manychat](https://manychat.com/) - Create a Messenger bot in minutes +* [It's Alive](https://itsalive.io/) - Create a Facebook bot in minutes +* [Chatfuel](https://chatfuel.com) - Create chatbots for your audience +* [Landbot](https://landbot.io/) - Lead generation landing page as chatbot +* [Botsify](https://botsify.com/) - Create your own automated chatbot online +* [Chatamo](https://chatamo.com/) - Create intelligent voice and chatbot for marketing and sales +* [Flow XO](https://flowxo.com/) - Create a chatbot with zero coding skills required +* [Smooch](https://smooch.io/) - Instantly deploy yout bots wherever users are +* [Rulai](https://rul.ai/) - AI Chatbot to deliver Scalable Self Service + +### Collaboration +* [Notion](https://www.notion.so) - All-in-one workspace - notes, tasks, wikis & databases +* [Trello](https://trello.com/louisveyret1/boards) - All-in-one workspace and collaboration for businesses + +### Collaboration, Internal +* [Quip](https://quip.com/) - One place for all your team's work + +### CRM +* [Salesflare](https://salesflare.com/) - Simple & powerful CRM for small businesses +* [Pipedrive](https://www.pipedrive.com/fr) - CRM Gestion de leads en pipeline + +### CRM, Marketing +* [Hubspot](https://www.hubspot.com/) - A full platform of marketing, sales, customer service and CRM software + +### Customer Support +* [Drift](https://www.drift.com/) - Customer support chatbot +* [Crisp](https://crisp.chat/fr/) - Customer support directly in your website + +### Customer Support, Marketing, CRM +* [Intercom](https://www.intercom.com/) - All-in-one customer support + +### Data, Marketing +* [Hotjar](https://www.hotjar.com/) - See how your visitors are really using your site + +### Database +* [Airtable](airtable.com) - Realtime spreadsheet database hybrid +* [NocoDB](https://github.com/nocodb/nocodb) - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet +* [Trevor](https://trevor.io/) - Query your live data, without code + +### Design +* [Figma](https://www.figma.com/) - The first interface design tool with real-time collaboration +* [unDraw](https://undraw.co/) - Free, open-source illustrations for everyone + +### Design, Websites +* [Webflow](https://webflow.com) - All-in-one web design platform + +### Ecommerce +* [Shopify](https://fr.shopify.com/) - Build your ecommerce store +* [Podia](https://www.podia.com/fr/home) - Easily sell memberships, online courses and digital products +* [Monto](https://www.monto.io/) - Product reviews for Webflow +* [Hingeto](https://www.hingeto.com/) - Start your own Amazon-style marketplace +* [Volusion](https://www.volusion.com/) - Ecommerce website store & shopping cart software + +### Email +* [Revue](https://www.getrevue.co/) - Editorial newsletters tool for writers and publishers +* [Sendgrid](https://sendgrid.com/) - Email delivery service +* [Postcards](https://designmodo.com/postcards/) - Create awesome emails with drag & drop simplicity +* [BEE](https://beefree.io/) - Create beautiful emails, fast. +* [Stripo](https://stripo.email/fr/) - Free email template builder +* [Substack](https://substack.com/) - Paid newsletters made simple +* [Mailchimp](https://mailchimp.com/) - Free emailing software +* [Converkit](https://convertkit.com/) - Send automated emailing campaigns + +### Forms +* [Typeform](https://www.typeform.com/) - Build beautiful conversational forms +* [Google Forms](https://www.google.com/intl/fr/forms/about/) - Free forms from Google that connect directly to Google Sheets +* [Jotform](https://www.jotform.com/) - Online form builder & form creator +* [Paperform](https://paperform.co/) - Beautiful forms that feel like yours + +### Internal +* [Coda](https://coda.io/welcome) - Build docs as powerful as apps +* [Nuclino](https://www.nuclino.com) - Knowledge base and collaboration +* [Contractbook](https://contractbook.co/) - Efficient contract management + +### Internal, Web Apps +* [Retool](https://retool.com/) - Build custom internal tools in minutes + +### Landing Pages +* [Landen](https://www.landen.co/) - Beautiful Landing Pages. Designed Instantly +* [Launchaco](https://www.launchaco.com/) - Simple landing pages for your startup +* [Leadpages](https://www.leadpages.net/) - Landing page builder & lead gen software +* [Instapage](https://instapage.com) - Leanding pages, up to 6x more conversions +* [Unbounce](https://unbounce.com/) - Landing Pages - More Powerful Customization +* [Leeflets](https://leeflets.com/) - Functional landing pages for all kind of things +* [RIVYT](https://rivyt.com/) - Websites for Video Creators + +### Landing Pages, Websites +* [Carrd](https://carrd.co) - Build simple, fully responsive one-page sites + +### Marketing +* [Outgrow](https://outgrow.co/) - Boost your marketing with highly interactive content +* [Rewardful](https://www.getrewardful.com/) - Instant Affiliate & Referral Programs for Stripe +* [Fortvision](https://fortvision.com/) - Create interactive experiences that lead to higher conversions + +### Marketplace +* [Sharetribe](https://www.sharetribe.com) - Create your first marketplace without code + +### Membership, Websites +* [Memberstack](https://www.memberstack.io/) - Memberships & gated content for websites + +### Mobile Apps +* [Dropsource](https://www.dropsource.com/) - Build and publish native mobile app without coding +* [Glide](glideapps.com) - Create mobile apps from Google Sheets +* [Lightwell](https://lightwell.pro/) - A simple tool for creating native iOS apps on Mac. +* [Adalo](https://www.adalo.com) - Create apps as easy as making a slide deck +* [App Inventor](https://appinventor.mit.edu/) - Create powerful Android apps without code using blocs coding +* [Thunkable](https://thunkable.com) - Create beautiful and powerful mobile apps without code + +### Mobile Apps, Video Games +* [Buildbox](https://www.buildbox.com/) - Make amazing mobile games without coding +* [AppOnboard Studio](https://apponboard.com/studio/) - Where app ideas come to life. No code required. + +### Payment +* [Stripe](https://stripe.com/fr-us) - Payment integration and management +* [Paypal](http://paypal.com) - Send Money, Online or Set up a Merchant Store +* [Buy me a coffee](https://www.buymeacoffee.com/) - Easy way to support a projet + +### Payment, Ecommerce +* [Gumroad](https://gumroad.com/?locale=fr) - Sell anything directly to anyone + +### Payment, Membership +* [Patreon](https://www.patreon.com/) - Easy way to contribute to a project + +### Podcast +* [Anchor ](https://anchor.fm/) - The best way to create your podcast + +### Scrapers +* [Octoparse](https://www.octoparse.com/) - Easy web scraping for everyone +* [Parsehub](https://www.parsehub.com/) - Free web scraping +* [Dataminer](https://data-miner.io/) - Easy to use web scraping + +### Video +* [Loom](https://www.loom.com) - Seamless screen, mic, and camera recording for Chrome + +### Voice +* [Voiceflow](https://www.voiceflow.com/) - Build voice apps in your browser without coding +* [Vuix](https://vuix.io/) - Design voice apps in minutes +* [ApitoBot](https://apitobot.io/) - Create an Alexa Skill or Google Action in minutes + +### VR +* [Instavr](https://www.instavr.co/) - Make your VR apps in minutes + +### Web Apps +* [Bubble](http://bubble.is) - Build a fully functional web app without any code. +* [Corvid](https://www.wix.com/corvid) - Build advanced web applications, hassle-free +* [Boundless](https://www.boundlesslabs.com/) - Create dynamic, multisided web apps without coding + +### Websites +* [Sheet2site](https://www.sheet2site.com/) - Turn your Google Sheets into a website +* [Universe](https://apps.apple.com/us/app/universe-website-builder/id1211437633) - Make an awesome website from your phone +* [Table2Site](https://table2site.com) - Generate websites from your Airtable base +* [Squarespace](https://fr.squarespace.com/) - All-in-one platform to build a beautiful online e-commerce +* [Wix](https://fr.wix.com/) - Free website builder +* [IM Creator](https://www.imcreator.com/) - Free website builder +* [Weebly](https://www.weebly.com/?lang=fr) - Build a free website or online store +* [Webnode](https://www.webnode.fr/) - Easy & Free website maker +* [Jimdo](https://www.jimdo.com/fr/) - Your website builder +* [Bookmark](https://www.bookmark.com/) - Create a Website with AI +* [Strikingly](https://www.strikingly.com/) - Make a website in minutes +* [Tilda](https://tilda.cc/) - Create beautiful websites without any code + +### Websites, Membership +* [Memberspace](https://www.memberspace.com/) - Turn your audience into paying members. diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-2.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-2.md new file mode 100644 index 0000000..bb2cd32 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-2.md @@ -0,0 +1,172 @@ +# Awesome low-code! + +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/antdimot/awesome-lowcode) + +A collection of Awesome low-code development platform ([LCDP](https://en.wikipedia.org/wiki/Low-code_development_platform)). +Everyone is welcome to submit their new Awesome low-code item. + +# License + +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + + +# Table of Contents + +- [Awesome low-code!](#awesome-low-code) +- [License](#license) +- [Table of Contents](#table-of-contents) + - [Automation](#automation) + - [Educational](#educational) + - [Flow-based programming](#flow-based-programming) + - [Infrastructure](#infrastructure) + - [Machine Learning](#machine-learning) + - [Marketing](#marketing) + - [Online database creator apps](#online-database-creator-apps) + - [Visual programming](#visual-programming) + - [Misc](#misc) + +## Automation + +* [Appian](https://www.appian.com/) - Discover the power of low-code automation. +* [Automate.io](https://automate.io) - Connect your cloud apps. +* [Axiom](https://axiom.ai/) - Browser automation. Quickly, without code. +* [Blink](https://www.blinkops.com) - No-code automation for CloudOps. +* [Camunda](https://camunda.com/) - Automate Any Process, Anywhere. +* [Data Fetcher for Airtable](https://datafetcher.com/) - Connect Airtable to any API using the Data Fetcher app. +* [Make](https://www.make.com) - Make lets you design, build, and automate anything from tasks and workflows to apps and systems. +* [OneSimpleAPI](https://onesimpleapi.com/) - 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. +* [Phantombuster](https://phantombuster.com/) - Code free automations and data extraction. +* [Reflect](https://reflect.run/) - Automated regression tests without a line of code. +* [Stackby](https://stackby.com/) - Automate workflows, build custom tools, collaborate with your team. +* [tines](https://www.tines.com/) - No-code automation for security teams. +* [Uipath](https://www.uipath.com/) - We make robots so people don’t have to be robots. + +## Educational + +* [Doc Willianms](https://www.youtube.com/channel/UCXv_CS0DaUVS25tFGkRALoA) - No Code tutorials. +* [Markerpad](https://www.makerpad.co/) - Join thousands learning to build software. No coding required. + +## Flow-based programming + +* [AppFlow](https://aws.amazon.com/appflow/) - Securely integrate apps and automate data flows at any scale, without code. +* [Bravo Studio](https://www.bravostudio.app/) - Bravo’s powerful no-code approach to mobile app development. +* [Funnel](https://funnel.io/) - All your marketing and advertising data where you want it. +* [Hookdeck](https://hookdeck.com/) - Never miss a webhook. +* [Ifttt](https://ifttt.com/) - Helps your apps and devices work together in new ways. +* [Impira](https://www.impira.com/) - Grab data from any document in seconds with Impira’s no-code platform powered by machine learning. +* [joonbot](https://joonbot.com/) - Make a chatbot in minutes with our intuitive no-code chatbot builder. +* [Kissflow](https://kissflow.com) - The full spectrum of work on one platform. +* [Memberstack](https://www.memberstack.com/) - Authentication & payments for companies who love Webflow, Stripe, & React. +* [n8n.io](https://n8n.io/) - Extendable workflow automation. +* [Node-RED](https://nodered.org/) - A programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. +* [Parabola](https://parabola.io/) - Hand off your routine data tasks by describing them in Parabola. Build once, reuse infinitely. +* [Pipedream](https://pipedream.com/) - Connect APIs, remarkably fast with no code. And with code-level control when you need it. +* [Runnable](https://getrunnable.com/) - A low-code framework for building user-facing internal workflows. +* [Stately](https://stately.ai/) - The ideal state of visual application logic. +* [Structr](https://structr.com) - 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. +* [Wayscript](https://wayscript.com) - A rapid scripting platform for developers. +* [Zapier](https://zapier.com) - Connect your apps and automate workflows. + +## Infrastructure + +* [harpoon](https://www.harpoon.io/) - Deploy software with No Code Kubernetes. + +## Machine Learning + +* [Accern](https://accern.com) - Accelerate AI Workflows for Financial Services. +* [AI Builder](https://flow.microsoft.com/en-us/ai-builder/) - Bring intelligent automation to your business processes with AI that’s easy to train and configure in Power Automate. +* [Alteryx](https://www.alteryx.com/products/alteryx-platform/machine-learning) - Scale data science across your business with automated machine learning (AutoML). +* [Dataiku](https://www.dataiku.com/product/key-capabilities/machine-learning) - Build advanced machine learning models using the latest techniques. +* [DataRobot](https://www.datarobot.com/platform/visual-ai/) - DataRobot Automated Machine Learning with Visual AI. +* [Gravity-AI](https://www.gravity-ai.com/) - The fastest & most secure way to solve business problems with A.I. +* [h2o](https://www.h2o.ai/) - Get free, hands-on experience with the H2O AI Hybrid Cloud. +* [Jasper](https://www.jasper.ai/) - Artificial intelligence makes it fast & easy to create content for your blog, social media, website, and more! +* [Knime](https://www.knime.com/knime-analytics-platform) - Creating Data Science. +* [RapidMiner](https://rapidminer.com/products/studio/) - Comprehensive data science platform with visual workflow design and full automation. +* [Noogata](https://noogata.com/) - AI platform gives companies the impact of data science without the burden of development or the limitations of out-of-the-box solutions. +* [SaegMaker](https://aws.amazon.com/sagemaker/) - Machine learning for every data scientist and developer. +* [Sas](https://www.sas.com/en_si/software/machine-learning-cloud.html) - On-demand programming access to machine learning algorithms in the cloud. +* [Vertex-AI](https://cloud.google.com/vertex-ai) - Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case. + +## Marketing + +* [AppSumo](https://appsumo.com/) - Discover, buy, & sell the products you need to grow your business. +* [Bannerbear](https://www.bannerbear.com/) - Auto-generate social media visuals, ecommerce banners, dynamic email images and more with our API and integrations. +* [Klaviyo](https://www.klaviyo.com/) - Ecommerce marketing automation platform. + +## Online database creator apps + +* [Airtable](https://airtable.com/) - Part spreadsheet, part database, and entirely flexible, teams use Airtable to organize their work, their way. +* [Amplication](https://amplication.com/) - Build production-ready Node.js applications without wasting time on repetitive coding. +* [Baserow](https://baserow.io/) - Open source no-code database and Airtable alternative. +* [Caspio](https://www.caspio.com/) - Building online database applications without coding. +* [Claris](https://www.claris.com/) - Quickly build custom apps yourself that you can’t find anywhere else. +* [Coda](https://coda.io/) - All-in-one doc. +* [Hasura](https://hasura.io/) - From your databases to a unified GraphQL API in just one minute. +* [NocoDB](https://nocodb.com/) - NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. +* [Retool](https://retool.com/) - Retool cuts the time it takes to build internal tools in half so you can focus on your customers. +* [Rows](https://rows.com/) - The spreadsheet with superpowers. +* [Supabase](https://supabase.com/) - The Open SourceFirebase Alternative. + +## Visual programming + +* [Adalo](https://www.adalo.com/) - Turn Your Amazing App Concept Into Reality Without Coding! +* [Appbase.io](https://www.appbase.io) - Elasticsearch supercharged. +* [AppSheet](https://www.appsheet.com/) - The fastest way to build apps and automate work. +* [Appsmith](https://www.appsmith.com/) - A powerful open source framework to build internal tools. +* [Appwrite](https://appwrite.io/) - Secure Open-Source Backend Server for Web, Mobile & Flutter Developers. +* [AWS Application Composer](https://aws.amazon.com/application-composer/) - Visually design and build serverless applications quickly. +* [Bildr](https://www.bildr.com) - Open-ended, extensible, collaboration-focused website and web app builder. +* [Boundlesslabs](https://www.boundlesslabs.com/) - Boundless lets you build the web site of your dreams. No code required. +* [bubble](https://bubble.io/) - A code-free programming language that lets you build and host web applications without engineers. +* [Carrd](https://carrd.co/) - Simple, free, fully responsive one-page sites for pretty much anything. +* [Cloudscape](https://cloudscape.design/) - An open source design system for the cloud. +* [Dronahq](https://www.dronahq.com) - Build business apps without coding. +* [Heyflow](https://heyflow.app/) - Build interactive flows. +* [Glide](https://www.glideapps.com/) - Create an app from a Google Sheet in five minutes, for free. +* [Growform](https://www.growform.co/) - The Multi Step Form Builder that Gets You More Leads. +* [Honeycode](https://www.honeycode.aws/) - Build a better way to work. +* [Insomnia](https://insomnia.rest) - Build APIs that work. +* [Jotform App](https://www.jotform.com/products/apps/) - Create apps for your business. +* [Mendix](https://www.mendix.com/) - Accelerate enterprise app development. +* [Outsystems](https://www.outsystems.com/) - Build Applications Fast, Right, and for the Future. +* [Plasmic](https://www.plasmic.app/) - The visual builder for your tech stack. +* [Potion](https://www.potion.so/) - Create custom websitesin minutes. All on [Notion](https://www.notion.so/). +* [Power Apps](https://powerapps.microsoft.com) - Create the high productivity apps you need for your business with an advanced set of tools. +* [Quarkly](https://quarkly.io) - Design tool for creating websites and web apps. +* [Quickbase](https://www.quickbase.com) - Application development platform that unites business and IT teams. +* [Sanity](https://www.sanity.io/) - The unified content platform. +* [SAP Build](https://www.sap.com/products/technology-platform/low-code.html) - Create apps, automate processes, and design business sites with drag-and-drop simplicity. +* [Shuffle](https://shuffle.dev/) - Create teamplate in minutes. +* [Softr](https://www.softr.io) - From zero to a website in 5 minutes, using building blocks. +* [Stacker](https://stacker.app) - Turn your spreadsheets into applications. +* [Storybook](https://storybook.js.org) - Build component driven UIs faster. +* [Super](https://super.so) - Build websites with the simplicity of Notion. +* [Typedream](https://typedream.com) - The new way to make a website. +* [Versoly](https://versoly.com/) - The no-code website builder that everyone loves to use. +* [Webflow](https://webflow.com) - Build better business websites, faster. Without coding. +* [Wized](https://www.wized.io) - Rapidly build real web applications without coding. + + +## Misc + +* [Algolia](https://www.algolia.com/) - Flexible Search & Discovery Hosted APIs. +* [Autocode](https://autocode.com) - New user notifications. Purchase alerts. Scheduled jobs. SQL queries. +* [Craftar](https://www.craftar.io) - Build APIs with NoCode at Lightning Speed. +* [Doppler](https://www.doppler.com/) - Sync environment variables at scale. +* [Fibery](https://fibery.io) - Build your own workspace. +* [Getstream](https://getstream.io) - Stream powers Chat Messaging and Activity Feeds for billions of global end-users across thousands of different apps. +* [Linx](https://linx.software) - General-purpose low-code platform for building custom backends APIs, automations and integrations +* [Makerpad](https://www.makerpad.co/) - Build tools & automate at work without code. +* [NoCodeAPI](https://nocodeapi.com/) - The easiest way to connect with APIs. +* [placeid](https://placid.app/) - Generate your social share images automatically. +* [SaaS Blocks](https://saasblocks.io/) - Ready-to-use building blocks and APIs to take your SaaS application to the next level +* [Screenshot](https://www.screenshotapi.net/) - Programmatic Screenshots of Any Website in Seconds. +* [Shopify](https://shopify.com/) - Build your business. +* [Simplescraper](https://simplescraper.io/) - Extract data from any website in seconds. +* [Stripe](https://stripe.com) - The new standard in online payments. +* [ToolJet](https://github.com/ToolJet/ToolJet) - Low-code framework for building internal tools. +* [Vantiq](https://vantiq.com/) - The Only Low Code Platform for Real Time Systems. +* [Voiceflow](https://www.voiceflow.com/) - Design, prototype and build voice apps. +* [Zendesk](https://www.zendesk.com/) - Build the best customer experiences. + diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-3.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-3.md new file mode 100644 index 0000000..2d7ede1 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-3.md @@ -0,0 +1,200 @@ + +# Awesome Low Code [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) + +> A curated list of Awesome Low Code platforms, vendors, tools and resources. + +> Low Code platforms provide a development and runtime environment used to create all kinds of software application through an intuitive experience, with minimal to no coding skills requires. + + +## Contents + +- [Awesome Low Code ](#awesome-low-code-) + - [Contents](#contents) + - [Platforms](#platforms) + - [Citizen Automation and Development Platform](#citizen-automation-and-development-platform) + - [Low Code Application Platform](#low-code-application-platform) + - [Business Process Management](#business-process-management) + - [Robotic Process Automation](#robotic-process-automation) + - [Intelligent Virtual Agent](#intelligent-virtual-agent) + - [Integration Platform as a Service](#integration-platform-as-a-service) + - [Low Code API Management Platform](#low-code-api-management-platform) + - [Tools, Extensions and Frameworks](#tools-extensions-and-frameworks) + - [Power Platform (Microsoft)](#power-platform-microsoft) + - [Reference Resources](#reference-resources) + - [Power Platform (Microsoft)](#power-platform-microsoft-1) + - [Workato](#workato) + - [Learning Resources](#learning-resources) + - [Power Platform (Microsoft)](#power-platform-microsoft-2) + - [Workato](#workato-1) + - [Samples, Templates and Solutions](#samples-templates-and-solutions) + - [Power Platform (Microsoft)](#power-platform-microsoft-3) + - [Workato](#workato-2) + - [Community](#community) + - [Power Platform (Microsoft)](#power-platform-microsoft-4) + - [Workato](#workato-3) + - [Blogs](#blogs) + - [Power Platform (Microsoft)](#power-platform-microsoft-5) + - [Workato](#workato-4) + - [Other Lists](#other-lists) + - [Power Platform (Microsoft)](#power-platform-microsoft-6) + +## Platforms + +### Citizen Automation and Development Platform + +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. + +- [Power Automate (Microsoft)](https://flow.microsoft.com/) - An online workflow service that automates actions across the most common apps and services. +- [Zapier](https://zapier.com/) - Allows its users to easily connect and automate the apps they use. +- [Einstein Automate (Salesforce)](https://www.salesforce.com/products/platform/einstein-automate/) - Empower your employees to do more of what matters by automating business processes easily without needing specialized development skills. +- [Jira Automation (Atlassian)](https://www.atlassian.com/software/jira/features/automation) - Automation is a No Code rule builder that enables customers to build if-this-then-that-rules based on events in Jira. +- [Trello Power-Ups (Atlassian)](https://trello.com/power-ups/category/automation) - Helps teams meet their unique business needs through adaptable features and integrations. +- [Flow (Zoho)](https://www.zoho.com/flow/) - An integration platform that helps you connect your apps without any code. + +### Low Code Application Platform + +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. + +- [Power Apps (Microsoft)](https://powerapps.com/) - 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. +- [Power BI](https://powerbi.microsoft.com/) - Unify data from many sources to create interactive, immersive dashboards and reports that provide actionable insights and drive business results. +- [Appian](https://appian.com/) - Provides a Low Code software development platform that enables organizations to rapidly develop powerful applications. +- [Mendix](https://mendix.com/) - The fastest and easiest high-productivity platform to create and continuously improve multi-channel applications at scale. +- [OutSystems](https://www.outsystems.com/) - A Low Code platform that enables businesses to develop, deploy, and manage enterprise-grade apps. +- [Now Platform (ServiceNow)](https://www.servicenow.com/now-platform.html) - Drive connected digital workflows across the enterprise, deliver modern, consumer-like experiences, and accelerate time-to-value and innovation. +- [Creator (Zoho)](https://www.zoho.com/creator/low-code-platform/) - Build applications from scratch without having to write endless lines of code. +- [BettyBlocks](https://www.bettyblocks.com/) - The #1 No Code platform for innovation, agility and empowerment. Used to create mobile, business and web applications at lightning speed. +- [APEX (Oracle)](https://apex.oracle.com/en/platform/low-code/) - A Low Code development platform that enables you to build scalable, secure enterprise apps, with world-class features, that can be deployed anywhere. +- [Salesforce Platform, prev. Force.com (Salesforce)](https://www.salesforce.com/products/platform) - Click, create, and ship from anywhere with Low Code. +- [n8n](https://n8n.io/) - Workflow automation tool with many integrations and with fair-code license. + +### Business Process Management + +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. + +- [PegaSystems](https://www.pega.com/) - Provides business process and customer relationship management solutions for organizations. +- [AgilePoint](https://agilepoint.com/) - Deploy business-changing ideas in minutes, not months, with the AgilePoint digital process automation platform. +- [QuickBase](https://www.quickbase.com/) - Helps businesses quickly turn ideas about better ways to work into apps that make them more efficient, informed, and productive. +- [Creatio](https://www.creatio.com/) - A global software company providing a leading Low Code platform for process management and CRM. +- [AuraQuantic](https://www.auraquantic.com/) - A digital platform designed for business users to easily and rapidly build unlimited processes and applications. +- [Kintone](https://www.kintone.com/) - The best productivity software to business transformation Platform. +- [ProntoForms](https://www.prontoforms.com/) - Provides mobile business solutions to automate field sales, field service, and field data collection. +- [TrackVia](https://trackvia.com/) - The leading Low Code workflow platform for operations. +- [NewGen](https://newgensoft.com/) - Simplify your complex, content-driven business needs with one comprehensive Low Code platform. + +### Robotic Process Automation + +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. + +- [Power Automate Desktop (Microsoft)](https://powerautomate.microsoft.com/en-us/robotic-process-automation/) - Automate everything from simple data transfers to complex business workflows—directly from your desktop—using RPA desktop flows in Power Automate Desktop. +- [Servicetrace RPA (Salesforce)](https://www.servicetrace.com/) - Develop innovation in robotic solutions. +- [Appian RPA](https://appian.com/platform/complete-automation/robotic-process-automation-rpa.html) - Orchestrate RPA bots with people, systems, and data in a single workflow, scaling automation across your entire organization. +- [Workato RPA](https://www.workato.com/modern-rpa) - Integration-powered RPA for Intelligent Automation. + +### Intelligent Virtual Agent + +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. + +- [Power Virtual Agents (Microsoft)](https://powervirtualagents.microsoft.com/) - Lets you create powerful chatbots that can answer questions posed by your customers, other employees, or visitors to your website or service. +- [Workato Workbot](https://docs.workato.com/workbot/overview.html) - A bot platform that allows you to build customizable workflows. + +### Integration Platform as a Service + +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. + +- [Azure Logic Apps (Microsoft)](https://azure.microsoft.com/en-us/services/logic-apps/) - A cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. +- [MuleSoft (Salesforce)](https://mulesoft.com/) - Provides an integration and API platform that makes it easy to connect data from any system to create connected experiences. +- [Workato](https://www.workato.com) - An enterprise automation platform that helps organizations work faster and smarter without compromising governance and security. + +### Low Code API Management Platform + +A Low Code platform which supports full lifecycle API management, including creation, management and monitoring of API endpoints. + +- [MuleSoft](https://www.mulesoft.com/platform/api-management) - Manage your API lifecycle, quickly design, test, and publish APIs. +- [Workato API Management](https://docs.workato.com/api-management.html) - 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. + + +## Tools, Extensions and Frameworks + +### Power Platform (Microsoft) + +- [XrmToolBox](https://github.com/MscrmTools/XrmToolBox) - An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps. +- [Levelup for Dynamics CRM](https://github.com/rajyraman/Levelup-for-Dynamics-CRM) - Chrome, Edge Chromium and Firefox Extension for Dynamics CRM/365/Power Apps Power users. +- [Power Platform Adoption Framework](https://github.com/PowerPlatformAF/PowerPlatformAF) - The framework that enables people to create beautiful and useful things on Power Platform deployed in large, enterprise-grade organizations. +- [Flow & Power Apps Migrator](https://github.com/Zerg00s/FlowPowerAppsMigrator) - Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice. +- [SharePoint Workflow Converter](https://github.com/TracyGH/SharePointWorkflowConverter) - A proof-of-concept C# console application for retrieving legacy 2010 & 2013 custom SharePoint workflow definition files, and creating new Power Automate flows programmatically. + +## Reference Resources + +### Power Platform (Microsoft) + +- [Power Platform Connectors](https://github.com/microsoft/PowerPlatformConnectors) - This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors. +- [Microsoft Power Fx](https://github.com/microsoft/Power-Fx) - Power Fx Low Code programming language. + +### Workato + +- [Custom Connector Docs](https://github.com/workato/custom_connector_docs) - Source files for Workato custom connector documentation. + +## Learning Resources + +### Power Platform (Microsoft) + +- [Power Fx Samples](https://github.com/pnp/powerfx-samples) - This repository contains samples for Power Fx Low Code programming language. +- [Power Apps & Azure Lab](https://github.com/microsoft/PowerApps-Azure-Lab) - Repository to host the PowerApps Azure Lab. +- [PL-900: Power Platform Fundamentals](https://github.com/MicrosoftLearning/PL-900-Microsoft-Power-Platform-Fundamentals) - Power Platform Fundamentals course materials. + +### Workato + +- [Embedding Guide](https://github.com/workato/full-embed-sample) - A guided example on how to use Workato embedded. + +## Samples, Templates and Solutions + +### Power Platform (Microsoft) + +- [Power Apps Samples](https://github.com/pnp/powerapps-samples) - Contains curated community Microsoft Power App samples. +- [PowerApps Samples](https://github.com/Eickhel/PowerApps-samples) - Power Apps samples by Power Nimbus. +- [Power Apps Branding Template](https://github.com/iAmManCat/PowerApps-Branding-Template) - A template to empower developers and reduce time wasted on control changes. +- [SharePoint Power Platform Solutions](https://github.com/pnp/sp-power-platform-solutions) - Sample PowerApps solutions designed to be used in SharePoint context. +- [Power Automate Samples](https://github.com/pnp/powerautomate-samples) - Contains curated community samples for Microsoft Power Automate. +- [Automatic travel time](https://github.com/wortell/PowerAutomate-AutomatischeReistijd) - Automatic travel time in your Office 365 calendar. +- [Message Center in Teams](https://github.com/ericsche/MCinTeams) - Message Center in Teams is a simple PowerAutomate Solution to gather Message Center Announcement and post them in a Teams Channel. +- [Consume Power BI](https://github.com/ferrybouwman/Power-BI-Read-Only-REST-API) - Solution based on either Powershell or Power Automate (Flow) to consume the recently released Power BI Asynchronous Unified Scanning API. +- [Post List Item To Twitter](https://github.com/vaibhav21791/PostListItemToTwitter) - A Microsoft Power Automate Flow to Post a SharePoint List Item to Twitter along with media content. + +### Workato + +- [Solution Marketplace](https://www.workato.com/solutions) - A curated list of ready-to-use solutions built by Workato and vendors. +- [Support History](https://support.workato.com/en/support/solutions) - A public repository of resolved support tickets to help tackle issues. + +## Community + +### Power Platform (Microsoft) + +- [Microsoft Power Apps Official Community](https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1) +- [Microsoft Power Automate Official Community](https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity) +- [Microsoft Power Virtual Agents Official Community](https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/ct-p/PVACommunity) +- [Microsoft Power BI Official Community](https://community.powerbi.com/) +- [PowP.Co Discord Community](https://powp.co/) - A Discord community of Power Platform enthusiasts. + +### Workato + +- [Workato Communities](https://community.workato.com/) - The official Workato communities website. +- [Systematic](https://systematic.workato.com/) - The only community for business systems. + +## Blogs + +### Power Platform (Microsoft) + +- [Zenity](https://zenity.io/blog) - Low Code security and governance. +- [Addressing the Low Code Security Elephant in the Room](https://www.darkreading.com/edge-articles/addressing-the-low-code-security-elephant-in-the-room) - The shared responsibility model for Low Code applications. +- [PowPco](https://blog.powp.co/) - Single-stop community for everything Power Platform Community related. + +### Workato + +- [The Connector](https://www.workato.com/the-connector/) - Workato blog on Business Automation. + +## Other Lists + +### Power Platform (Microsoft) + +- [Awesome Microsoft Power Platform](https://github.com/Power-Maverick/awesome-power-platform) - A collection of awesome things regarding the Power Platform ecosystem. +- [Awesome No Code Low Code](https://github.com/valentin-vogel/awesome-nocode-lowcode) - A collection of awesome No Code and Low Code resources. diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-4.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-4.md new file mode 100644 index 0000000..67c07d3 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-4.md @@ -0,0 +1,241 @@ +# Awesome Nocode / Lowcode [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) + +> A curated list of nocode and lowcode ressources for building software without code. +> Your [contributions](https://github.com/valentin-vogel/awesome-nocode-lowcode/blob/main/contributing.md) are welcome! + +Nocode enables programmers and non-programmers to create application software through graphical user interfaces instead of traditional code programming. Lowcode is a very closely related topic to allow strong customization. + +Not sure, if awesome or not? [Add to under consideration list](https://github.com/valentin-vogel/awesome-nocode-lowcode/blob/main/under-consideration.md). + +## Contents + +- [Awesome Nocode / Lowcode ](#awesome-nocode--lowcode-) + - [Contents](#contents) + - [Enterprise Platforms](#enterprise-platforms) + - [Automation and Workflows](#automation-and-workflows) + - [Forms](#forms) + - [Internal](#internal) + - [Apps](#apps) + - [Landing Pages](#landing-pages) + - [Websites](#websites) + - [Portfolios](#portfolios) + - [Membership](#membership) + - [Databases](#databases) + - [Chatbots](#chatbots) + - [Machine Learning](#machine-learning) + - [Games](#games) + - [Scraper](#scraper) + - [More (Uncategorized)](#more-uncategorized) +- [Under Consideration](#under-consideration) + - [Awesome or not?](#awesome-or-not) + - [In alpha or beta version](#in-alpha-or-beta-version) + +## Enterprise Platforms + +- [Appian](https://www.appian.com/) - Full-Stack automation and data from everywhere. A lowcode platform, fast and simple. +- [Mendix](https://www.mendix.com/) - Lowcode application development platform leader in rapidly building, deploying, and operating enterprise-grade applications. +- [Nintex](https://www.nintex.de/) - Enterprise ready, easy-to-use, powerful & complete process platform. +- [Outsystems](https://www.outsystems.com/) - Extraordinarily fast, visual, model-driven development meets AI, cloud, and DevOps. +- [Quickbase](https://www.quickbase.com/) - Lowcode-Plattform for Citizen Development. +- [Service Now](https://www.servicenow.com/) - Build and run applications with advanced features like ai. +- [Thinkwise](https://www.thinkwisesoftware.com/) - Lowcode Platform for core systems. +- [VisionX](https://visionx.sibvisions.com/) - Lowcode Development Platform. + +## Automation and Workflows + +- [Automate.io](https://automate.io/) - Connect your cloud applications and automate marketing, sales and business processes. +- [Camunda](https://camunda.com/) - Workflow and decision automation. +- [Decisions](https://decisions.com/) - Automate Everything. +- [FlowForma](https://www.flowforma.com/) - Empower business people to digitize processes in-house, with a digital process automation tool trusted by IT. +- [IFTTT](https://ifttt.com/) - Connect all your things together. +- [Integromat](https://www.integromat.com/) - Connect apps and automate workflows in a few clicks. +- [Kintone](https://www.kintone.com/) - All-in-one workplace platform to build, share, and automate custom workflows and processes for data-driven results. +- [Microsoft Flow - Power Automate](https://flow.microsoft.com/) - Streamline repetitive tasks and paperless processes. +- [n8n](https://n8n.io/) - Open Source and extendable workflow automation. +- [Node-RED](https://nodered.org/) - Open Source lowcode programming for event-driven applications. +- [Parabola](https://parabola.io/) - Makes it easy to automate your manual, repetitive data tasks. +- [Pipedream](https://pipedream.com/) - Connect APIs, remarkably fast. +- [Pipefy](https://www.pipefy.com/) - Design and automate business workflows in minutes. +- [ProcessMaker](https://www.processmaker.com/) - Lowcode BPM and Digital Process Automation Platform. +- [Process.st](https://www.process.st/) - Simple, free and powerful way to manage your team's recurring checklists and procedures. +- [Tonkean](https://tonkean.com/) - A Enterprise Standard for Process Orchestration. +- [Tray.io](https://tray.io/) - Integrate your entire stack with the leading general automation platform. +- [Workato](https://www.workato.com/) - Workflow automation, AI, Bots and more. +- [Zapier](https://zapier.com/) - Connect your apps and automate tasks. + +## Forms + +- [Google Forms](https://forms.google.com/) - Free. +- [involve.me](https://www.involve.me/) - Create lead generation quizzes, smart cancellation funnels, subscription payments and more. +- [JotForm](https://www.jotform.com/) - A simple online forms tool for any kind of business. +- [Microsoft Forms](https://forms.office.com/) - Easily create surveys, quizzes, and polls. +- [Typeform](https://www.typeform.com/) - Beautiful designed forms. + +## Internal + +- [AWS Honeycode](https://www.honeycode.aws/) - Build apps for managing your team's work. +- [Budibase](https://www.budibase.com/) - Open Source software to build internal tools on your own infrastructure in minutes. +- [JetAdmin](https://www.jetadmin.io/) - Build apps for your teams without engineering effort. +- [Ninox](https://ninox.com/) - Make your business process digital in the cloud. +- [Retool](https://retool.com/) - Build internal tools, remarkably fast. +- [Draxlr](https://draxlr.com/) - Get answers from you data, share with your team and customers. +- [Trevor.io](https://trevor.io/) - Empowering your whole team to get answers from your database data. + +## Apps + +- [Adalo](https://www.adalo.com/) - Building real apps. Fast. +- [Appery.io](https://appery.io/) - Lowcode app platform that makes creating hybrid mobile apps, web apps, and progressive web apps easy. +- [AppGyver](https://www.appgyver.com/) - Free nocode platform building apps for all form factors, including mobile, desktop, browser and TV. +- [Appsheet](https://www.appsheet.com/) - Mobile App builder. +- [Appsmith](https://www.appsmith.com/) - Open source framework to build admin panels, CRUD apps and workflows. +- [Appspotr](https://www.appspotr.com/) - Professional mobile apps, faster and with more control. +- [Appypie AppMakr](https://www.appypie.com/app-builder/appmaker) - App builder to make your app without coding. +- [Betty Blocks](https://www.bettyblocks.com/) - Build Faster and Innovate Smarter with No-Code. +- [Bubble](https://bubble.io/) - Build production-ready web apps. +- [DronaHQ](https://dronahq.com/) - Rapidly build and deploy cloud based apps like data collection apps, online forms, online database app, business process apps, automation apps, internal tools, custom business apps. +- [FileMaker](https://www.claris.com/filemaker/) - An application development platform to build apps like a boss. +- [Fliplet](https://fliplet.com/) - App builder for mobile and web. +- [Glide](https://www.glideapps.com/) - Build an app from a Google Sheet. +- [Microsoft Power Apps](https://powerapps.microsoft.com/) - Lowcode app platform. +- [Odoo](https://www.odoo.com/) - Open Source business management app builder. +- [Oracle APEX](https://apex.oracle.com/) - Build enterprise apps 20x faster with 100x less code. +- [Siberian CMS](https://www.siberiancms.com/) - Open Source CMS for building mobile apps on Andoid and IOS. +- [Skuid](https://www.skuid.com/) - Create Salesforce apps faster and with less custom code. +- [Stacker](https://www.stackerhq.com/) - Turn your spreadsheets into applications. +- [Structr](https://structr.com/) - Open Source lowcode platform for semantic apps based on graph technology. +- [Thunkable](https://thunkable.com/) - Mobile app builder. + +## Landing Pages + +- [Convertkit](https://convertkit.com/) - Landing pages and email marketing automation. +- [GetResponse](https://getresponse.com/) - Landing pages, email marketing, marketing automation and conversion funnels. +- [Instapage](https://instapage.com/) - Landing pages with more conversions, page speed optimization, and experimentation features. +- [Lander](https://landerapp.com/) - Easy to use landing page builder. +- [Landingi](https://landingi.com/) - Design, publish, connect, optimize, convert and sell with landing pages. +- [Launchaco](https://www.launchaco.com/) - Small website builder for startups. +- [Leadpages](https://www.leadpages.com/) - Landing pages and lead generation. +- [Pagewiz](https://www.pagewiz.com/) - Landing pages, integrations, campaign management and A/B testing. +- [Shortstack](https://www.shortstack.com/) - Create unique landing pages, run social contests, send emails and analyze results. +- [Umso](https://www.umso.com/) - The website builder for startups. +- [Unbounce](https://unbounce.com/) - Custom landing pages, high-converting campaigns with conversion intelligence and smart traffic. +- [Unicorn Platform](https://unicornplatform.com/) - Simple landing page builder for startups, mobile apps, and SaaS. +- [Unstack](https://www.unstack.com/) - Merketing websites with the super power of content, analytics, payments and integrations. + +## Websites + +- [8b](https://8b.com/) - Very cheap website builder with code export. +- [Carrd](https://carrd.co/) - For personal one-page websites. +- [Duda](https://www.duda.co/) - Professional website builder for all kinds of business. +- [Hubspot CMS](https://www.hubspot.de/products/cms) - Easy create marketing websites without coding. +- [Jimdo](https://www.jimdo.com/) - Start your business online, fast and easy. +- [Quarkly](https://quarkly.io/) - Design tool for creating websites and web apps. +- [Shopify](https://www.shopify.com/) - E-commerce website builder. +- [Squarespace](https://squarespace.com/) - Professional website builder. +- [Strikingly](https://www.strikingly.com/) - Easy website builder. +- [Tilda](https://tilda.cc/) - Visual publishing made easy. +- [Webflow](https://webflow.com/) - Build professional, custom websites in a completely visual canvas with no code. +- [Weebly](https://www.weebly.com/) - Professional websites and e-commerce. +- [Without Code](https://www.wocode.com/) - Build faster websites, in half the time. +- [Wix](https://wix.com/) - Build a professional website. + +## Portfolios + +- [ALLYOU](https://www.allyou.net/) - Create a simple photo gallery or a professional online portfolio. +- [Carbonmade](https://carbonmade.com/) - The easiest and fastest way to present your work. +- [Dunked](https://dunked.com/) - Portfolio & showcase websites. +- [Exposure](https://www.exposure.co/) - A website builder for your stories. +- [Pixpa](https://www.pixpa.com/) - Portfolio websites for photographers and creators. + +## Membership + +- [Memberspace](https://www.memberspace.com/) - Turn any part of website into members-only with just a few clicks. +- [Memberstack](https://www.memberstack.com/) - Beautiful user logins and payments for any website. + +## Databases + +- [Airtable](https://airtable.com/) - Create applications from a database like a spreadsheet. +- [Baserow](https://baserow.io/) - Open source online database. +- [JotForm Tables](https://www.jotform.com/de/products/tables/) - Dynamic spreadsheet. +- [Rows](https://rows.com/) - The spreadsheet where teams work faster. + +## Chatbots + +- [Botsify](https://botsify.com/) - Fully Managed Chatbot Platform. +- [BotXO](https://www.botxo.ai/) - Powerful AI chatbot builder made easy for businesses. +- [Chatamo](https://chatamo.com/) - Chatbot builder to increase your sales, connect with your customers and better understand customers. +- [Chatfuel](https://chatfuel.com/) - The leading no-code chatbot platform for Facebook, Instagram, and Messenger. +- [Flow.ai](https://flow.ai/) - Intelligent Automation using bots. +- [Flow XO](https://flowxo.com/) - Powerful automation product that allows you to quickly and simply build incredible chatbots that help you to communicate and engage with your customers across a wide range of different sites, applications and social media platforms. +- [Giosg](https://www.giosg.com/) - Capture your most valuable leads and customers. +- [Intercom](https://www.intercom.com/) - Live chat, product tours, apps and more - build relationships with your customers. +- [Landbot](https://landbot.io/) - Intuitive chatbot builder. +- [Opla.ai](https://opla.ai/) - Open Chatbot builder. +- [Smooch](https://smooch.io/) - Lets you unify messages from every channel into a single conversation, and build interactive messaging experiences anywhere. +- [Tars](https://hellotars.com/) - Optimize your conversion funnels, automate customer service interactions, and redefine customer experience. + +## Machine Learning + +- [Accern](https://accern.com/) - Accelerate AI workflows for financial services with a Nocode AI platform. +- [BigML](https://bigml.com/) - ML made beautifully simple for everyone. +- [CreateML](https://developer.apple.com/machine-learning/create-ml/) - Experience an entirely new way of training machine learning models on your Mac. +- [Datarobot](https://www.datarobot.com/) - End-to-End enterprise AI platform for fast and easy deployment of accurate predictive models. Prepare, build, deploy, monitor, and maintain powerful AI applications at enterprise scale. +- [Fritz.ai](https://www.fritz.ai/) - ML platform for iOS, Android, and SnapML in Lens Studio. +- [Google Cloud AutoML](https://cloud.google.com/automl) - Training of high-quality custom machine learning models with minimal effort and machine learning expertise. +- [Google Cloud ML Kit](https://developers.google.com/ml-kit) - Mobile software development kit that brings machine learning expertise to Android and iOS apps. +- [MakeML](https://makeml.app/) - Create Object Detection and Segmentation ML models without Code. +- [Microsoft Azure Automated ML](https://azure.microsoft.com/en-us/services/machine-learning/automatedml/) - Automatically build machine learning models with speed and scale. +- [Obviously AI](https://www.obviously.ai/) - Machine learning tool that makes data science effortless by enabling anyone to instantly run accurate predictions as well as analytics on their data by asking questions in natural language. +- [RunwayML](https://runwayml.com/) - Makes machine learning accessible to creative practitioners from a wide range of disciplines. +- [Superannotate](https://superannotate.com/) - End-to-End platform to annotate, train and automate computer vision pipelines. +- [Teachable Machine](https://teachablemachine.withgoogle.com/) - Web-based tool for training a computer to recognise images, sounds, and poses. + +## Games + +- [Buildbox](https://www.buildbox.com/) - No-Code mobile game development. + +## Scraper + +- [Simplescraper](https://simplescraper.io/) - Extract data from any website in seconds. + +## More (Uncategorized) + +- [Actiondesk](https://www.actiondesk.io/) - Mixes the ease and flexibility of a spreadsheet with the power of a BI tool. +- [Smartsheet](https://www.smartsheet.com/) - Get more work done with workflow, formulars and automations. +- [Voiceflow](https://www.voiceflow.com/) - Voiceflow helps prototype and launch conversational apps. +- [Linkz.ai](https://linkz.ai) - Immersive hyperlink previews to keep visitors on your website. + +# Under Consideration + +A list of **possible** awesome nocode and lowcode ressources which applies to one or more of the following: + +- Not sure, if awesome or not. +- Not fully developed. +- Alpha or beta version. + +## Awesome or not? + +- [Azkaban](https://azkaban.github.io/) - Batch workflow job scheduler created to run Hadoop jobs. +- [Builder.io](https://www.builder.io/) - Drag and drop page building using your code components. +- [CoCreate](https://cocreate.app/) - A low-code Javascript framework for building collaborative no-code platforms, apps and UI. +- [Datasiv](https://www.datasiv.io/) - Quickly build internal tools. +- [Flazio](https://www.flazio.com/) - Website builder. +- [Joget](https://www.joget.org/) - Open Source platform to easily build, run and maintain apps. +- [Kickofflabs](https://kickofflabs.com/) - Landing pages. +- [Launchrock](https://www.launchrock.com/) - Website builder. +- [Pagexl](https://pagexl.com/) - Page Builder for one-page websites. +- [Pory.io](https://pory.io/) - Create websites using Airtable without code. +- [Prefect.io](https://www.prefect.io/) - Dataflow automation to build, run, and monitor millions of data workflows and pipelines. +- [Saltcorn](https://saltcorn.com/) - Free and open source no-code application builder. +- [smapOne](https://www.smapone.com/) - Create business apps in minutes. +- [Tadabase](https://tadabase.io/) - Create custom database web apps in minutes. +- [Tideflow.io](https://www.tideflow.io/) - Building extensible automation. Open Source. +- [Wishpond](https://www.wishpond.com/) - Landing pages. +- [Zyro](https://zyro.com/) - Website builder. + +## In alpha or beta version + +- [Blocks UI](https://blocks-ui.com/) +- [Draftbit](https://draftbit.com/) - Create, customize, and launch mobile apps visually. +- [Tayfa](https://usetayfa.com/) +- [WayScript](https://wayscript.com/) - A rapid scripting platform for developers. Build and run apps in the cloud, automate tasks, create internal tools and seamlessly integrate with your favorite database and APIs using your favorite programming language. +- [yCode](https://www.ycode.com/) - Websites and apps. diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-5.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-5.md new file mode 100644 index 0000000..6da0960 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-5.md @@ -0,0 +1,149 @@ +# Awesome low-code! + +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/antdimot/awesome-lowcode) + +A collection of Awesome low-code development platform ([LCDP](https://en.wikipedia.org/wiki/Low-code_development_platform)). +Everyone is welcome to submit their new Awesome low-code item. + +# License + +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + + +# Table of Contents + +- [Awesome low-code!](#awesome-low-code) +- [License](#license) +- [Table of Contents](#table-of-contents) + - [Automation](#automation) + - [Educational](#educational) + - [Flow-based programming](#flow-based-programming) + - [Machine Learning](#machine-learning) + - [Online database creator apps](#online-database-creator-apps) + - [Visual programming](#visual-programming) + - [Marketing](#marketing) + - [Misc](#misc) + +## Automation + +* [Appian](https://www.appian.com/) - Discover the power of low-code automation. +* [Automate.io](https://automate.io) - Connect your cloud apps. +* [Axiom](https://axiom.ai/) - Browser automation. Quickly, without code. +* [Blink](https://www.blinkops.com) - No-code automation for CloudOps. +* [Camunda](https://camunda.com/) - Automate Any Process, Anywhere. +* [Data Fetcher for Airtable](https://datafetcher.com/) - Connect Airtable to any API using the Data Fetcher app. +* [Make](https://www.make.com) - Make lets you design, build, and automate anything from tasks and workflows to apps and systems. +* [Phantombuster](https://phantombuster.com/) - Code free automations and data extraction. +* [Reflect](https://reflect.run/) - Automated regression tests without a line of code. +* [Stackby](https://stackby.com/) - Automate workflows, build custom tools, collaborate with your team. +* [Uipath](https://www.uipath.com/) - We make robots so people don’t have to be robots. + +## Educational + +* [Doc Willianms](https://www.youtube.com/channel/UCXv_CS0DaUVS25tFGkRALoA) - No Code tutorials. +* [Markerpad](https://www.makerpad.co/) - Join thousands learning to build software. No coding required. + +## Flow-based programming + +* [AppFlow](https://aws.amazon.com/appflow/) - Securely integrate apps and automate data flows at any scale, without code. +* [Bravo Studio](https://www.bravostudio.app/) - Bravo’s powerful no-code approach to mobile app development. +* [Funnel](https://funnel.io/) - All your marketing and advertising data where you want it. +* [Ifttt](https://ifttt.com/) - Helps your apps and devices work together in new ways. +* [Impira](https://www.impira.com/) - Grab data from any document in seconds with Impira’s no-code platform powered by machine learning. +* [joonbot](https://joonbot.com/) - Make a chatbot in minutes with our intuitive no-code chatbot builder. +* [Kissflow](https://kissflow.com) - The full spectrum of work on one platform. +* [n8n.io](https://n8n.io/) - Extendable workflow automation. +* [Node-RED](https://nodered.org/) - A programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. +* [Parabola](https://parabola.io/) - Hand off your routine data tasks by describing them in Parabola. Build once, reuse infinitely. +* [Stately](https://stately.ai/) - The ideal state of visual application logic. +* [Structr](https://structr.com) - 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. +* [Wayscript](https://wayscript.com) - A rapid scripting platform for developers. +* [Zapier](https://zapier.com) - Connect your apps and automate workflows. + +## Machine Learning + +* [Accern](https://accern.com) - Accelerate AI Workflows for Financial Services. +* [AI Builder](https://flow.microsoft.com/en-us/ai-builder/) - Bring intelligent automation to your business processes with AI that’s easy to train and configure in Power Automate. +* [Alteryx](https://www.alteryx.com/products/alteryx-platform/machine-learning) - Scale data science across your business with automated machine learning (AutoML). +* [Dataiku](https://www.dataiku.com/product/key-capabilities/machine-learning) - Build advanced machine learning models using the latest techniques. +* [DataRobot](https://www.datarobot.com/platform/visual-ai/) - DataRobot Automated Machine Learning with Visual AI. +* [h2o](https://www.h2o.ai/) - Get free, hands-on experience with the H2O AI Hybrid Cloud. +* [Jasper](https://www.jasper.ai/) - Artificial intelligence makes it fast & easy to create content for your blog, social media, website, and more! +* [Knime](https://www.knime.com/knime-analytics-platform) - Creating Data Science. +* [RapidMiner](https://rapidminer.com/products/studio/) - Comprehensive data science platform with visual workflow design and full automation. +* [Noogata](https://noogata.com/) - AI platform gives companies the impact of data science without the burden of development or the limitations of out-of-the-box solutions. +* [SaegMaker](https://aws.amazon.com/sagemaker/) - Machine learning for every data scientist and developer. +* [Sas](https://www.sas.com/en_si/software/machine-learning-cloud.html) - On-demand programming access to machine learning algorithms in the cloud. + +## Online database creator apps + +* [Airtable](https://airtable.com/) - Part spreadsheet, part database, and entirely flexible, teams use Airtable to organize their work, their way. +* [Amplication](https://amplication.com/) - Build production-ready Node.js applications without wasting time on repetitive coding. +* [Baserow](https://baserow.io/) - Open source no-code database and Airtable alternative. +* [Caspio](https://www.caspio.com/) - Building online database applications without coding. +* [Coda](https://coda.io/) - All-in-one doc. +* [Hasura](https://hasura.io/) - From your databases to a unified GraphQL API in just one minute. +* [NocoDB](https://nocodb.com/) - NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. +* [Retool](https://retool.com/) - Retool cuts the time it takes to build internal tools in half so you can focus on your customers. +* [Rows](https://rows.com/) - The spreadsheet with superpowers. +* [Supabase](https://supabase.com/) - The Open SourceFirebase Alternative. + +## Visual programming + +* [Adalo](https://www.adalo.com/) - Turn Your Amazing App Concept Into Reality Without Coding! +* [Appbase.io](https://www.appbase.io) - Elasticsearch supercharged. +* [AppSheet](https://www.appsheet.com/) - The fastest way to build apps and automate work. +* [Appsmith](https://www.appsmith.com/) - A powerful open source framework to build internal tools. +* [Appwrite](https://appwrite.io/) - Secure Open-Source Backend Server for Web, Mobile & Flutter Developers. +* [Bildr](https://www.bildr.com) - Open-ended, extensible, collaboration-focused website and web app builder. +* [Boundlesslabs](https://www.boundlesslabs.com/) - Boundless lets you build the web site of your dreams. No code required. +* [bubble](https://bubble.io/) - A code-free programming language that lets you build and host web applications without engineers. +* [Carrd](https://carrd.co/) - Simple, free, fully responsive one-page sites for pretty much anything. +* [Cloudscape](https://cloudscape.design/) - An open source design system for the cloud. +* [Dronahq](https://www.dronahq.com) - Build business apps without coding. +* [Heyflow](https://heyflow.app/) - Build interactive flows. +* [Glide](https://www.glideapps.com/) - Create an app from a Google Sheet in five minutes, for free. +* [Growform](https://www.growform.co/) - The Multi Step Form Builder that Gets You More Leads. +* [Honeycode](https://www.honeycode.aws/) - Build a better way to work. +* [Insomnia](https://insomnia.rest) - Build APIs that work. +* [Jotform App](https://www.jotform.com/products/apps/) - Create apps for your business. +* [Outsystems](https://www.outsystems.com/) - Build Applications Fast, Right, and for the Future. +* [Plasmic](https://www.plasmic.app/) - The visual builder for your tech stack. +* [Potion](https://www.potion.so/) - Create custom websitesin minutes. All on [Notion](https://www.notion.so/). +* [Power Apps](https://powerapps.microsoft.com) - Create the high productivity apps you need for your business with an advanced set of tools. +* [Quarkly](https://quarkly.io) - Design tool for creating websites and web apps. +* [Quickbase](https://www.quickbase.com) - Application development platform that unites business and IT teams. +* [Sanity](https://www.sanity.io/) - The unified content platform. +* [Softr](https://www.softr.io) - From zero to a website in 5 minutes, using building blocks. +* [Stacker](https://stacker.app) - Turn your spreadsheets into applications. +* [Storybook](https://storybook.js.org) - Build component driven UIs faster. +* [Super](https://super.so) - Build websites with the simplicity of Notion. +* [Typedream](https://typedream.com) - The new way to make a website. +* [Webflow](https://webflow.com) - Build better business websites, faster. Without coding. + +## Marketing + +* [AppSumo](https://appsumo.com/) - Discover, buy, & sell the products you need to grow your business. +* [Bannerbear](https://www.bannerbear.com/) - Auto-generate social media visuals, ecommerce banners, dynamic email images and more with our API and integrations. + +## Misc + +* [Algolia](https://www.algolia.com/) - Flexible Search & Discovery Hosted APIs. +* [Autocode](https://autocode.com) - New user notifications. Purchase alerts. Scheduled jobs. SQL queries. +* [Craftar](https://www.craftar.io) - Build APIs with NoCode at Lightning Speed. +* [Doppler](https://www.doppler.com/) - Sync environment variables at scale. +* [Fibery](https://fibery.io) - Build your own workspace. +* [Getstream](https://getstream.io) - Stream powers Chat Messaging and Activity Feeds for billions of global end-users across thousands of different apps. +* [Makerpad](https://www.makerpad.co/) - Build tools & automate at work without code. +* [NoCodeAPI](https://nocodeapi.com/) - The easiest way to connect with APIs. +* [placeid](https://placid.app/) - Generate your social share images automatically. +* [SaaS Blocks](https://saasblocks.io/) - Ready-to-use building blocks and APIs to take your SaaS application to the next level +* [Screenshot](https://www.screenshotapi.net/) - Programmatic Screenshots of Any Website in Seconds. +* [Shopify](https://shopify.com/) - Build your business. +* [Simplescraper](https://simplescraper.io/) - Extract data from any website in seconds. +* [Stripe](https://stripe.com) - The new standard in online payments. +* [ToolJet](https://github.com/ToolJet/ToolJet) - Low-code framework for building internal tools. +* [Vantiq](https://vantiq.com/) - The Only Low Code Platform for Real Time Systems. +* [Voiceflow](https://www.voiceflow.com/) - Design, prototype and build voice apps. +* [Zendesk](https://www.zendesk.com/) - Build the best customer experiences. + diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/low-code-6.md b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-6.md new file mode 100644 index 0000000..c3dbe73 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/low-code-6.md @@ -0,0 +1,146 @@ +# Awesome low-code! + +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/antdimot/awesome-lowcode) + +A collection of Awesome low-code development platform ([LCDP](https://en.wikipedia.org/wiki/Low-code_development_platform)). +Everyone is welcome to submit their new Awesome low-code item. + +# License + +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) + + +# Table of Contents + +- [Awesome low-code!](#awesome-low-code) +- [License](#license) +- [Table of Contents](#table-of-contents) + - [Automation](#automation) + - [Educational](#educational) + - [Flow-based programming](#flow-based-programming) + - [Machine Learning](#machine-learning) + - [Online database creator apps](#online-database-creator-apps) + - [Visual programming](#visual-programming) + - [Marketing](#marketing) + - [Misc](#misc) + +## Automation + +* [Appian](https://www.appian.com/) - Discover the power of low-code automation. +* [Automate.io](https://automate.io) - Connect your cloud apps. +* [Axiom](https://axiom.ai/) - Browser automation. Quickly, without code. +* [Blink](https://www.blinkops.com) - No-code automation for CloudOps. +* [Camunda](https://camunda.com/) - Automate Any Process, Anywhere. +* [Data Fetcher for Airtable](https://datafetcher.com/) - Connect Airtable to any API using the Data Fetcher app. +* [Make](https://www.make.com) - Make lets you design, build, and automate anything from tasks and workflows to apps and systems. +* [Phantombuster](https://phantombuster.com/) - Code free automations and data extraction. +* [Reflect](https://reflect.run/) - Automated regression tests without a line of code. +* [Stackby](https://stackby.com/) - Automate workflows, build custom tools, collaborate with your team. +* [Uipath](https://www.uipath.com/) - We make robots so people don’t have to be robots. + +## Educational + +* [Doc Willianms](https://www.youtube.com/channel/UCXv_CS0DaUVS25tFGkRALoA) - No Code tutorials. +* [Markerpad](https://www.makerpad.co/) - Join thousands learning to build software. No coding required. + +## Flow-based programming + +* [AppFlow](https://aws.amazon.com/appflow/) - Securely integrate apps and automate data flows at any scale, without code. +* [Bravo Studio](https://www.bravostudio.app/) - Bravo’s powerful no-code approach to mobile app development. +* [Funnel](https://funnel.io/) - All your marketing and advertising data where you want it. +* [Ifttt](https://ifttt.com/) - Helps your apps and devices work together in new ways. +* [joonbot](https://joonbot.com/) - Make a chatbot in minutes with our intuitive no-code chatbot builder. +* [n8n.io](https://n8n.io/) - Extendable workflow automation. +* [Node-RED](https://nodered.org/) - A programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. +* [Parabola](https://parabola.io/) - Hand off your routine data tasks by describing them in Parabola. Build once, reuse infinitely. +* [Stately](https://stately.ai/) - The ideal state of visual application logic. +* [Structr](https://structr.com) - 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. +* [Wayscript](https://wayscript.com) - A rapid scripting platform for developers. +* [Zapier](https://zapier.com) - Connect your apps and automate workflows. + +## Machine Learning + +* [Accern](https://accern.com) - Accelerate AI Workflows for Financial Services. +* [AI Builder](https://flow.microsoft.com/en-us/ai-builder/) - Bring intelligent automation to your business processes with AI that’s easy to train and configure in Power Automate. +* [Alteryx](https://www.alteryx.com/products/alteryx-platform/machine-learning) - Scale data science across your business with automated machine learning (AutoML). +* [Dataiku](https://www.dataiku.com/product/key-capabilities/machine-learning) - Build advanced machine learning models using the latest techniques. +* [DataRobot](https://www.datarobot.com/platform/visual-ai/) - DataRobot Automated Machine Learning with Visual AI. +* [h2o](https://www.h2o.ai/) - Get free, hands-on experience with the H2O AI Hybrid Cloud. +* [Jasper](https://www.jasper.ai/) - Artificial intelligence makes it fast & easy to create content for your blog, social media, website, and more! +* [Knime](https://www.knime.com/knime-analytics-platform) - Creating Data Science. +* [RapidMiner](https://rapidminer.com/products/studio/) - Comprehensive data science platform with visual workflow design and full automation. +* [Noogata](https://noogata.com/) - AI platform gives companies the impact of data science without the burden of development or the limitations of out-of-the-box solutions. +* [SaegMaker](https://aws.amazon.com/sagemaker/) - Machine learning for every data scientist and developer. +* [Sas](https://www.sas.com/en_si/software/machine-learning-cloud.html) - On-demand programming access to machine learning algorithms in the cloud. + +## Online database creator apps + +* [Airtable](https://airtable.com/) - Part spreadsheet, part database, and entirely flexible, teams use Airtable to organize their work, their way. +* [Baserow](https://baserow.io/) - Open source no-code database and Airtable alternative. +* [Caspio](https://www.caspio.com/) - Building online database applications without coding. +* [Coda](https://coda.io/) - All-in-one doc. +* [Hasura](https://hasura.io/) - From your databases to a unified GraphQL API in just one minute. +* [NocoDB](https://nocodb.com/) - NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. +* [Retool](https://retool.com/) - Retool cuts the time it takes to build internal tools in half so you can focus on your customers. +* [Rows](https://rows.com/) - The spreadsheet with superpowers. +* [Supabase](https://supabase.com/) - The Open SourceFirebase Alternative. + +## Visual programming + +* [Adalo](https://www.adalo.com/) - Turn Your Amazing App Concept Into Reality Without Coding! +* [Appbase.io](https://www.appbase.io) - Elasticsearch supercharged. +* [AppSheet](https://www.appsheet.com/) - The intelligent no‑code platform. +* [Appsmith](https://www.appsmith.com/) - A powerful open source framework to build internal tools. +* [Appwrite](https://appwrite.io/) - Secure Open-Source Backend Server for Web, Mobile & Flutter Developers. +* [Bildr](https://www.bildr.com) - Open-ended, extensible, collaboration-focused website and web app builder. +* [Boundlesslabs](https://www.boundlesslabs.com/) - Boundless lets you build the web site of your dreams. No code required. +* [bubble](https://bubble.io/) - A code-free programming language that lets you build and host web applications without engineers. +* [Carrd](https://carrd.co/) - Simple, free, fully responsive one-page sites for pretty much anything. +* [Cloudscape](https://cloudscape.design/) - An open source design system for the cloud. +* [Dronahq](https://www.dronahq.com) - Build business apps without coding. +* [Heyflow](https://heyflow.app/) - Build interactive flows. +* [Glide](https://www.glideapps.com/) - Create an app from a Google Sheet in five minutes, for free. +* [Growform](https://www.growform.co/) - The Multi Step Form Builder that Gets You More Leads. +* [Honeycode](https://www.honeycode.aws/) - Build a better way to work. +* [Insomnia](https://insomnia.rest) - Build APIs that work. +* [Jotform App](https://www.jotform.com/products/apps/) - Create apps for your business. +* [Outsystems](https://www.outsystems.com/) - Build Applications Fast, Right, and for the Future. +* [Plasmic](https://www.plasmic.app/) - The visual builder for your tech stack. +* [Potion](https://www.potion.so/) - Create custom websitesin minutes. All on [Notion](https://www.notion.so/). +* [Power Apps](https://powerapps.microsoft.com) - Create the high productivity apps you need for your business with an advanced set of tools. +* [Quarkly](https://quarkly.io) - Design tool for creating websites and web apps. +* [Quickbase](https://www.quickbase.com) - Application development platform that unites business and IT teams. +* [Sanity](https://www.sanity.io/) - The unified content platform. +* [Softr](https://www.softr.io) - From zero to a website in 5 minutes, using building blocks. +* [Stacker](https://stacker.app) - Turn your spreadsheets into applications. +* [Storybook](https://storybook.js.org) - Build component driven UIs faster. +* [Super](https://super.so) - Build websites with the simplicity of Notion. +* [Typedream](https://typedream.com) - The new way to make a website. +* [Webflow](https://webflow.com) - Build better business websites, faster. Without coding. + +## Marketing + +* [AppSumo](https://appsumo.com/) - Discover, buy, & sell the products you need to grow your business. +* [Bannerbear](https://www.bannerbear.com/) - Auto-generate social media visuals, ecommerce banners, dynamic email images and more with our API and integrations. + +## Misc + +* [Algolia](https://www.algolia.com/) - Flexible Search & Discovery Hosted APIs. +* [Autocode](https://autocode.com) - New user notifications. Purchase alerts. Scheduled jobs. SQL queries. +* [Craftar](https://www.craftar.io) - Build APIs with NoCode at Lightning Speed. +* [Doppler](https://www.doppler.com/) - Sync environment variables at scale. +* [Fibery](https://fibery.io) - Build your own workspace. +* [Getstream](https://getstream.io) - Stream powers Chat Messaging and Activity Feeds for billions of global end-users across thousands of different apps. +* [Makerpad](https://www.makerpad.co/) - Build tools & automate at work without code. +* [NoCodeAPI](https://nocodeapi.com/) - The easiest way to connect with APIs. +* [placeid](https://placid.app/) - Generate your social share images automatically. +* [SaaS Blocks](https://saasblocks.io/) - Ready-to-use building blocks and APIs to take your SaaS application to the next level +* [Screenshot](https://www.screenshotapi.net/) - Programmatic Screenshots of Any Website in Seconds. +* [Shopify](https://shopify.com/) - Build your business. +* [Simplescraper](https://simplescraper.io/) - Extract data from any website in seconds. +* [Stripe](https://stripe.com) - The new standard in online payments. +* [ToolJet](https://github.com/ToolJet/ToolJet) - Low-code framework for building internal tools. +* [Vantiq](https://vantiq.com/) - The Only Low Code Platform for Real Time Systems. +* [Voiceflow](https://www.voiceflow.com/) - Design, prototype and build voice apps. +* [Zendesk](https://www.zendesk.com/) - Build the best customer experiences. + diff --git a/components/fluent-ext/fluentqa-md/src/test/resources/test-resources.md b/components/fluent-ext/fluentqa-md/src/test/resources/test-resources.md new file mode 100644 index 0000000..f9ad520 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/src/test/resources/test-resources.md @@ -0,0 +1,97 @@ +# QA-RESOURCES + +Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn. + +## Topics: +* [Books](#books) +* [Courses](#courses) +* [Blogs](#blogs) +* [Testing Tutorials](#testing-tutorials) +* [Tools](#tools) +* [Tech topics](#tech-topics) + +## Books: + +1. [Lessons Learned in Software Testing](https://www.pdfdrive.com/lessons-learned-in-software-testing-a-context-driven-approach-e187000108.html) +2. [Bug Advocacy](https://www.pdfdrive.com/bug-advocacy-e100692712.html) + + +## Courses: +1. [[Coursera - Specialization] Software Development Lifecycle - University of Minnesota](https://www.coursera.org/specializations/software-development-lifecycle) +2. [[Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota](https://www.coursera.org/specializations/software-testing-automation) +3. [[Coursera - Course] Continuous Delivery & DevOps - University of Virginia](https://www.coursera.org/specializations/software-testing-automation) + + +## Testing Tutorials + +1. Exploratory Testing + - [A Tutorial in Exploratory Testing - By Cam Kaner](https://www.kaner.com/pdfs/QAIExploring.pdf) + - [Exploratory Testing - James Bach](https://www.satisfice.com/exploratory-testing) + - [Effective Exploratory Testing (Part 1): Some good practices](https://meu-solutions.com/effective-exploratory-testing-part-1-2/) + - [Introducing Exploratory Testing](https://www.qualitestgroup.com/white-papers/introducing-exploratory-testing/) + - [Why I'm talking to developers about Exploratory Testing](https://blog.scottlogic.com/2019/11/18/talking-to-devs-about-testing.html) + - [What is Exploratory testing in software testing? Examples, When/How to do, Agile](http://tryqa.com/what-is-exploratory-testing-in-software-testing/) + - [Exploratory testing techniques: Finding software defects using creativity and diligence](https://techbeacon.com/app-dev-testing/exploratory-testing-techniques-finding-software-defects-using-creativity-diligence) + - [Three Digestible Diagrams to Describe Exploratory Testing](https://www.ministryoftesting.com/dojo/lessons/three-digestible-diagrams-to-describe-exploratory-testing) + +## Tools: + +1. Postman + - [TUTORIALS] [Easy Postman Tutorial for Beginners - By toolsqa](https://www.toolsqa.com/postman-tutorial/) + - [ARTICLES] [Postman Tutorial for Automation : All you need to know](https://www.cuelogic.com/blog/postman-tutorial-for-automation) +2. Jmeter + - [TUTORIALS] [Jmeter Tutorial](http://www.software-testing-tutorials-automation.com/p/apache-jmeter-tutorial-for-performance.html) + - [COURSE] [Master JMeter from Basics (Performance + Load + API Testing)](https://www.udemy.com/course/master-jmeter-from-basics-performance-load-api-testing/) + - [COURSE] [JMeter™ Intro, JMeter™ Pro](https://www.blazemeter.com/university/) + +3. Selenium + - [TUTORIALS] https://www.guru99.com/selenium-tutorial.html + - https://javabeginnerstutorial.com/selenium/selenium-tutorial/ + - https://artoftesting.com/selenium-tutorial + - https://www.youtube.com/watch?v=Jdkrj2lDAEY + - [Selenium Tutorial - by toolsqa](https://www.toolsqa.com/selenium-tutorial/) + - [Selenium Tutorial – Learn Selenium from Experts](https://intellipaat.com/blog/tutorial/selenium-tutorial/) + +4. Kafka + - [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON + - [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/ + - [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1 + - [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302 + - [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing + - [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/ + - [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf + - [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html +5. Zookeeper + - [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/ +6. Hubtel USSD Mocker + - https://github.com/hubtel/ussd-mocker + +7. Rundeck + - [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/ + +8. Jira + - [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/ + + +## Blogs: +01. [Automation] https://automationstepbystep.com/ +02. [QA THOUGHTS] http://testerstories.com/ +03. [TESTING] https://www.eviltester.com/ +04. [AUTOMATION] https://testguild.com/ +05. [TESTING] https://www.satisfice.com/ +06. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/ +07. [QA] https://medium.com/tech-tajawal/tagged/qa +08. [TESTING] https://testfort.com/ +09. [QA]http://kaner.com/ +10. [TESTING] https://www.developsense.com/index.html +11. [TESTING] http://www.testingeducation.org/BBST/ +12. [ASSOCIATION] https://www.associationforsoftwaretesting.org/ +13. [BLOG] https://blog.scottlogic.com/category/test.html + + +## Tech topics +01. ISO 8583 + - [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO + - [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28 + + diff --git a/components/fluent-ext/fluentqa-md/test-resources.html b/components/fluent-ext/fluentqa-md/test-resources.html new file mode 100644 index 0000000..a1ca621 --- /dev/null +++ b/components/fluent-ext/fluentqa-md/test-resources.html @@ -0,0 +1,1374 @@ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
+ +

QA-RESOURCES

+

Here I'll enlist the books, tutorials, articles or courses I've followed or following or will follow to master over the projects in my job. You can follow these to build a solid ground.In my opinion these are the detailed, free knowledge resources to learn.

+

Topics:

+ +

Books:

+
    +
  1. Lessons Learned in Software Testing
  2. +
  3. Bug Advocacy
  4. +
+

Courses:

+
    +
  1. [Coursera - Specialization] Software Development Lifecycle - University of Minnesota
  2. +
  3. [Coursera - Specialization] Software Testing and Automation Specialization - University of Minnesota
  4. +
  5. [Coursera - Course] Continuous Delivery & DevOps - University of Virginia
  6. +
+

Testing Tutorials

+
    +
  1. Exploratory Testing
  2. +
+ +

Tools:

+
    +
  1. Postman
  2. +
+ +
    +
  1. Jmeter
  2. +
+ +
    +
  1. Selenium
  2. +
+ +
    +
  1. Kafka
  2. +
+
    +
  • [TUTORIALS] https://www.youtube.com/watch?v=gg-VwXSRnmg&list=PLkz1SCf5iB4enAR00Z46JwY9GGkaS2NON
  • +
  • [TUTORIALS] https://data-flair.training/blogs/apache-kafka-tutorial/
  • +
  • [ARTICLES] https://hackernoon.com/thorough-introduction-to-apache-kafka-6fbf2989bbc1
  • +
  • [ARTICLES] https://hackernoon.com/apache-kafkas-distributed-system-firefighter-the-controller-broker-1afca1eae302
  • +
  • [ARTICLES] https://dzone.com/articles/a-quick-and-practical-example-of-kafka-testing
  • +
  • [ARTICLES] https://www.jeevora.com/2019/11/18/publish-subscribe-messaging-systems/
  • +
  • [BOOK] https://book.huihoo.com/pdf/confluent-kafka-definitive-guide-complete.pdf
  • +
  • [BOOK] https://www.pdfdrive.com/learning-apache-kafka-2nd-edition-start-from-scratch-and-learn-how-to-administer-apache-kafka-effectively-for-messaging-e167800256.html
  • +
+
    +
  1. Zookeeper
  2. +
+
    +
  • [TUTORIALS] https://data-flair.training/blogs/zookeeper-tutorial/
  • +
+
    +
  1. Hubtel USSD Mocker
  2. +
+
    +
  • https://github.com/hubtel/ussd-mocker
  • +
+
    +
  1. Rundeck
  2. +
+
    +
  • [DOCUMENTATION] https://docs.rundeck.com/docs/tutorials/
  • +
+
    +
  1. Jira
  2. +
+
    +
  • [COURSE] https://www.udemy.com/course/learn-jira-complete-from-scratch-to-expert/
  • +
+

Blogs:

+
    +
  1. [Automation] https://automationstepbystep.com/
  2. +
  3. [QA THOUGHTS] http://testerstories.com/
  4. +
  5. [TESTING] https://www.eviltester.com/
  6. +
  7. [AUTOMATION] https://testguild.com/
  8. +
  9. [TESTING] https://www.satisfice.com/
  10. +
  11. [QA METHODOLOGY] https://searchsoftwarequality.techtarget.com/
  12. +
  13. [QA] https://medium.com/tech-tajawal/tagged/qa
  14. +
  15. [TESTING] https://testfort.com/
  16. +
  17. [QA]http://kaner.com/
  18. +
  19. [TESTING] https://www.developsense.com/index.html
  20. +
  21. [TESTING] http://www.testingeducation.org/BBST/
  22. +
  23. [ASSOCIATION] https://www.associationforsoftwaretesting.org/
  24. +
  25. [BLOG] https://blog.scottlogic.com/category/test.html
  26. +
+

Tech topics

+
    +
  1. ISO 8583
  2. +
+
    +
  • [ARTICLE] https://www.codeproject.com/Articles/100084/Introduction-to-ISO
  • +
  • [ARTICLE] https://medium.com/plain-and-simple-series/all-things-tech-beautiful-iso-8583-an-introduction-plain-and-simple-21eb62455b28
  • +
diff --git a/components/fluent-ext/fluentqa-mindmap/README.md b/components/fluent-ext/fluentqa-mindmap/README.md new file mode 100644 index 0000000..f3eda4e --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/README.md @@ -0,0 +1,25 @@ +# README + +Features: + - Read MindMap file to List,every item represents root to last leaf path + - Convert List to Mindmap Structure + +## TODO: + +- [X] Freemind Support +- [X] Xmind10+/XMIND-ZEN Support +- [] Xmind8 Support + +## How to Use + +1. README xmind file to beans +```java + +``` +2. REAMDE Freemind file to beans + +```java + +``` +3. Save Beans to Excel +4. Save Beans to CSV diff --git a/components/fluent-ext/fluentqa-mindmap/pom.xml b/components/fluent-ext/fluentqa-mindmap/pom.xml new file mode 100644 index 0000000..949f959 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + + io.fluentqa + fluent-ext + 1.0-SNAPSHOT + + + fluentqa-mindmap + + + 2.14.0 + + + + + org.dom4j + dom4j + 2.1.3 + + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.eclipse.angus + angus-activation + + + 4.0.0 + + + com.sun.xml.bind + jaxb-impl + 4.0.1 + runtime + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson-dataformat-xml.version} + + + io.fluentqa + fluent-builtin + ${fluent.version} + + + \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapAccessor.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapAccessor.java new file mode 100644 index 0000000..e469d48 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapAccessor.java @@ -0,0 +1,38 @@ +package io.fluentqa.mindmap.api; + +import io.fluentqa.mindmap.freemind.FreeMindTransformer; +import io.fluentqa.mindmap.xmind.XmindTransformer; + +import java.util.List; + + +public class MindMapAccessor { + + public List readMindMapToBean(String fileName, Class clazz){ + MindMapTransformer transformer = selectTransformer(fileName); + return transformer.readMindMapToList(fileName,clazz); + } + + public List readMindMapToBean(String fileName, Class clazz,MindMapConvertConfig config){ + MindMapTransformer transformer = selectTransformer(fileName); + return transformer.readMindMapToList(fileName,clazz,config); + } + public List readMindMap(String fileName) { + MindMapTransformer transformer = selectTransformer(fileName); + return transformer.readMindMapToList(fileName); + } + + private MindMapTransformer selectTransformer(String fileName) { + switch (MindmapTypeEnum.XMIND.parse(fileName)) { + case FREEMIND: + return new FreeMindTransformer(); + case XMIND: + default: + return new XmindTransformer(); + } + } + + + + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapConvertConfig.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapConvertConfig.java new file mode 100644 index 0000000..e664d5a --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapConvertConfig.java @@ -0,0 +1,24 @@ +package io.fluentqa.mindmap.api; + +import lombok.AllArgsConstructor; +import lombok.Data; + +import java.util.ArrayList; +import java.util.List; + +@Data +public class MindMapConvertConfig { + private List configs = new ArrayList<>(); + + @Data + @AllArgsConstructor + public static class LevelConfig{ + private String key; + private Integer level; + } + + public MindMapConvertConfig add(LevelConfig config){ + this.configs.add(config); + return this; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPath.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPath.java new file mode 100644 index 0000000..079d83c --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPath.java @@ -0,0 +1,32 @@ +package io.fluentqa.mindmap.api; + +import lombok.Data; + +import java.util.LinkedList; + +@Data +public class MindMapPath implements Cloneable { + private T root; + + private LinkedList pathNodes = new LinkedList<>(); + + public MindMapPath(T root) { + this.root = root; + this.pathNodes.add(root); + } + + public T root() { + return root; + } + + public LinkedList pathNodes() { + return this.pathNodes; + } + + @Override + public MindMapPath clone() { + MindMapPath path = new MindMapPath(this.getRoot()); + path.setPathNodes((LinkedList) this.pathNodes.clone()); + return path; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPathRecord.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPathRecord.java new file mode 100644 index 0000000..5ae69c8 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapPathRecord.java @@ -0,0 +1,73 @@ +package io.fluentqa.mindmap.api; + +import cn.hutool.core.bean.BeanUtil; +import io.fluent.builtin.meta.ReflectionUtils; +import lombok.Data; +import lombok.extern.slf4j.Slf4j; + +import java.lang.reflect.Field; +import java.util.*; +import java.util.function.Function; + + +@Data +@Slf4j +public class MindMapPathRecord { + private Map mindMapLevels = new HashMap<>(); + + private Integer currentLevel = 0; + + private synchronized void increaseTreeLevel() { + this.currentLevel++; + } + + public void add(String value) { + increaseTreeLevel(); + mindMapLevels.put(this.currentLevel, value); + } + + public Map getMindMapLevels() { + return mindMapLevels; + } + + + public T toBean(Class clazz, MindMapConvertConfig config) { + T instance = ReflectionUtils.newInstance(clazz); + for (MindMapConvertConfig.LevelConfig levelConfig : config.getConfigs()) { + try{ + BeanUtil.setFieldValue(instance, levelConfig.getKey(), this.mindMapLevels.get(levelConfig.getLevel())); + }catch (Exception e){ + log.error("ignore the error=",e); + } + } + return instance; + } + + public T toBean(Class clazz) { + T instance = ReflectionUtils.newInstance(clazz); + Field[] fields = ReflectionUtils.getFields(clazz); + for (Field field : fields) { + NodeLevel a = field.getAnnotation(NodeLevel.class); + if (a != null) { + ReflectionUtils.setFieldValue(instance, field, this.mindMapLevels.get(a.value())); + } + } + return instance; + } + + public static MindMapPathRecord fromMindMapPath(MindMapPath path, + Function extractValueFunc) { + MindMapPathRecord record = new MindMapPathRecord(); + for (T pathNode : path.getPathNodes()) { + record.add(extractValueFunc.apply(pathNode)); + } + return record; + } + + public static List fromMindMapPaths(List> paths, + Function extractValueFunc) { + List records = new ArrayList<>(); + paths.forEach((t) -> records.add(fromMindMapPath(t, extractValueFunc))); + return records; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapTransformer.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapTransformer.java new file mode 100644 index 0000000..c343905 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindMapTransformer.java @@ -0,0 +1,12 @@ +package io.fluentqa.mindmap.api; + +import java.util.List; + +public interface MindMapTransformer { + public List> readMindMapToList(String mindMapPath); + public List readMindMapToList(String mindMapPath,Class clazz); + public List readMindMapToList(String mindMapPath,Class clazz,MindMapConvertConfig config); + + + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindmapTypeEnum.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindmapTypeEnum.java new file mode 100644 index 0000000..460060b --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/MindmapTypeEnum.java @@ -0,0 +1,31 @@ +package io.fluentqa.mindmap.api; + + +import io.fluent.builtin.JavaProjectFileUtils; + +public enum MindmapTypeEnum { + FREEMIND("mm"), //FREEMIND file + XMIND("xmind") //XMIND file + ; + + MindmapTypeEnum(String fileSuffix) { + this.fileSuffix = fileSuffix; + } + + private String fileSuffix; + + public String getFileSuffix() { + return fileSuffix; + } + + + public MindmapTypeEnum parse(String fileName){ + String suffix = JavaProjectFileUtils.getSuffix(fileName); + for (MindmapTypeEnum value : values()) { + if(value.getFileSuffix().equalsIgnoreCase(suffix)){ + return value; + } + } + return XMIND; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/NodeLevel.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/NodeLevel.java new file mode 100644 index 0000000..e5cac9e --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/api/NodeLevel.java @@ -0,0 +1,13 @@ +package io.fluentqa.mindmap.api; + +import java.lang.annotation.*; + +/** + * + */ +@Retention(RetentionPolicy.RUNTIME) +@Target({ElementType.FIELD, ElementType.TYPE}) +@Documented +public @interface NodeLevel { + int value(); +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/exception/MindMapException.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/exception/MindMapException.java new file mode 100644 index 0000000..1ec0fa7 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/exception/MindMapException.java @@ -0,0 +1,22 @@ +package io.fluentqa.mindmap.exception; + +public class MindMapException extends RuntimeException{ + public MindMapException() { + } + + public MindMapException(String message) { + super(message); + } + + public MindMapException(String message, Throwable cause) { + super(message, cause); + } + + public MindMapException(Throwable cause) { + super(cause); + } + + public MindMapException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { + super(message, cause, enableSuppression, writableStackTrace); + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindNode.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindNode.java new file mode 100644 index 0000000..b0018ce --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindNode.java @@ -0,0 +1,24 @@ +package io.fluentqa.mindmap.freemind; + +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.freemind.model.Node; + +public class FreeMindNode extends MindMapPath { + + public FreeMindNode(Node root) { + super(root); + } + + /** + * COPY nodes in new LinedList + * + * @return + */ +// @Override +// protected FreeMindNode clone() { +// FreeMindNode path = new FreeMindNode(this.getRoot()); +// path.setPathNodes((LinkedList) this.getPathNodes().clone()); +// return path; +// } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindTransformer.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindTransformer.java new file mode 100644 index 0000000..06860db --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/FreeMindTransformer.java @@ -0,0 +1,86 @@ +package io.fluentqa.mindmap.freemind; + +import io.fluent.builtin.XmlUtils; +import io.fluentqa.mindmap.api.MindMapConvertConfig; +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.api.MindMapPathRecord; +import io.fluentqa.mindmap.api.MindMapTransformer; +import io.fluentqa.mindmap.freemind.model.Map; +import io.fluentqa.mindmap.freemind.model.Node; + + +import java.util.ArrayList; +import java.util.List; +import java.util.stream.Collectors; + +/** + * 1. READ FreeMind Files + * 2. Convert + */ +public class FreeMindTransformer implements MindMapTransformer { + + + @Override + public List> readMindMapToList(String mindMapContent) { + return convertToList(mindMapContent); + } + + @Override + public List readMindMapToList(String mindMapPath, Class clazz) { + List> paths = convertToList(mindMapPath); + List records = MindMapPathRecord.fromMindMapPaths(paths,Node::getTEXT); + return records.stream().map(mindMapPathRecord -> mindMapPathRecord.toBean(clazz)).collect(Collectors.toList()); + } + + @Override + public List readMindMapToList(String mindMapPath, Class clazz, MindMapConvertConfig config) { + List> paths = convertToList(mindMapPath); + List records = MindMapPathRecord.fromMindMapPaths(paths,Node::getTEXT); + return records.stream().map(mindMapPathRecord -> mindMapPathRecord.toBean(clazz,config)).collect(Collectors.toList()); + } + + private List> convertToList(String mindmapFilePath) { + Map freeMindMap = XmlUtils.readXmlToObject(XmlUtils.readXML(mindmapFilePath), Map.class); + FreeMindNode root = new FreeMindNode(freeMindMap.getNode()); + List> result = new ArrayList<>(); + populateNodes(List.of(root), result); + return result; + } + + /** + * ->Node1 + * currentNode | + * ->Node2 + * convert to: + * [ currentNode->Node1, + * currentNode->Node2] + * + * @param current: Current Node + * @return OUT: A List of MindMapPath + */ + private List> populateNextLevel(MindMapPath current) { + Node lastNode = current.pathNodes().getLast(); + List> mindMapPaths = new ArrayList<>(); + for (Object o : lastNode.getArrowlinkOrAttributeOrAttributeLayout()) { + MindMapPath path = current.clone(); + if (o instanceof Node) { + path.pathNodes().add((Node) o); + } + mindMapPaths.add(path); + } + + return mindMapPaths; + } + + + private void populateNodes(List> nodes, List> resultPaths) { + + for (MindMapPath current : nodes) { + if (current.pathNodes().getLast().getArrowlinkOrAttributeOrAttributeLayout().size() == 0) { + resultPaths.add(current); + } else { + populateNodes(populateNextLevel(current), resultPaths); + } + } + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Arrowlink.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Arrowlink.java new file mode 100644 index 0000000..d2118cc --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Arrowlink.java @@ -0,0 +1,225 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="DESTINATION" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ENDARROW" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ENDINCLINATION" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="STARTARROW" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="STARTINCLINATION" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "arrowlink") +public class Arrowlink { + + @XmlAttribute(name = "COLOR") + protected String color; + @XmlAttribute(name = "DESTINATION", required = true) + protected String destination; + @XmlAttribute(name = "ENDARROW") + protected String endarrow; + @XmlAttribute(name = "ENDINCLINATION") + protected String endinclination; + @XmlAttribute(name = "ID") + protected String id; + @XmlAttribute(name = "STARTARROW") + protected String startarrow; + @XmlAttribute(name = "STARTINCLINATION") + protected String startinclination; + + /** + * 获取color属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCOLOR() { + return color; + } + + /** + * 设置color属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCOLOR(String value) { + this.color = value; + } + + /** + * 获取destination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDESTINATION() { + return destination; + } + + /** + * 设置destination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDESTINATION(String value) { + this.destination = value; + } + + /** + * 获取endarrow属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getENDARROW() { + return endarrow; + } + + /** + * 设置endarrow属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setENDARROW(String value) { + this.endarrow = value; + } + + /** + * 获取endinclination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getENDINCLINATION() { + return endinclination; + } + + /** + * 设置endinclination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setENDINCLINATION(String value) { + this.endinclination = value; + } + + /** + * 获取id属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getID() { + return id; + } + + /** + * 设置id属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setID(String value) { + this.id = value; + } + + /** + * 获取startarrow属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTARTARROW() { + return startarrow; + } + + /** + * 设置startarrow属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTARTARROW(String value) { + this.startarrow = value; + } + + /** + * 获取startinclination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTARTINCLINATION() { + return startinclination; + } + + /** + * 设置startinclination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTARTINCLINATION(String value) { + this.startinclination = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Attribute.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Attribute.java new file mode 100644 index 0000000..c9acb47 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Attribute.java @@ -0,0 +1,90 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="VALUE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "attribute") +public class Attribute { + + @XmlAttribute(name = "NAME", required = true) + protected String name; + @XmlAttribute(name = "VALUE", required = true) + protected String value; + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getNAME() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setNAME(String value) { + this.name = value; + } + + /** + * 获取value属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getVALUE() { + return value; + } + + /** + * 设置value属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setVALUE(String value) { + this.value = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/AttributeLayout.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/AttributeLayout.java new file mode 100644 index 0000000..e15a94b --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/AttributeLayout.java @@ -0,0 +1,92 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + +import java.math.BigInteger; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="NAME_WIDTH" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="VALUE_WIDTH" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "attribute_layout") +public class AttributeLayout { + + @XmlAttribute(name = "NAME_WIDTH", required = true) + protected BigInteger namewidth; + @XmlAttribute(name = "VALUE_WIDTH") + protected BigInteger valuewidth; + + /** + * 获取namewidth属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getNAMEWIDTH() { + return namewidth; + } + + /** + * 设置namewidth属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setNAMEWIDTH(BigInteger value) { + this.namewidth = value; + } + + /** + * 获取valuewidth属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getVALUEWIDTH() { + return valuewidth; + } + + /** + * 设置valuewidth属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setVALUEWIDTH(BigInteger value) { + this.valuewidth = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Cloud.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Cloud.java new file mode 100644 index 0000000..b3e1e2a --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Cloud.java @@ -0,0 +1,63 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "cloud") +public class Cloud { + + @XmlAttribute(name = "COLOR") + protected String color; + + /** + * 获取color属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCOLOR() { + return color; + } + + /** + * 设置color属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCOLOR(String value) { + this.color = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Edge.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Edge.java new file mode 100644 index 0000000..a3ff7d2 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Edge.java @@ -0,0 +1,117 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="STYLE" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="WIDTH" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "edge") +public class Edge { + + @XmlAttribute(name = "COLOR") + protected String color; + @XmlAttribute(name = "STYLE") + protected String style; + @XmlAttribute(name = "WIDTH") + protected String width; + + /** + * 获取color属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCOLOR() { + return color; + } + + /** + * 设置color属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCOLOR(String value) { + this.color = value; + } + + /** + * 获取style属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTYLE() { + return style; + } + + /** + * 设置style属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTYLE(String value) { + this.style = value; + } + + /** + * 获取width属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getWIDTH() { + return width; + } + + /** + * 设置width属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setWIDTH(String value) { + this.width = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Font.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Font.java new file mode 100644 index 0000000..1c81a7d --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Font.java @@ -0,0 +1,159 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + +import java.math.BigInteger; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="BOLD">
+ *         <simpleType>
+ *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *             <enumeration value="true"/>
+ *           </restriction>
+ *         </simpleType>
+ *       </attribute>
+ *       <attribute name="ITALIC">
+ *         <simpleType>
+ *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *             <enumeration value="true"/>
+ *             <enumeration value="false"/>
+ *           </restriction>
+ *         </simpleType>
+ *       </attribute>
+ *       <attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="SIZE" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "font") +public class Font { + + @XmlAttribute(name = "BOLD") + protected String bold; + @XmlAttribute(name = "ITALIC") + protected String italic; + @XmlAttribute(name = "NAME", required = true) + protected String name; + @XmlAttribute(name = "SIZE", required = true) + protected BigInteger size; + + /** + * 获取bold属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getBOLD() { + return bold; + } + + /** + * 设置bold属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setBOLD(String value) { + this.bold = value; + } + + /** + * 获取italic属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getITALIC() { + return italic; + } + + /** + * 设置italic属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setITALIC(String value) { + this.italic = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getNAME() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setNAME(String value) { + this.name = value; + } + + /** + * 获取size属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getSIZE() { + return size; + } + + /** + * 设置size属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setSIZE(BigInteger value) { + this.size = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Hook.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Hook.java new file mode 100644 index 0000000..83a4943 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Hook.java @@ -0,0 +1,121 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element ref="{}Parameters" minOccurs="0"/>
+ *         <element ref="{}text" minOccurs="0"/>
+ *       </sequence>
+ *       <attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "parameters", + "text" +}) +@XmlRootElement(name = "hook") +public class Hook { + + @XmlElement(name = "Parameters") + protected Parameters parameters; + protected Text text; + @XmlAttribute(name = "NAME", required = true) + protected String name; + + /** + * 获取parameters属性的值。 + * + * @return + * possible object is + * {@link Parameters } + * + */ + public Parameters getParameters() { + return parameters; + } + + /** + * 设置parameters属性的值。 + * + * @param value + * allowed object is + * {@link Parameters } + * + */ + public void setParameters(Parameters value) { + this.parameters = value; + } + + /** + * 获取text属性的值。 + * + * @return + * possible object is + * {@link Text } + * + */ + public Text getText() { + return text; + } + + /** + * 设置text属性的值。 + * + * @param value + * allowed object is + * {@link Text } + * + */ + public void setText(Text value) { + this.text = value; + } + + /** + * 获取name属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getNAME() { + return name; + } + + /** + * 设置name属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setNAME(String value) { + this.name = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Html.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Html.java new file mode 100644 index 0000000..eb0a40c --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Html.java @@ -0,0 +1,76 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; +import org.w3c.dom.Element; + +import java.util.ArrayList; +import java.util.List; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "any" +}) +@XmlRootElement(name = "html") +public class Html { + + @XmlAnyElement + protected List any; + + /** + * Gets the value of the any property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the any property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getAny().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link Element } + * + * + */ + public List getAny() { + if (any == null) { + any = new ArrayList(); + } + return this.any; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Icon.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Icon.java new file mode 100644 index 0000000..cfe3673 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Icon.java @@ -0,0 +1,63 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="BUILTIN" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "icon") +public class Icon { + + @XmlAttribute(name = "BUILTIN", required = true) + protected String builtin; + + /** + * 获取builtin属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getBUILTIN() { + return builtin; + } + + /** + * 设置builtin属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setBUILTIN(String value) { + this.builtin = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Linktarget.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Linktarget.java new file mode 100644 index 0000000..957ec51 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Linktarget.java @@ -0,0 +1,252 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="SOURCE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="DESTINATION" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ENDARROW" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ENDINCLINATION" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="STARTARROW" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="STARTINCLINATION" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "linktarget") +public class Linktarget { + + @XmlAttribute(name = "COLOR") + protected String color; + @XmlAttribute(name = "SOURCE", required = true) + protected String source; + @XmlAttribute(name = "DESTINATION", required = true) + protected String destination; + @XmlAttribute(name = "ENDARROW") + protected String endarrow; + @XmlAttribute(name = "ENDINCLINATION") + protected String endinclination; + @XmlAttribute(name = "ID") + protected String id; + @XmlAttribute(name = "STARTARROW") + protected String startarrow; + @XmlAttribute(name = "STARTINCLINATION") + protected String startinclination; + + /** + * 获取color属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCOLOR() { + return color; + } + + /** + * 设置color属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCOLOR(String value) { + this.color = value; + } + + /** + * 获取source属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSOURCE() { + return source; + } + + /** + * 设置source属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSOURCE(String value) { + this.source = value; + } + + /** + * 获取destination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getDESTINATION() { + return destination; + } + + /** + * 设置destination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setDESTINATION(String value) { + this.destination = value; + } + + /** + * 获取endarrow属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getENDARROW() { + return endarrow; + } + + /** + * 设置endarrow属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setENDARROW(String value) { + this.endarrow = value; + } + + /** + * 获取endinclination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getENDINCLINATION() { + return endinclination; + } + + /** + * 设置endinclination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setENDINCLINATION(String value) { + this.endinclination = value; + } + + /** + * 获取id属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getID() { + return id; + } + + /** + * 设置id属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setID(String value) { + this.id = value; + } + + /** + * 获取startarrow属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTARTARROW() { + return startarrow; + } + + /** + * 设置startarrow属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTARTARROW(String value) { + this.startarrow = value; + } + + /** + * 获取startinclination属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTARTINCLINATION() { + return startinclination; + } + + /** + * 设置startinclination属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTARTINCLINATION(String value) { + this.startinclination = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Map.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Map.java new file mode 100644 index 0000000..63db26e --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Map.java @@ -0,0 +1,96 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + + + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element ref="{}node"/>
+ *       </sequence>
+ *       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "node" +}) +@XmlRootElement(name = "map") +public class Map { + + @XmlElement(required = true) + protected Node node; + @XmlAttribute(name = "version", required = true) + protected String version; + + /** + * 获取node属性的值。 + * + * @return + * possible object is + * {@link Node } + * + */ + public Node getNode() { + return node; + } + + /** + * 设置node属性的值。 + * + * @param value + * allowed object is + * {@link Node } + * + */ + public void setNode(Node value) { + this.node = value; + } + + /** + * 获取version属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getVersion() { + return version; + } + + /** + * 设置version属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setVersion(String value) { + this.version = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Node.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Node.java new file mode 100644 index 0000000..64418bf --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Node.java @@ -0,0 +1,505 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; +import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter; +import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + +import java.math.BigInteger; +import java.util.ArrayList; +import java.util.List; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <choice maxOccurs="unbounded" minOccurs="0">
+ *         <element ref="{}arrowlink"/>
+ *         <element ref="{}attribute"/>
+ *         <element ref="{}attribute_layout"/>
+ *         <element ref="{}linktarget"/>
+ *         <element ref="{}cloud"/>
+ *         <element ref="{}edge"/>
+ *         <element ref="{}font"/>
+ *         <element ref="{}hook"/>
+ *         <element ref="{}icon"/>
+ *         <element ref="{}node"/>
+ *         <element ref="{}richcontent"/>
+ *       </choice>
+ *       <attribute name="BACKGROUND_COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="COLOR" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="FOLDED">
+ *         <simpleType>
+ *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *             <enumeration value="true"/>
+ *             <enumeration value="false"/>
+ *           </restriction>
+ *         </simpleType>
+ *       </attribute>
+ *       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ *       <attribute name="LINK" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="POSITION">
+ *         <simpleType>
+ *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *             <enumeration value="left"/>
+ *             <enumeration value="right"/>
+ *           </restriction>
+ *         </simpleType>
+ *       </attribute>
+ *       <attribute name="STYLE" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="TEXT" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="CREATED" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="MODIFIED" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="HGAP" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="VGAP" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="VSHIFT" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="ENCRYPTED_CONTENT" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "arrowlinkOrAttributeOrAttributeLayout" +}) +@XmlRootElement(name = "node") +public class Node { + + @XmlElements({ + @XmlElement(name = "arrowlink", type = Arrowlink.class), + @XmlElement(name = "attribute", type = Attribute.class), + @XmlElement(name = "attribute_layout", type = AttributeLayout.class), + @XmlElement(name = "linktarget", type = Linktarget.class), + @XmlElement(name = "cloud", type = Cloud.class), + @XmlElement(name = "edge", type = Edge.class), + @XmlElement(name = "font", type = Font.class), + @XmlElement(name = "hook", type = Hook.class), + @XmlElement(name = "icon", type = Icon.class), + @XmlElement(name = "node", type = Node.class), + @XmlElement(name = "richcontent", type = Richcontent.class) + }) + protected List arrowlinkOrAttributeOrAttributeLayout; + @XmlAttribute(name = "BACKGROUND_COLOR") + protected String backgroundcolor; + @XmlAttribute(name = "COLOR") + protected String color; + @XmlAttribute(name = "FOLDED") + protected String folded; + @XmlAttribute(name = "ID") + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + @XmlID + @XmlSchemaType(name = "ID") + protected String id; + @XmlAttribute(name = "LINK") + protected String link; + @XmlAttribute(name = "POSITION") + protected String position; + @XmlAttribute(name = "STYLE") + protected String style; + @XmlAttribute(name = "TEXT") + protected String text; + @XmlAttribute(name = "CREATED") + protected BigInteger created; + @XmlAttribute(name = "MODIFIED") + protected BigInteger modified; + @XmlAttribute(name = "HGAP") + protected BigInteger hgap; + @XmlAttribute(name = "VGAP") + protected BigInteger vgap; + @XmlAttribute(name = "VSHIFT") + protected BigInteger vshift; + @XmlAttribute(name = "ENCRYPTED_CONTENT") + protected String encryptedcontent; + + /** + * Gets the value of the arrowlinkOrAttributeOrAttributeLayout property. + * + *

+ * This accessor method returns a reference to the live list, + * not a snapshot. Therefore any modification you make to the + * returned list will be present inside the JAXB object. + * This is why there is not a set method for the arrowlinkOrAttributeOrAttributeLayout property. + * + *

+ * For example, to add a new item, do as follows: + *

+     *    getArrowlinkOrAttributeOrAttributeLayout().add(newItem);
+     * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list + * {@link Arrowlink } + * {@link Attribute } + * {@link AttributeLayout } + * {@link Linktarget } + * {@link Cloud } + * {@link Edge } + * {@link Font } + * {@link Hook } + * {@link Icon } + * {@link Node } + * {@link Richcontent } + * + * + */ + public List getArrowlinkOrAttributeOrAttributeLayout() { + if (arrowlinkOrAttributeOrAttributeLayout == null) { + arrowlinkOrAttributeOrAttributeLayout = new ArrayList(); + } + return this.arrowlinkOrAttributeOrAttributeLayout; + } + + /** + * 获取backgroundcolor属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getBACKGROUNDCOLOR() { + return backgroundcolor; + } + + /** + * 设置backgroundcolor属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setBACKGROUNDCOLOR(String value) { + this.backgroundcolor = value; + } + + /** + * 获取color属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCOLOR() { + return color; + } + + /** + * 设置color属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCOLOR(String value) { + this.color = value; + } + + /** + * 获取folded属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getFOLDED() { + return folded; + } + + /** + * 设置folded属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setFOLDED(String value) { + this.folded = value; + } + + /** + * 获取id属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getID() { + return id; + } + + /** + * 设置id属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setID(String value) { + this.id = value; + } + + /** + * 获取link属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getLINK() { + return link; + } + + /** + * 设置link属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setLINK(String value) { + this.link = value; + } + + /** + * 获取position属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getPOSITION() { + return position; + } + + /** + * 设置position属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setPOSITION(String value) { + this.position = value; + } + + /** + * 获取style属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getSTYLE() { + return style; + } + + /** + * 设置style属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setSTYLE(String value) { + this.style = value; + } + + /** + * 获取text属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getTEXT() { + return text; + } + + /** + * 设置text属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTEXT(String value) { + this.text = value; + } + + /** + * 获取created属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getCREATED() { + return created; + } + + /** + * 设置created属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setCREATED(BigInteger value) { + this.created = value; + } + + /** + * 获取modified属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getMODIFIED() { + return modified; + } + + /** + * 设置modified属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setMODIFIED(BigInteger value) { + this.modified = value; + } + + /** + * 获取hgap属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getHGAP() { + return hgap; + } + + /** + * 设置hgap属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setHGAP(BigInteger value) { + this.hgap = value; + } + + /** + * 获取vgap属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getVGAP() { + return vgap; + } + + /** + * 设置vgap属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setVGAP(BigInteger value) { + this.vgap = value; + } + + /** + * 获取vshift属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getVSHIFT() { + return vshift; + } + + /** + * 设置vshift属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setVSHIFT(BigInteger value) { + this.vshift = value; + } + + /** + * 获取encryptedcontent属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getENCRYPTEDCONTENT() { + return encryptedcontent; + } + + /** + * 设置encryptedcontent属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setENCRYPTEDCONTENT(String value) { + this.encryptedcontent = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/ObjectFactory.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/ObjectFactory.java new file mode 100644 index 0000000..99f53c0 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/ObjectFactory.java @@ -0,0 +1,159 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.XmlRegistry; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the io.fluent.qabox.mindmapping.freemind.model package. + *

An ObjectFactory allows you to programatically + * construct new instances of the Java representation + * for XML content. The Java representation of XML + * content can consist of schema derived interfaces + * and classes representing the binding of schema + * type definitions, element declarations and model + * groups. Factory methods for each of these are + * provided in this class. + * + */ +@XmlRegistry +public class ObjectFactory { + + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.fluent.qabox.mindmapping.freemind.model + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link Arrowlink } + * + */ + public Arrowlink createArrowlink() { + return new Arrowlink(); + } + + /** + * Create an instance of {@link Richcontent } + * + */ + public Richcontent createRichcontent() { + return new Richcontent(); + } + + /** + * Create an instance of {@link Html } + * + */ + public Html createHtml() { + return new Html(); + } + + /** + * Create an instance of {@link Parameters } + * + */ + public Parameters createParameters() { + return new Parameters(); + } + + /** + * Create an instance of {@link Icon } + * + */ + public Icon createIcon() { + return new Icon(); + } + + /** + * Create an instance of {@link AttributeLayout } + * + */ + public AttributeLayout createAttributeLayout() { + return new AttributeLayout(); + } + + /** + * Create an instance of {@link Linktarget } + * + */ + public Linktarget createLinktarget() { + return new Linktarget(); + } + + /** + * Create an instance of {@link Cloud } + * + */ + public Cloud createCloud() { + return new Cloud(); + } + + /** + * Create an instance of {@link Node } + * + */ + public Node createNode() { + return new Node(); + } + + /** + * Create an instance of {@link Attribute } + * + */ + public Attribute createAttribute() { + return new Attribute(); + } + + /** + * Create an instance of {@link Edge } + * + */ + public Edge createEdge() { + return new Edge(); + } + + /** + * Create an instance of {@link Font } + * + */ + public Font createFont() { + return new Font(); + } + + /** + * Create an instance of {@link Hook } + * + */ + public Hook createHook() { + return new Hook(); + } + + /** + * Create an instance of {@link Text } + * + */ + public Text createText() { + return new Text(); + } + + /** + * Create an instance of {@link Map } + * + */ + public Map createMap() { + return new Map(); + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Parameters.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Parameters.java new file mode 100644 index 0000000..7b86d5a --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Parameters.java @@ -0,0 +1,362 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + +import java.math.BigInteger; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <attribute name="REMINDUSERAT" type="{http://www.w3.org/2001/XMLSchema}integer" />
+ *       <attribute name="ORIGINAL_ID" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_MAP_LAT" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_MAP_LON" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_MAP_TOOLTIP_LOCATION" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_POS_LAT" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_POS_LON" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_TILE_SOURCE" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="XML_STORAGE_ZOOM" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="CLONE_ID" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="CLONE_IDS" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *       <attribute name="CLONE_ITSELF" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "Parameters") +public class Parameters { + + @XmlAttribute(name = "REMINDUSERAT") + protected BigInteger reminduserat; + @XmlAttribute(name = "ORIGINAL_ID") + protected String originalid; + @XmlAttribute(name = "XML_STORAGE_MAP_LAT") + protected String xmlstoragemaplat; + @XmlAttribute(name = "XML_STORAGE_MAP_LON") + protected String xmlstoragemaplon; + @XmlAttribute(name = "XML_STORAGE_MAP_TOOLTIP_LOCATION") + protected String xmlstoragemaptooltiplocation; + @XmlAttribute(name = "XML_STORAGE_POS_LAT") + protected String xmlstorageposlat; + @XmlAttribute(name = "XML_STORAGE_POS_LON") + protected String xmlstorageposlon; + @XmlAttribute(name = "XML_STORAGE_TILE_SOURCE") + protected String xmlstoragetilesource; + @XmlAttribute(name = "XML_STORAGE_ZOOM") + protected String xmlstoragezoom; + @XmlAttribute(name = "CLONE_ID") + protected String cloneid; + @XmlAttribute(name = "CLONE_IDS") + protected String cloneids; + @XmlAttribute(name = "CLONE_ITSELF") + protected String cloneitself; + + /** + * 获取reminduserat属性的值。 + * + * @return + * possible object is + * {@link BigInteger } + * + */ + public BigInteger getREMINDUSERAT() { + return reminduserat; + } + + /** + * 设置reminduserat属性的值。 + * + * @param value + * allowed object is + * {@link BigInteger } + * + */ + public void setREMINDUSERAT(BigInteger value) { + this.reminduserat = value; + } + + /** + * 获取originalid属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getORIGINALID() { + return originalid; + } + + /** + * 设置originalid属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setORIGINALID(String value) { + this.originalid = value; + } + + /** + * 获取xmlstoragemaplat属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEMAPLAT() { + return xmlstoragemaplat; + } + + /** + * 设置xmlstoragemaplat属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEMAPLAT(String value) { + this.xmlstoragemaplat = value; + } + + /** + * 获取xmlstoragemaplon属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEMAPLON() { + return xmlstoragemaplon; + } + + /** + * 设置xmlstoragemaplon属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEMAPLON(String value) { + this.xmlstoragemaplon = value; + } + + /** + * 获取xmlstoragemaptooltiplocation属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEMAPTOOLTIPLOCATION() { + return xmlstoragemaptooltiplocation; + } + + /** + * 设置xmlstoragemaptooltiplocation属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEMAPTOOLTIPLOCATION(String value) { + this.xmlstoragemaptooltiplocation = value; + } + + /** + * 获取xmlstorageposlat属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEPOSLAT() { + return xmlstorageposlat; + } + + /** + * 设置xmlstorageposlat属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEPOSLAT(String value) { + this.xmlstorageposlat = value; + } + + /** + * 获取xmlstorageposlon属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEPOSLON() { + return xmlstorageposlon; + } + + /** + * 设置xmlstorageposlon属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEPOSLON(String value) { + this.xmlstorageposlon = value; + } + + /** + * 获取xmlstoragetilesource属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGETILESOURCE() { + return xmlstoragetilesource; + } + + /** + * 设置xmlstoragetilesource属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGETILESOURCE(String value) { + this.xmlstoragetilesource = value; + } + + /** + * 获取xmlstoragezoom属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getXMLSTORAGEZOOM() { + return xmlstoragezoom; + } + + /** + * 设置xmlstoragezoom属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setXMLSTORAGEZOOM(String value) { + this.xmlstoragezoom = value; + } + + /** + * 获取cloneid属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCLONEID() { + return cloneid; + } + + /** + * 设置cloneid属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCLONEID(String value) { + this.cloneid = value; + } + + /** + * 获取cloneids属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCLONEIDS() { + return cloneids; + } + + /** + * 设置cloneids属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCLONEIDS(String value) { + this.cloneids = value; + } + + /** + * 获取cloneitself属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getCLONEITSELF() { + return cloneitself; + } + + /** + * 设置cloneitself属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setCLONEITSELF(String value) { + this.cloneitself = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Richcontent.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Richcontent.java new file mode 100644 index 0000000..1ebb491 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Richcontent.java @@ -0,0 +1,101 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.*; + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element ref="{}html"/>
+ *       </sequence>
+ *       <attribute name="TYPE" use="required">
+ *         <simpleType>
+ *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *             <enumeration value="NODE"/>
+ *             <enumeration value="NOTE"/>
+ *           </restriction>
+ *         </simpleType>
+ *       </attribute>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "", propOrder = { + "html" +}) +@XmlRootElement(name = "richcontent") +public class Richcontent { + + @XmlElement(required = true) + protected Html html; + @XmlAttribute(name = "TYPE", required = true) + protected String type; + + /** + * 获取html属性的值。 + * + * @return + * possible object is + * {@link Html } + * + */ + public Html getHtml() { + return html; + } + + /** + * 设置html属性的值。 + * + * @param value + * allowed object is + * {@link Html } + * + */ + public void setHtml(Html value) { + this.html = value; + } + + /** + * 获取type属性的值。 + * + * @return + * possible object is + * {@link String } + * + */ + public String getTYPE() { + return type; + } + + /** + * 设置type属性的值。 + * + * @param value + * allowed object is + * {@link String } + * + */ + public void setTYPE(String value) { + this.type = value; + } + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Text.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Text.java new file mode 100644 index 0000000..db5b102 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/freemind/model/Text.java @@ -0,0 +1,40 @@ +// +// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 +// 请访问 http://java.sun.com/xml/jaxb +// 在重新编译源模式时, 对此文件的所有修改都将丢失。 +// 生成时间: 2022.09.23 时间 08:46:06 PM CST +// + + +package io.fluentqa.mindmap.freemind.model; + +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; +import jakarta.xml.bind.annotation.XmlType; + + + +/** + *

anonymous complex type的 Java 类。 + * + *

以下模式片段指定包含在此类中的预期内容。 + * + *

+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "") +@XmlRootElement(name = "text") +public class Text { + + +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/package-info.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/package-info.java new file mode 100644 index 0000000..79e3b1f --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/package-info.java @@ -0,0 +1 @@ +package io.fluentqa.mindmap; \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindNode.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindNode.java new file mode 100644 index 0000000..ec9b824 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindNode.java @@ -0,0 +1,12 @@ +package io.fluentqa.mindmap.xmind; + +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.xmind.model.Attached; + + + +public class XMindNode extends MindMapPath implements Cloneable { + public XMindNode(Attached root) { + super(root); + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindUtil.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindUtil.java new file mode 100644 index 0000000..f22fd11 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XMindUtil.java @@ -0,0 +1,62 @@ +package io.fluentqa.mindmap.xmind; + +import cn.hutool.core.compress.ZipReader; +import cn.hutool.core.io.FileUtil; +import cn.hutool.core.io.IoUtil; +import cn.hutool.core.util.ZipUtil; +import io.fluentqa.mindmap.exception.MindMapException; +import io.fluentqa.mindmap.xmind.model.XmindRawData; + +import java.io.IOException; +import java.io.InputStream; +import java.nio.charset.Charset; +import java.nio.charset.StandardCharsets; +import java.util.zip.ZipFile; + +public class XMindUtil { + private static String XML_FILE_NAME = "content.xml"; + private static String JSON_FILE_NAME = "content.json"; + + public static XmindRawData readXMindFile(String filePath) { + XmindRawData.XmindRawDataBuilder builder = XmindRawData.builder(); + try (ZipFile zipFile = ZipUtil.toZipFile(FileUtil.file(filePath), StandardCharsets.UTF_8)) { + ZipUtil.read(zipFile, zipEntry -> { + // 读取到content.xml,存储起来 + if (XML_FILE_NAME.equalsIgnoreCase(zipEntry.getName())) { + try (InputStream zipStream = ZipUtil.getStream(zipFile, zipEntry)) { + builder.contentXml(new String(IoUtil.readBytes(zipStream))); + } catch (IOException e) { + throw new MindMapException(e); + } + } + // 读取到content.json,存储起来,说明当前读取的xmind是zen格式 + if (JSON_FILE_NAME.equalsIgnoreCase(zipEntry.getName())) { + try (InputStream zipStream = ZipUtil.getStream(zipFile, zipEntry)) { + builder.contentJson(new String(IoUtil.readBytes(zipStream))); + } catch (IOException e) { + throw new MindMapException(e); + } + } + }); + } catch (Exception e) { + throw new MindMapException("解析失败!" + e.getLocalizedMessage()); + } + return builder.build(); + } + + public static XmindRawData readXmindFile(InputStream in) { + XmindRawData.XmindRawDataBuilder builder = XmindRawData.builder(); + ZipReader reader = new ZipReader(in, Charset.defaultCharset()); + reader.read(zipEntry -> { + // 读取到content.xml,存储起来 + if (XML_FILE_NAME.equalsIgnoreCase(zipEntry.getName())) { + builder.contentXml(new String(IoUtil.readBytes(in))); + } + // 读取到content.json,存储起来,说明当前读取的xmind是zen格式 + if (JSON_FILE_NAME.equalsIgnoreCase(zipEntry.getName())) { + builder.contentJson(new String(IoUtil.readBytes(in))); + } + }); + return builder.build(); + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XmindTransformer.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XmindTransformer.java new file mode 100644 index 0000000..b0108ae --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/XmindTransformer.java @@ -0,0 +1,89 @@ +package io.fluentqa.mindmap.xmind; + +import cn.hutool.json.JSONUtil; +import io.fluentqa.mindmap.api.MindMapConvertConfig; +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.api.MindMapPathRecord; +import io.fluentqa.mindmap.api.MindMapTransformer; +import io.fluentqa.mindmap.xmind.model.Attached; +import io.fluentqa.mindmap.xmind.model.JsonRootBean; +import io.fluentqa.mindmap.xmind.model.XmindRawData; + +import java.util.ArrayList; +import java.util.List; +import java.util.stream.Collectors; + +/** + * 1. READ XMIND Files + * 2. Convert to List + */ +public class XmindTransformer implements MindMapTransformer { + + + @Override + public List> readMindMapToList(String mindMapPath) { + return convertToList(mindMapPath); + } + + @Override + public List readMindMapToList(String mindMapPath, Class clazz) { + List> paths = convertToList(mindMapPath); + List records = MindMapPathRecord.fromMindMapPaths(paths,Attached::getTitle); + return records.stream().map(mindMapPathRecord -> mindMapPathRecord.toBean(clazz)).collect(Collectors.toList()); + } + + @Override + public List readMindMapToList(String mindMapPath, Class clazz, MindMapConvertConfig config) { + List> paths = convertToList(mindMapPath); + List records = MindMapPathRecord.fromMindMapPaths(paths,Attached::getTitle); + return records.stream().map(mindMapPathRecord -> mindMapPathRecord.toBean(clazz,config)).collect(Collectors.toList()); + } + + private List> convertToList(String xmindFilePath) { + XmindRawData rawData = XMindUtil.readXMindFile(xmindFilePath); + List root = JSONUtil.toList(rawData.getContentJson(), JsonRootBean.class); + Attached rootNode = root.get(0).getRootTopic().getChildren().getAttached().get(0); + XMindNode xmindNode = new XMindNode(rootNode); + List> result = new ArrayList<>(); + populateNodes(List.of(xmindNode), result); + return result; + } + + /** + * ->Node1 + * currentNode | + * ->Node2 + * convert to: + * [ currentNode->Node1, + * currentNode->Node2] + * + * @param current: Current Node + * @return OUT: A List of MindMapPath + */ + private List> populateNextLevel(MindMapPath current) { + Attached lastNode = current.pathNodes().getLast(); + List> mindMapPaths = new ArrayList<>(); + for (Attached o : lastNode.getChildren().getAttached()) { + MindMapPath path = current.clone(); + if (o != null) { + path.pathNodes().add(o); + } + mindMapPaths.add(path); + } + + return mindMapPaths; + } + + + private void populateNodes(List> nodes, List> resultPaths) { + + for (MindMapPath current : nodes) { + if (current.pathNodes().getLast().getChildren() == null || + current.pathNodes().getLast().getChildren().getAttached() == null) { + resultPaths.add(current); + } else { + populateNodes(populateNextLevel(current), resultPaths); + } + } + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Attached.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Attached.java new file mode 100755 index 0000000..7fd9820 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Attached.java @@ -0,0 +1,18 @@ + +package io.fluentqa.mindmap.xmind.model; +import lombok.Data; + +import java.util.List; + + +@Data +public class Attached { + + private String id; + private String title; + private Notes notes; + private List comments; + private Children children; + + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Children.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Children.java new file mode 100755 index 0000000..db75693 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Children.java @@ -0,0 +1,12 @@ +package io.fluentqa.mindmap.xmind.model; +import lombok.Data; + +import java.util.List; + + +@Data +public class Children { + + private List attached; + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Comments.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Comments.java new file mode 100755 index 0000000..617959d --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Comments.java @@ -0,0 +1,14 @@ + +package io.fluentqa.mindmap.xmind.model; + +import lombok.Data; + + +@Data +public class Comments { + + private long creationTime; + private String author; + private String content; + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/JsonRootBean.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/JsonRootBean.java new file mode 100755 index 0000000..5b8c059 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/JsonRootBean.java @@ -0,0 +1,13 @@ + +package io.fluentqa.mindmap.xmind.model; +import lombok.Data; + + +@Data +public class JsonRootBean { + + private String id; + private String title; + private RootTopic rootTopic; + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Notes.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Notes.java new file mode 100755 index 0000000..c57939f --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/Notes.java @@ -0,0 +1,13 @@ + +package io.fluentqa.mindmap.xmind.model; + +import lombok.Data; + + +@Data +public class Notes { + + private String content; + + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/RootTopic.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/RootTopic.java new file mode 100755 index 0000000..160305d --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/RootTopic.java @@ -0,0 +1,19 @@ + +package io.fluentqa.mindmap.xmind.model; +import lombok.Data; + +import java.util.List; + + +@Data +public class RootTopic { + + private String id; + private String title; + private Notes notes; + private List comments; + private Children children; + + + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/XmindRawData.java b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/XmindRawData.java new file mode 100644 index 0000000..9fba02c --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/java/io/fluentqa/mindmap/xmind/model/XmindRawData.java @@ -0,0 +1,39 @@ +package io.fluentqa.mindmap.xmind.model; + +import cn.hutool.core.util.StrUtil; +import cn.hutool.json.JSONArray; +import cn.hutool.json.JSONUtil; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.dataformat.xml.XmlMapper; +import lombok.Builder; +import lombok.Data; + + +import java.util.stream.Collectors; + +@Data +@Builder +public class XmindRawData { + private String contentJson; + private String contentXml; + + public boolean isZenVersion() { + return StrUtil.isNotBlank(this.contentJson); + } + + public String fetchContentJson() { + if (StrUtil.isNotBlank(this.contentJson)) { + return contentJson; + } + + if (StrUtil.isNotBlank(this.contentXml)) { + try { + return JSONUtil.toJsonPrettyStr(new XmlMapper().readValue(this.contentXml, JSONArray.class).stream().skip(1).collect(Collectors.toList())); + } catch (JsonProcessingException e) { + throw new RuntimeException(e); + } + } + + return StrUtil.EMPTY; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/main/resources/t2.mm b/components/fluent-ext/fluentqa-mindmap/src/main/resources/t2.mm new file mode 100644 index 0000000..d53b931 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/main/resources/t2.mm @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBean.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBean.java new file mode 100644 index 0000000..d1a9e94 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBean.java @@ -0,0 +1,21 @@ +package io.fluentqa.mindmap.api; + +import lombok.Data; + +@Data +public class DemoBean { + @NodeLevel(1) + private String moduleName; + @NodeLevel(2) + + private String featureName; + @NodeLevel(3) + + private String testCase; + @NodeLevel(4) + + private String testSteps; + @NodeLevel(5) + + private String expectedResult; +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanConfig.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanConfig.java new file mode 100644 index 0000000..e19e4e1 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanConfig.java @@ -0,0 +1,14 @@ +package io.fluentqa.mindmap.api; + +public class DemoBeanConfig { + + public static MindMapConvertConfig loadConfig(){ + MindMapConvertConfig configs = new MindMapConvertConfig(); + configs.add(new MindMapConvertConfig.LevelConfig("moduleName",1)) + .add(new MindMapConvertConfig.LevelConfig("featureName",2)) + .add(new MindMapConvertConfig.LevelConfig("testCase",3)) + .add(new MindMapConvertConfig.LevelConfig("testSteps",4)) + .add(new MindMapConvertConfig.LevelConfig("expectedResult",5)); + return configs; + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanWOLevel.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanWOLevel.java new file mode 100644 index 0000000..0fc4799 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/DemoBeanWOLevel.java @@ -0,0 +1,16 @@ +package io.fluentqa.mindmap.api; + +import lombok.Data; + +@Data +public class DemoBeanWOLevel { + private String moduleName; + + private String featureName; + + private String testCase; + + private String testSteps; + + private String expectedResult; +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/MindMapAccessorTest.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/MindMapAccessorTest.java new file mode 100644 index 0000000..5886f56 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/api/MindMapAccessorTest.java @@ -0,0 +1,21 @@ +package io.fluentqa.mindmap.api; +import org.junit.jupiter.api.Test; + +import java.util.List; + +public class MindMapAccessorTest { + MindMapAccessor accessor = new MindMapAccessor(); + @Test + public void testMindMapAccessorTest(){ + String xmindFile = "./Xmind10+.xmind"; + List freeMindBeans = accessor.readMindMapToBean(xmindFile,DemoBean.class); + System.out.println(freeMindBeans); + } + + @Test + public void testFreeMindBeanConfigAccessorTest(){ + String freeMindfile = "./元件管理用例.mm"; + List freeMindBeans = accessor.readMindMapToBean(freeMindfile,DemoBeanWOLevel.class,DemoBeanConfig.loadConfig()); + System.out.println(freeMindBeans); + } +} diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/freemind/FreeMindConverterTest.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/freemind/FreeMindConverterTest.java new file mode 100644 index 0000000..8dd5a52 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/freemind/FreeMindConverterTest.java @@ -0,0 +1,22 @@ +package io.fluentqa.mindmap.freemind; + +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.freemind.model.Node; +import org.junit.jupiter.api.BeforeEach; + +import java.util.List; + + +public class FreeMindConverterTest { + @BeforeEach + public void setup(){ + + } + @org.junit.jupiter.api.Test + void testToList() { + FreeMindTransformer converter = new FreeMindTransformer(); + List> result = converter.readMindMapToList("./t2.mm"); + System.out.println(result); + } + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XMindUtilTest.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XMindUtilTest.java new file mode 100644 index 0000000..19c98b4 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XMindUtilTest.java @@ -0,0 +1,26 @@ +package io.fluentqa.mindmap.xmind; + +import io.fluentqa.mindmap.xmind.model.XmindRawData; +import org.junit.jupiter.api.Test; + +class XMindUtilTest { + + @Test + void readXMindFile_ZEN() { + XmindRawData data = XMindUtil.readXMindFile("./XmindZen.xmind"); + System.out.println(data); + } + + @Test + void readXMindFile_XMIND() { + XmindRawData data = XMindUtil.readXMindFile("./Xmind10+.xmind"); + System.out.println(data); + } + + @Test + void readXMindFile_XMIND8() { + XmindRawData data = XMindUtil.readXMindFile("./Xmind8.xmind"); + System.out.println(data); + } + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XmindTransformerTest.java b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XmindTransformerTest.java new file mode 100644 index 0000000..7be0e73 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/java/io/fluentqa/mindmap/xmind/XmindTransformerTest.java @@ -0,0 +1,21 @@ +package io.fluentqa.mindmap.xmind; + +import io.fluentqa.mindmap.api.MindMapPath; +import io.fluentqa.mindmap.xmind.model.Attached; +import org.junit.jupiter.api.Test; + +import java.util.List; + +class XmindTransformerTest { + XmindTransformer xmindTransformer = new XmindTransformer(); + + @Test + void convertFromFileContent() { + } + + @Test + void convertFromFilePath() { + List> result = xmindTransformer.readMindMapToList("./Xmind10+.xmind"); + System.out.println(result); + } +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind10+.xmind b/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind10+.xmind new file mode 100644 index 0000000..ce67a3f Binary files /dev/null and b/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind10+.xmind differ diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind8.xmind b/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind8.xmind new file mode 100644 index 0000000..8ce9dfa Binary files /dev/null and b/components/fluent-ext/fluentqa-mindmap/src/test/resources/Xmind8.xmind differ diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/resources/XmindZen.xmind b/components/fluent-ext/fluentqa-mindmap/src/test/resources/XmindZen.xmind new file mode 100644 index 0000000..aa3bab6 Binary files /dev/null and b/components/fluent-ext/fluentqa-mindmap/src/test/resources/XmindZen.xmind differ diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/resources/case-template.xmind b/components/fluent-ext/fluentqa-mindmap/src/test/resources/case-template.xmind new file mode 100644 index 0000000..0baca9c Binary files /dev/null and b/components/fluent-ext/fluentqa-mindmap/src/test/resources/case-template.xmind differ diff --git a/components/fluent-ext/fluentqa-mindmap/src/test/resources/t2.mm b/components/fluent-ext/fluentqa-mindmap/src/test/resources/t2.mm new file mode 100644 index 0000000..d53b931 --- /dev/null +++ b/components/fluent-ext/fluentqa-mindmap/src/test/resources/t2.mm @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/components/fluent-ext/fluentqa-mindmap/src/test/resources/\345\205\203\344\273\266\347\256\241\347\220\206\347\224\250\344\276\213.mm" "b/components/fluent-ext/fluentqa-mindmap/src/test/resources/\345\205\203\344\273\266\347\256\241\347\220\206\347\224\250\344\276\213.mm" new file mode 100644 index 0000000..589851e --- /dev/null +++ "b/components/fluent-ext/fluentqa-mindmap/src/test/resources/\345\205\203\344\273\266\347\256\241\347\220\206\347\224\250\344\276\213.mm" @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/components/fluent-ext/fluentqa-mindmap/src/test/resources/\351\200\232\347\224\250\347\273\204\344\273\266\347\224\250\344\276\213.mm" "b/components/fluent-ext/fluentqa-mindmap/src/test/resources/\351\200\232\347\224\250\347\273\204\344\273\266\347\224\250\344\276\213.mm" new file mode 100644 index 0000000..13e31d6 --- /dev/null +++ "b/components/fluent-ext/fluentqa-mindmap/src/test/resources/\351\200\232\347\224\250\347\273\204\344\273\266\347\224\250\344\276\213.mm" @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-table/README.md b/components/fluent-ext/fluentqa-table/README.md new file mode 100644 index 0000000..3f1cdf3 --- /dev/null +++ b/components/fluent-ext/fluentqa-table/README.md @@ -0,0 +1,38 @@ + +``` +- 导出 + 1.正规excel导出 (格式简单,数据量可以,5W以内吧) + 注解方式: ExcelExportUtil.exportExcel(ExportParams entity, Class pojoClass,Collection dataSet) + 2.不定多少列,但是格式依然简单数据库不大 + 自定义方式: ExcelExportUtil.exportExcel(ExportParams entity, List entityList,Collection dataSet) + 3.数据量大超过5W,还在100W以内 + 注解方式 ExcelExportUtil.exportBigExcel(ExportParams entity, Class pojoClass,IExcelExportServer server, Object queryParams) + 自定义方式: ExcelExportUtil.exportBigExcel(ExportParams entity, List excelParams,IExcelExportServer server, Object queryParams) + 4.样式复杂,数据量尽量别大 + 模板导出 ExcelExportUtil.exportExcel(TemplateExportParams params, Map map) + 5.一次导出多个风格不一致的sheet + 模板导出 ExcelExportUtil.exportExcel(Map> map,TemplateExportParams params) + 6.一个模板但是要导出非常多份 + 模板导出 ExcelExportUtil.exportExcelClone(Map>> map,TemplateExportParams params) + 7.模板无法满足你的自定义,试试html + 自己构造html,然后我给你转成excel ExcelXorHtmlUtil.htmlToExcel(String html, ExcelType type) + 8.数据量过百万级了.放弃excel吧,csv导出 + 注解方式: CsvExportUtil.exportCsv(CsvExportParams params, Class pojoClass, OutputStream outputStream) + 自定义方式: CsvExportUtil.exportCsv(CsvExportParams params, List entityList, OutputStream outputStream) + 9.word导出 + 模板导出: WordExportUtil.exportWord07(String url, Map map) + 10.PDF导出 + 模板导出: TODO +- 导入 + 如果想提高性能 ImportParams 的concurrentTask 可以帮助并发导入,仅单行,最小1000 + excel有单个的那种特殊读取,readSingleCell 参数可以支持 + 1. 不需要检验,数据量不大(5W以内) + 注解或者MAP: ExcelImportUtil.importExcel(File file, Class pojoClass, ImportParams params) + 2. 需要导入,数据量不大 + 注解或者MAP: ExcelImportUtil.importExcelMore(InputStream inputstream, Class pojoClass, ImportParams params) + 3. 数据量大了,或者你有特别多的导入操作,内存比较少,仅支持单行 + SAX方式 ExcelImportUtil.importExcelBySax(InputStream inputstream, Class pojoClass, ImportParams params, IReadHandler handler) + 4. 数据量超过EXCEL限制,CSV读取 + 小数据量: CsvImportUtil.importCsv(InputStream inputstream, Class pojoClass,CsvImportParams params) + 大数据量: CsvImportUtil.importCsv(InputStream inputstream, Class pojoClass,CsvImportParams params, IReadHandler readHandler) +``` \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-table/pom.xml b/components/fluent-ext/fluentqa-table/pom.xml new file mode 100644 index 0000000..075e9eb --- /dev/null +++ b/components/fluent-ext/fluentqa-table/pom.xml @@ -0,0 +1,130 @@ + + + 4.0.0 + + io.fluentqa + fluent-ext + 1.0-SNAPSHOT + + + fluentqa-table + + + + + + org.apache.poi + poi + 5.2.3 + + + org.apache.poi + poi-ooxml + 5.2.3 + + + com.github.crab2died + Excel4J + 3.1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.poi + poi + 5.2.3 + + + org.apache.poi + poi-ooxml + 5.2.3 + + + \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/ExcelReadWriter.java b/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/ExcelReadWriter.java new file mode 100644 index 0000000..2e8cf0f --- /dev/null +++ b/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/ExcelReadWriter.java @@ -0,0 +1,26 @@ +package io.fluentqa.table; + +import com.github.crab2died.ExcelUtils; +import com.github.crab2died.exceptions.Excel4JException; + +import java.io.IOException; +import java.util.List; + +public class ExcelReadWriter { + + public List readExcel(String fileName, Class clazz) { + try { + return ExcelUtils.getInstance().readExcel2Objects(fileName, clazz); + } catch (Excel4JException | IOException e) { + throw new RuntimeException(e); + } + } + + public void writeExcel(List data, String fileName, Class clazz) { + try { + ExcelUtils.getInstance().exportObjects2Excel(data, clazz, true, fileName); + } catch (Excel4JException | IOException e) { + throw new RuntimeException(e); + } + } +} diff --git a/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/package-info.java b/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/package-info.java new file mode 100644 index 0000000..97f1595 --- /dev/null +++ b/components/fluent-ext/fluentqa-table/src/main/java/io/fluentqa/table/package-info.java @@ -0,0 +1 @@ +package io.fluentqa.table; \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/DemoExcelModel.java b/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/DemoExcelModel.java new file mode 100644 index 0000000..5e2ff8b --- /dev/null +++ b/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/DemoExcelModel.java @@ -0,0 +1,17 @@ +package io.fluentqa.table.excel; + + +import io.fluentqa.table.excel.annotation.ExcelColumn; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class DemoExcelModel { + @ExcelColumn(index = 0,title = "名称") + private String name; + @ExcelColumn(index = 1,title = "年纪") + private Integer age; +} diff --git a/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/ExcelUtilsTest.java b/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/ExcelUtilsTest.java new file mode 100644 index 0000000..498c1f3 --- /dev/null +++ b/components/fluent-ext/fluentqa-table/src/test/java/io/fluentqa/table/excel/ExcelUtilsTest.java @@ -0,0 +1,44 @@ +package io.fluentqa.table.excel; + + +import io.fluentqa.table.FluentExcelReader; +import io.fluentqa.table.FluentExcelWriter; +import io.fluentqa.table.base.TableType; +import org.apache.commons.io.FileUtils; +import org.junit.jupiter.api.AfterAll; +import org.junit.jupiter.api.Order; +import org.junit.jupiter.api.Test; + +import java.io.File; +import java.io.IOException; +import java.util.Arrays; +import java.util.List; + +public class ExcelUtilsTest { + + List data = Arrays.asList(new DemoExcelModel("k", 12), + new DemoExcelModel("y", 10)); + + @Test + void testWriteToExcel() throws IOException { + File demo= new File("demo.xlsx"); + FluentExcelWriter.create(TableType.XLSX).withRows( + data + ).to(demo); + } + @Test + @Order(100) + void testReadExcel() { + List models =FluentExcelReader.create(DemoExcelModel.class, + new File("demo.xlsx")) + .asList(); + System.out.println(models); + + } + + @AfterAll + public static void cleanUp() throws IOException { + FileUtils.delete( new File("demo.xlsx")); + } + +} \ No newline at end of file diff --git a/components/fluent-ext/fluentqa-table/src/test/resources/test.xlsx b/components/fluent-ext/fluentqa-table/src/test/resources/test.xlsx new file mode 100644 index 0000000..d54c449 --- /dev/null +++ b/components/fluent-ext/fluentqa-table/src/test/resources/test.xlsx @@ -0,0 +1,3 @@ +name age +kk 12 +ky 14 diff --git a/components/fluent-ext/pom.xml b/components/fluent-ext/pom.xml new file mode 100644 index 0000000..40a6d6b --- /dev/null +++ b/components/fluent-ext/pom.xml @@ -0,0 +1,19 @@ + + + 4.0.0 + + io.fluentqa + components + 1.0-SNAPSHOT + + pom + fluent-ext + + fluentqa-mindmap + fluentqa-table + fluentqa-md + + + \ No newline at end of file diff --git a/components/pom.xml b/components/pom.xml index ba4ac3b..976a83d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -16,5 +16,6 @@ fluent-builtin fluent-code fluent-basemodel + fluent-ext \ No newline at end of file diff --git a/fluent-erupts/fluent-erupts-base/src/main/java/io/fluentqa/erupts/base/model/NamedModelVO.java b/fluent-erupts/fluent-erupts-base/src/main/java/io/fluentqa/erupts/base/model/NamedModelVO.java index fdb6e58..b6a9182 100644 --- a/fluent-erupts/fluent-erupts-base/src/main/java/io/fluentqa/erupts/base/model/NamedModelVO.java +++ b/fluent-erupts/fluent-erupts-base/src/main/java/io/fluentqa/erupts/base/model/NamedModelVO.java @@ -41,4 +41,20 @@ public class NamedModelVO extends ModelWithValidFlagVo { ) ) private String description; + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } } diff --git a/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/repo/ProductRepo.java b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/repo/ProductRepo.java new file mode 100644 index 0000000..ab0f65d --- /dev/null +++ b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/repo/ProductRepo.java @@ -0,0 +1,18 @@ +package io.fluentqa.pm.product.repo; + + +import io.fluentqa.pm.product.model.Product; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.data.jpa.repository.JpaSpecificationExecutor; +import org.springframework.stereotype.Repository; + +import java.util.Optional; + +@Repository +public interface ProductRepo extends JpaRepository, JpaSpecificationExecutor { + + Optional findProductByNameAndValid(String name, boolean valid); + + Optional findProductByCodeAndValid(String codeName, boolean valid); + Optional findProductByParentIdAndNameAndValid(Long parentId, String name, boolean valid); +} diff --git a/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/service/ProductService.java b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/service/ProductService.java new file mode 100644 index 0000000..52b8920 --- /dev/null +++ b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/product/service/ProductService.java @@ -0,0 +1,38 @@ +package io.fluentqa.pm.product.service; + +import io.fluentqa.pm.product.model.Product; +import io.fluentqa.pm.product.repo.ProductRepo; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import java.util.Optional; + +@Service +public class ProductService { + private final String API_SERVICE="API"; + @Resource + private ProductRepo metaRepo; + public Product createModuleIfNotExist(Long productId, String moduleName){ + Optional meta = metaRepo.findProductByParentIdAndNameAndValid(productId, + moduleName,true); + if(meta.isPresent()) return meta.get(); + Product parent = new Product(); + parent.setId(productId); + Product module = new Product(); + module.setName(moduleName); + module.setDetails(moduleName); + module.setParent(parent); + return metaRepo.save(module); + } + + public Product findApiServiceProduct(){ + Optional meta = metaRepo.findProductByCodeAndValid(API_SERVICE,true); + if(meta.isPresent()) return meta.get(); + throw new RuntimeException("Please config API Service as a Product in Product Meta"); + } + + public Product createApiModuleIfNotExist(String moduleName){ + Product parent = findApiServiceProduct(); + return createModuleIfNotExist(parent.getId(),moduleName); + } +} diff --git a/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/project/model/Project.java b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/project/model/Project.java index 2dbb84e..5af9f24 100644 --- a/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/project/model/Project.java +++ b/fluent-erupts/fluent-pm/src/main/java/io/fluentqa/pm/project/model/Project.java @@ -11,11 +11,9 @@ import xyz.erupt.annotation.sub_field.Edit; import xyz.erupt.annotation.sub_field.EditType; import xyz.erupt.annotation.sub_field.View; -import xyz.erupt.annotation.sub_field.sub_edit.ChoiceType; import xyz.erupt.annotation.sub_field.sub_edit.InputType; import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; import xyz.erupt.annotation.sub_field.sub_edit.Search; -import xyz.erupt.toolkit.handler.SqlChoiceFetchHandler; import javax.persistence.*; import java.util.UUID; diff --git a/fluent-erupts/fluent-tc/pom.xml b/fluent-erupts/fluent-tc/pom.xml index 0148ca7..66da623 100644 --- a/fluent-erupts/fluent-tc/pom.xml +++ b/fluent-erupts/fluent-tc/pom.xml @@ -23,6 +23,20 @@ fluent-pm ${fluent.version} - + + io.fluentqa + fluent-builtin + ${fluent.version} + + + io.fluentqa + fluentqa-table + ${fluent.version} + + + io.fluentqa + fluentqa-mindmap + ${fluent.version} + \ No newline at end of file diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/dto/TestCaseDTO.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/dto/TestCaseDTO.java new file mode 100644 index 0000000..cb5c3f2 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/dto/TestCaseDTO.java @@ -0,0 +1,33 @@ +package io.fluentqa.tc.dto; + +import com.github.crab2died.annotation.ExcelField; +import io.fluentqa.mindmap.api.NodeLevel; +import lombok.Data; + +@Data +public class TestCaseDTO { + @ExcelField(title = "产品名称") + private String productName; + @ExcelField(title = "模块名称") + @NodeLevel(value = 1) + private String moduleName; + @ExcelField(title = "功能点") + @NodeLevel(value = 2) + private String feature; + @ExcelField(title = "用例描述") + @NodeLevel(value = 3) + private String summary; + @ExcelField(title = "优先级") + private String priority = "P2"; //check it + @ExcelField(title = "用例前提条件") + private String precondition; + @ExcelField(title = "测试步骤") + private String steps; + @ExcelField(title = "期望结果") + @NodeLevel(value = 5) + private String expectedResult; + + @ExcelField(title = "用例ID") + private String uuid; + +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/handlers/GenerateTestRecordHandler.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/handlers/GenerateTestRecordHandler.java new file mode 100644 index 0000000..c6e6625 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/handlers/GenerateTestRecordHandler.java @@ -0,0 +1,46 @@ +package io.fluentqa.tc.handlers; + + +import cn.hutool.core.bean.BeanUtil; +import io.fluentqa.tc.model.TestCase; +import io.fluentqa.tc.model.TestResult; +import io.fluentqa.tc.model.TestRun; +import io.fluentqa.tc.model.TestScenario; +import io.fluentqa.tc.repo.TestResultRepo; +import org.springframework.stereotype.Service; +import xyz.erupt.annotation.fun.OperationHandler; + +import javax.annotation.Resource; +import java.util.List; + +@Service +public class GenerateTestRecordHandler implements OperationHandler { + @Resource + private TestResultRepo testResultRepo; + @Override + public String exec(List data, Void unused, String[] param) { + for (TestRun testRun : data) { + //get all test cases + for (TestCase testCase : testRun.getTestCases()) { + TestResult result = BeanUtil.copyProperties(testCase, TestResult.class); + result.setTestCaseUUID(testCase.getUuid()); + result.setTestRun(testRun); + result.setQaOwner(testRun.getTestOwner()); + testResultRepo.save(result); + } + for (TestScenario tc : testRun.getTestScenarios()) { + for (TestCase testCase : tc.getTestCases()) { + TestResult result = BeanUtil.copyProperties(testCase, TestResult.class); + result.setTestCaseUUID(testCase.getUuid()); + result.setTestRun(testRun); + result.setQaOwner(testRun.getTestOwner()); + result.setTestScenario(tc.getName()); + testResultRepo.save(result); + } + } + } + return null; + } + + +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestCase.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestCase.java index c14fe1f..4ce7b26 100644 --- a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestCase.java +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestCase.java @@ -1,10 +1,8 @@ package io.fluentqa.tc.model; + import io.fluentqa.erupts.base.handlers.SqlTagFetchHandler; -import io.fluentqa.erupts.base.model.ModelWithValidFlagVo; -import io.fluentqa.pm.product.model.Product; import io.fluentqa.pm.product.model.ProductModuleValidFlagVo; -import lombok.Data; import xyz.erupt.annotation.Erupt; import xyz.erupt.annotation.EruptField; import xyz.erupt.annotation.sub_erupt.LinkTree; @@ -13,39 +11,22 @@ import xyz.erupt.annotation.sub_field.EditType; import xyz.erupt.annotation.sub_field.View; import xyz.erupt.annotation.sub_field.sub_edit.CodeEditorType; -import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; import xyz.erupt.annotation.sub_field.sub_edit.Search; import xyz.erupt.annotation.sub_field.sub_edit.TagsType; import javax.persistence.Entity; -import javax.persistence.JoinColumn; -import javax.persistence.ManyToOne; import javax.persistence.Table; /** * */ -@Data @Entity @Erupt(name = "测试用例", power = @Power(export = true), orderBy = "TestCase.updateTime desc", linkTree = @LinkTree(field = "product")) @Table(name = "test_cases") -public class TestCase extends ModelWithValidFlagVo { - @ManyToOne - @JoinColumn(name = "product_id") - @EruptField( - views = @View(title = "产品名称",column = "name"), - edit = @Edit( - search = @Search, - title = "产品选择", - type = EditType.REFERENCE_TREE, - desc = "动态获取产品", - referenceTreeType = @ReferenceTreeType( - pid = "parent.id")) - ) - private Product product; +public class TestCase extends ProductModuleValidFlagVo { @EruptField( views = @View( @@ -53,13 +34,8 @@ public class TestCase extends ModelWithValidFlagVo { ), edit = @Edit( title = "功能点", - type = EditType.TAGS, search = @Search(vague = true), notNull = true, - tagsType = @TagsType( - fetchHandler = SqlTagFetchHandler.class, - fetchHandlerParams = "select distinct feature from test_cases where valid=true" - ) + type = EditType.INPUT, search = @Search, notNull = true ) - ) private String feature; @EruptField( @@ -79,20 +55,16 @@ public class TestCase extends ModelWithValidFlagVo { ), edit = @Edit( title = "用例优先级", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String priority = "P2"; //check it - @EruptField( - views = @View( - title = "用例前提条件" - ), - edit = @Edit( - title = "用例前提条件", - type = EditType.INPUT, search = @Search, notNull = true + type = EditType.TAGS, + tagsType = @TagsType( + fetchHandler = SqlTagFetchHandler.class, + fetchHandlerParams = "select distinct priority from test_cases" + ) ) ) - private String precondition; + private String priority = "P2"; + + @EruptField( views = @View( title = "测试步骤" @@ -110,9 +82,83 @@ public class TestCase extends ModelWithValidFlagVo { ), edit = @Edit( title = "用例期望结果", - type = EditType.CODE_EDITOR, notNull = true, + type = EditType.CODE_EDITOR, codeEditType = @CodeEditorType(language = "text") ) ) private String expectedResult; -} + + @EruptField( + views = @View( + title = "用例ID" + ) + ) + private String uuid; + @EruptField( + views = @View( + title = "用例前提条件" + ), + edit = @Edit( + title = "用例前提条件", + type = EditType.CODE_EDITOR, + codeEditType = @CodeEditorType(language = "text") + ) + ) + private String precondition; + + public String getFeature() { + return feature; + } + + public void setFeature(String feature) { + this.feature = feature; + } + + public String getSummary() { + return summary; + } + + public void setSummary(String summary) { + this.summary = summary; + } + + public String getPriority() { + return priority; + } + + public void setPriority(String priority) { + this.priority = priority; + } + + public String getSteps() { + return steps; + } + + public void setSteps(String steps) { + this.steps = steps; + } + + public String getExpectedResult() { + return expectedResult; + } + + public void setExpectedResult(String expectedResult) { + this.expectedResult = expectedResult; + } + + public String getUuid() { + return uuid; + } + + public void setUuid(String uuid) { + this.uuid = uuid; + } + + public String getPrecondition() { + return precondition; + } + + public void setPrecondition(String precondition) { + this.precondition = precondition; + } +} \ No newline at end of file diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestPlan.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestPlan.java deleted file mode 100644 index 80bd85b..0000000 --- a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestPlan.java +++ /dev/null @@ -1,72 +0,0 @@ -package io.fluentqa.tc.model; - - -import io.fluentqa.erupts.base.model.NamedTimeStatusModel; -import io.fluentqa.pm.product.model.Product; -import xyz.erupt.annotation.Erupt; -import xyz.erupt.annotation.EruptField; -import xyz.erupt.annotation.sub_erupt.LinkTree; -import xyz.erupt.annotation.sub_erupt.Power; -import xyz.erupt.annotation.sub_erupt.Tree; -import xyz.erupt.annotation.sub_field.Edit; -import xyz.erupt.annotation.sub_field.EditType; -import xyz.erupt.annotation.sub_field.View; -import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; -import xyz.erupt.annotation.sub_field.sub_edit.Search; - -import javax.persistence.*; -import java.util.Set; - -/** - * 1. 创建测试计划 - * 2. 上传test case 文件,或者指定文件地址 - * 3. 生成测试用例-后台异步执行 - * 4. - * 2. - */ -@Entity -@Table(name = "test_plans") -@Erupt(name = "测试计划管理", - power = @Power(importable = true, export = true) - ,linkTree = @LinkTree(field = "testRequirement") -) -public class TestPlan extends NamedTimeStatusModel { - - @EruptField( - views = @View( - title = "负责人" - ), - edit = @Edit( - title = "负责人", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String owner; - - @ManyToOne - @JoinColumn(name = "tr_id") - @EruptField( - views = @View(title = "需求名称", column = "name"), - edit = @Edit( - search = @Search, - title = "需求选择", - type = EditType.REFERENCE_TREE, - desc = "动态需求", - referenceTreeType = @ReferenceTreeType( - pid = "parent.id")) - ) - private TestRequirement testRequirement; - - @JoinTable(name = "test_plan_cases", - joinColumns = @JoinColumn(name = "test_plan_id", referencedColumnName = "id"), - inverseJoinColumns = @JoinColumn(name = "test_case_id", referencedColumnName = "id")) - @ManyToMany(fetch = FetchType.EAGER) - @EruptField( - views = @View(title = "包含用例"), - edit = @Edit( - title = "包含用例", - type = EditType.TAB_TABLE_REFER - ) - ) - private Set testCases; -} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRecord.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRecord.java deleted file mode 100644 index f837e3e..0000000 --- a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRecord.java +++ /dev/null @@ -1,186 +0,0 @@ -package io.fluentqa.tc.model; - - -import io.fluentqa.erupts.base.model.ModelWithValidFlagVo; -import lombok.Data; -import xyz.erupt.annotation.Erupt; -import xyz.erupt.annotation.EruptField; -import xyz.erupt.annotation.sub_erupt.LinkTree; -import xyz.erupt.annotation.sub_field.Edit; -import xyz.erupt.annotation.sub_field.EditType; -import xyz.erupt.annotation.sub_field.View; -import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTableType; -import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; -import xyz.erupt.annotation.sub_field.sub_edit.Search; - -import javax.persistence.*; -import java.util.Set; - -/** - * Test Record Entity: 主要操作对象 - * * Test Case Entity - * * upload to test case table from mindmap or xmind - * * in a given format - * * - * * 1. 编写测试用例 - * * 2. 编写测试计划,并上传测试用例 - * * 3. 设置测试需要负责开发 - * * 4. 测试用例修改 - * * 5. 测试用例添加 - * * 6. 脑图插件 - */ -@Data -@Table(name = "test_records") -@Entity -@Erupt(name="测试执行",linkTree = @LinkTree(field = "testRequirement") -) -public class TestRecord extends ModelWithValidFlagVo { - @ManyToOne - @JoinColumn(name = "tr_id") - @EruptField( - views = @View(title = "需求名称", column = "name"), - edit = @Edit( - search = @Search, - title = "需求选择", - type = EditType.REFERENCE_TREE, - desc = "需求选择", - referenceTreeType = @ReferenceTreeType( - pid = "parent.id")) - ) - private TestRequirement testRequirement; - - @ManyToOne - @JoinColumn(name = "test_plan_id") - @EruptField( - views = @View(title = "测试计划", column = "name"), - edit = @Edit( - search = @Search, - title = "测试计划选择", - type = EditType.REFERENCE_TABLE, - desc = "测试计划选择", - referenceTableType = @ReferenceTableType(id = "id", label = "name")) - ) - private TestPlan testPlan; -// - - - @JoinTable(name = "test_record_cases", - joinColumns = @JoinColumn(name = "test_record_id", referencedColumnName = "id"), - inverseJoinColumns = @JoinColumn(name = "test_case_id", referencedColumnName = "id")) - @ManyToMany(fetch = FetchType.EAGER) - @EruptField( - views = @View(title = "包含用例"), - edit = @Edit( - title = "包含用例", - type = EditType.TAB_TABLE_REFER - ) - ) - private Set testCases; - -// @EruptField( -// views = @View( -// title = "功能点" -// ), -// edit = @Edit( -// title = "功能点", -// type = EditType.INPUT, search = @Search, notNull = true -// ) -// ) -// private String feature; -// @EruptField( -// views = @View( -// title = "用例描述" -// ), -// edit = @Edit( -// title = "用例描述", -// type = EditType.INPUT, notNull = true -// ) -// ) -// private String summary; -// @EruptField( -// views = @View( -// title = "用例优先级" -// ), -// edit = @Edit( -// title = "用例优先级", -// type = EditType.INPUT, search = @Search, notNull = true -// ) -// ) -// private String priority = "P2"; //check it -// @EruptField( -// views = @View( -// title = "测试步骤" -// ), -// edit = @Edit( -// title = "测试步骤", -// type = EditType.CODE_EDITOR, notNull = true, -// codeEditType = @CodeEditorType(language = "text") -// ) -// ) -// private String steps; -// @EruptField( -// views = @View( -// title = "用例期望结果" -// ), -// edit = @Edit( -// title = "用例期望结果", -// type = EditType.CODE_EDITOR, notNull = true, -// codeEditType = @CodeEditorType(language = "text") -// ) -// ) -// private String expectedResult; - - @EruptField( - views = @View( - title = "开发自测结果" - ), - edit = @Edit( - title = "开发自测结果", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String devTestResult; - @EruptField( - views = @View( - title = "测试测试结果" - ), - edit = @Edit( - title = "测试测试结果", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String qaTestResult; - - @EruptField( - views = @View( - title = "回归测试结果" - ), - edit = @Edit( - title = "回归测试结果", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String releaseTestResult; - @EruptField( - views = @View( - title = "开发负责人" - ), - edit = @Edit( - title = "开发负责人", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String devOwner; - @EruptField( - views = @View( - title = "测试负责人" - ), - edit = @Edit( - title = "测试负责人", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String qaOwner; - - -} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRequirement.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRequirement.java deleted file mode 100644 index 777b86a..0000000 --- a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRequirement.java +++ /dev/null @@ -1,76 +0,0 @@ -package io.fluentqa.tc.model; - -import io.fluentqa.erupts.base.model.NamedTimeStatusModel; -import io.fluentqa.pm.product.model.Product; -import lombok.Data; -import xyz.erupt.annotation.Erupt; -import xyz.erupt.annotation.EruptField; -import xyz.erupt.annotation.sub_erupt.Power; -import xyz.erupt.annotation.sub_erupt.Tree; -import xyz.erupt.annotation.sub_field.Edit; -import xyz.erupt.annotation.sub_field.EditType; -import xyz.erupt.annotation.sub_field.View; -import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; -import xyz.erupt.annotation.sub_field.sub_edit.Search; - -import javax.persistence.Entity; -import javax.persistence.JoinColumn; -import javax.persistence.ManyToOne; -import javax.persistence.Table; - -//TODO: Filter By Status -//TODO: input by Uploaded File or File Sync -@Data -@Entity -@Table(name ="requirements") -@Erupt(name = "测试需求管理", - power = @Power(importable = true, export = true), - tree = @Tree(pid = "parent.id")) -public class TestRequirement extends NamedTimeStatusModel { - @ManyToOne - @EruptField( - edit = @Edit( - title = "上级需求", - type = EditType.REFERENCE_TREE, - referenceTreeType = @ReferenceTreeType(pid = "parent.id") - ) - ) - private TestRequirement parent; - - @ManyToOne - @JoinColumn(name = "product_id") - @EruptField( - views = @View(title = "产品名称",column = "name"), - edit = @Edit( - search = @Search, - title = "产品选择", - type = EditType.REFERENCE_TREE, - desc = "动态获取产品", - referenceTreeType = @ReferenceTreeType( - pid = "parent.id")) - ) - private Product product; - - @EruptField( - views = @View( - title = "测试负责人" - ), - edit = @Edit( - title = "测试负责人", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String testOwner; - - @EruptField( - views = @View( - title = "产品负责人" - ), - edit = @Edit( - title = "产品负责人", - type = EditType.INPUT, search = @Search, notNull = true - ) - ) - private String productOwner; - -} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestResult.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestResult.java new file mode 100644 index 0000000..a37b87f --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestResult.java @@ -0,0 +1,206 @@ +package io.fluentqa.tc.model; + + +import io.fluentqa.erupts.base.model.ModelWithValidFlagVo; +import xyz.erupt.annotation.Erupt; +import xyz.erupt.annotation.EruptField; +import xyz.erupt.annotation.sub_erupt.LinkTree; +import xyz.erupt.annotation.sub_erupt.Power; +import xyz.erupt.annotation.sub_field.Edit; +import xyz.erupt.annotation.sub_field.EditType; +import xyz.erupt.annotation.sub_field.View; +import xyz.erupt.annotation.sub_field.sub_edit.CodeEditorType; +import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; +import xyz.erupt.annotation.sub_field.sub_edit.Search; + +import javax.persistence.Entity; +import javax.persistence.ManyToOne; +import javax.persistence.Table; + + +@Table(name = "test_results") +@Entity +@Erupt(name = "测试执行结果", + power = @Power(importable = true, export = true) + , linkTree = @LinkTree(field = "testRun") +) +public class TestResult extends ModelWithValidFlagVo { + @ManyToOne + @EruptField( + views = @View(title = "所属测试安排", column = "name"), + edit = @Edit(title = "所属测试安排", type = EditType.REFERENCE_TREE, + referenceTreeType = @ReferenceTreeType(pid = "parent.id", expandLevel = 2)) + ) + private TestRun testRun; + + @EruptField( + views = @View( + title = "测试场景" + ), + edit = @Edit( + title = "测试场景", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String testScenario; + @EruptField( + views = @View( + title = "功能点" + ), + edit = @Edit( + title = "功能点", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String feature; + @EruptField( + views = @View( + title = "用例描述" + ), + edit = @Edit( + title = "用例描述", + type = EditType.INPUT, notNull = true + ) + ) + private String summary; + @EruptField( + views = @View( + title = "用例优先级" + ), + edit = @Edit( + title = "用例优先级", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String priority = "P2"; //check it + @EruptField( + views = @View( + title = "测试步骤" + ), + edit = @Edit( + title = "测试步骤", + type = EditType.CODE_EDITOR, notNull = true, + codeEditType = @CodeEditorType(language = "text") + ) + ) + private String steps; + @EruptField( + views = @View( + title = "用例期望结果" + ), + edit = @Edit( + title = "用例期望结果", + type = EditType.CODE_EDITOR, notNull = true, + codeEditType = @CodeEditorType(language = "text") + ) + ) + private String expectedResult; + + + @EruptField( + views = @View( + title = "测试测试结果" + ), + edit = @Edit( + title = "测试测试结果", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String qaTestResult; + + + @EruptField( + views = @View( + title = "测试负责人" + ), + edit = @Edit( + title = "测试负责人", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String qaOwner; + + private String testCaseUUID; + + + public String getTestCaseUUID() { + return testCaseUUID; + } + + public void setTestCaseUUID(String testCaseUUID) { + this.testCaseUUID = testCaseUUID; + } + + public String getFeature() { + return feature; + } + + public void setFeature(String feature) { + this.feature = feature; + } + + public String getSummary() { + return summary; + } + + public void setSummary(String summary) { + this.summary = summary; + } + + public String getPriority() { + return priority; + } + + public void setPriority(String priority) { + this.priority = priority; + } + + public String getSteps() { + return steps; + } + + public void setSteps(String steps) { + this.steps = steps; + } + + public String getExpectedResult() { + return expectedResult; + } + + public void setExpectedResult(String expectedResult) { + this.expectedResult = expectedResult; + } + + + public String getQaTestResult() { + return qaTestResult; + } + + public void setQaTestResult(String qaTestResult) { + this.qaTestResult = qaTestResult; + } + + public String getQaOwner() { + return qaOwner; + } + + public void setQaOwner(String qaOwner) { + this.qaOwner = qaOwner; + } + + public TestRun getTestRun() { + return testRun; + } + + public void setTestRun(TestRun testRun) { + this.testRun = testRun; + } + + public String getTestScenario() { + return testScenario; + } + + public void setTestScenario(String testScenario) { + this.testScenario = testScenario; + } +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRun.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRun.java new file mode 100644 index 0000000..7d1c0b7 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestRun.java @@ -0,0 +1,249 @@ +package io.fluentqa.tc.model; + +import io.fluentqa.pm.product.model.Product; +import io.fluentqa.tc.handlers.GenerateTestRecordHandler; +import xyz.erupt.annotation.Erupt; +import xyz.erupt.annotation.EruptField; +import xyz.erupt.annotation.sub_erupt.Power; +import xyz.erupt.annotation.sub_erupt.RowOperation; +import xyz.erupt.annotation.sub_erupt.Tree; +import xyz.erupt.annotation.sub_field.Edit; +import xyz.erupt.annotation.sub_field.EditType; +import xyz.erupt.annotation.sub_field.View; +import xyz.erupt.annotation.sub_field.sub_edit.BoolType; +import xyz.erupt.annotation.sub_field.sub_edit.ReferenceTreeType; +import xyz.erupt.annotation.sub_field.sub_edit.Search; +import xyz.erupt.jpa.model.MetaModel; + +import javax.persistence.*; +import java.time.LocalDate; +import java.util.Set; + +//TODO: Filter By Status +//TODO: input by Uploaded File or File Sync +@Entity +@Table(name = "test_runs") +@Erupt(name = "测试执行计划", + power = @Power(importable = true, export = true), + tree = @Tree(id = "id", label = "name", pid = "parent.id"), + rowOperation = {@RowOperation( + title = "生成执行测试用例", + operationHandler = GenerateTestRecordHandler.class)}) + +public class TestRun extends MetaModel { + + @ManyToOne + @JoinColumn(name = "product_id") + @EruptField( + views = @View(title = "产品名称", column = "name"), + edit = @Edit( + search = @Search, + title = "产品选择", + type = EditType.REFERENCE_TREE, + desc = "动态获取产品", + referenceTreeType = @ReferenceTreeType( + pid = "parent.id")) + ) + private Product product; + + @ManyToOne + @EruptField( + edit = @Edit( + title = "父级测试安排", + type = EditType.REFERENCE_TREE, + referenceTreeType = @ReferenceTreeType(pid = "parent.id") + ) + ) + private TestRun parent; + + + @EruptField( + views = @View( + title = "测试负责人" + ), + edit = @Edit( + title = "测试负责人", + type = EditType.INPUT, search = @Search + ) + ) + private String testOwner; + + @JoinTable(name = "test_run_cases", + joinColumns = @JoinColumn(name = "test_run_id", referencedColumnName = "id"), + inverseJoinColumns = @JoinColumn(name = "test_case_id", referencedColumnName = "id")) + @ManyToMany(fetch = FetchType.EAGER) + @EruptField( + views = @View(title = "包含用例"), + edit = @Edit( + title = "包含用例", + type = EditType.TAB_TABLE_REFER + ) + ) + private Set testCases; + + @JoinTable(name = "test_run_scenario", + joinColumns = @JoinColumn(name = "test_run_id", referencedColumnName = "id"), + inverseJoinColumns = @JoinColumn(name = "test_scenario_id", referencedColumnName = "id")) + @ManyToMany(fetch = FetchType.EAGER) + @EruptField( + views = @View(title = "包含测试场景"), + edit = @Edit( + title = "包含测试场景", + type = EditType.TAB_TABLE_REFER + ) + ) + private Set testScenarios; + + public Product getProduct() { + return product; + } + + public void setProduct(Product product) { + this.product = product; + } + + public String getTestOwner() { + return testOwner; + } + + public void setTestOwner(String testOwner) { + this.testOwner = testOwner; + } + + public Set getTestCases() { + return testCases; + } + + public void setTestCases(Set testCases) { + this.testCases = testCases; + } + + public Set getTestScenarios() { + return testScenarios; + } + + public void setTestScenarios(Set testScenarios) { + this.testScenarios = testScenarios; + } + + public TestRun getParent() { + return parent; + } + + public void setParent(TestRun parent) { + this.parent = parent; + } + + @EruptField( + views = @View( + title = "名称" + ), + edit = @Edit( + title = "名称", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String name; + @EruptField( + views = @View( + title = "详细" + ), + edit = @Edit( + title = "详细", + type = EditType.INPUT, search = @Search, notNull = true + ) + ) + private String detail; + @EruptField( + views = @View( + title = "开始时间" + ), + edit = @Edit( + title = "开始时间", + type = EditType.DATE, search = @Search, + boolType = @BoolType + ) + ) + private LocalDate startDate; + @EruptField( + views = @View( + title = "预计完成时间" + ), + edit = @Edit( + title = "预计完成时间", + type = EditType.DATE, search = @Search, + boolType = @BoolType + ) + ) + private LocalDate estimatedCompletedDate; + @EruptField( + views = @View( + title = "完成时间" + ), + edit = @Edit( + title = "完成时间", + type = EditType.DATE, search = @Search, + boolType = @BoolType + ) + ) + private LocalDate completedDate; + @EruptField( + views = @View( + title = "当前状态" + ), + edit = @Edit( + title = "当前状态", + type = EditType.INPUT, search = @Search, notNull = true, + boolType = @BoolType + ) + ) + private String status; + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getDetail() { + return detail; + } + + public void setDetail(String detail) { + this.detail = detail; + } + + public LocalDate getStartDate() { + return startDate; + } + + public void setStartDate(LocalDate startDate) { + this.startDate = startDate; + } + + public LocalDate getEstimatedCompletedDate() { + return estimatedCompletedDate; + } + + public void setEstimatedCompletedDate(LocalDate estimatedCompletedDate) { + this.estimatedCompletedDate = estimatedCompletedDate; + } + + public LocalDate getCompletedDate() { + return completedDate; + } + + public void setCompletedDate(LocalDate completedDate) { + this.completedDate = completedDate; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestScenario.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestScenario.java new file mode 100644 index 0000000..42e4099 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/model/TestScenario.java @@ -0,0 +1,47 @@ +package io.fluentqa.tc.model; + +import io.fluentqa.erupts.base.model.NamedModelVO; +import xyz.erupt.annotation.Erupt; +import xyz.erupt.annotation.EruptField; +import xyz.erupt.annotation.sub_erupt.Power; +import xyz.erupt.annotation.sub_field.Edit; +import xyz.erupt.annotation.sub_field.EditType; +import xyz.erupt.annotation.sub_field.View; + +import javax.persistence.*; +import java.util.Set; + +/** + * 1. 创建测试场景,关联测试用例 + */ +@Entity +@Table(name = "test_scenarios") +@Erupt(name = "测试场景管理", + power = @Power(importable = true, export = true) + +) +//@PreDataProxy(value= TestScenarioCaseProxy.class) + +public class TestScenario extends NamedModelVO { + + @JoinTable(name = "test_scenario_cases", + joinColumns = @JoinColumn(name = "test_scenario_id", referencedColumnName = "id"), + inverseJoinColumns = @JoinColumn(name = "test_case_id", referencedColumnName = "id")) + @ManyToMany(fetch = FetchType.EAGER) + @EruptField( + views = @View(title = "包含用例"), + edit = @Edit( + title = "包含用例", + type = EditType.TAB_TABLE_REFER + ) + ) + private Set testCases; + + public Set getTestCases() { + return testCases; + } + + public void setTestCases(Set testCases) { + this.testCases = testCases; + } +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestCaseRepo.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestCaseRepo.java new file mode 100644 index 0000000..770f949 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestCaseRepo.java @@ -0,0 +1,14 @@ +package io.fluentqa.tc.repo; + +import io.fluentqa.tc.model.TestCase; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TestCaseRepo extends JpaRepository { + public TestCase findTestCaseByUuid(String uuid); + +// @Query(nativeQuery = true,value = "delete from test_cases where test_plan=:testPlan") +// @Modifying +// public void deleteByTestPlan(@Param("testPlan") String testPlan); +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestResultRepo.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestResultRepo.java new file mode 100644 index 0000000..8126135 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestResultRepo.java @@ -0,0 +1,11 @@ +package io.fluentqa.tc.repo; + + +import io.fluentqa.tc.model.TestResult; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TestResultRepo extends JpaRepository { + +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestRunRepo.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestRunRepo.java new file mode 100644 index 0000000..62c60d1 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/repo/TestRunRepo.java @@ -0,0 +1,11 @@ +package io.fluentqa.tc.repo; + + +import io.fluentqa.tc.model.TestRun; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TestRunRepo extends JpaRepository { + +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/TestCaseService.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/TestCaseService.java new file mode 100644 index 0000000..fd247a4 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/TestCaseService.java @@ -0,0 +1,13 @@ +package io.fluentqa.tc.service; + +import io.fluentqa.pm.product.model.Product; +import io.fluentqa.tc.dto.TestCaseDTO; +import org.springframework.stereotype.Service; + +import java.util.List; + +@Service +public interface TestCaseService { + + public void saveProductCases(List cases, Product product, Product module); +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/MindMappingService.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/MindMappingService.java new file mode 100644 index 0000000..b2d3fd0 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/MindMappingService.java @@ -0,0 +1,57 @@ +package io.fluentqa.tc.service.impl; + + + +import cn.hutool.core.bean.BeanUtil; +import cn.hutool.core.util.StrUtil; +import io.fluentqa.erupts.base.proxies.AuditDataEnhancerProxy; +import io.fluentqa.mindmap.api.MindMapAccessor; +import io.fluentqa.pm.product.model.Product; +import io.fluentqa.tc.dto.TestCaseDTO; +import io.fluentqa.tc.model.TestCase; +import io.fluentqa.tc.repo.TestCaseRepo; +import org.springframework.stereotype.Service; +import xyz.erupt.jpa.model.MetaModel; + +import javax.annotation.Resource; +import javax.transaction.Transactional; +import java.util.List; +import java.util.stream.Collectors; + +/** + * 1.Import MindMapping file to test case database + * 2.export selected test cases as mindmapping file + */ +//TODO: convert to same TestCase Converter +@Service("mindMappingService") +public class MindMappingService { + @Resource + private TestCaseRepo testCaseRepo; + @Resource + private AuditDataEnhancerProxy auditDataEnhancerProxy; + + public List toTestCaseModel(String xmlFilePath) { + MindMapAccessor accessor = new MindMapAccessor(); + return accessor.readMindMapToBean(xmlFilePath, TestCaseDTO.class); + } + + @Transactional + public void saveTestCases(String xmlFilePath, MetaModel model) { + List testCaseModels = toTestCaseModel(xmlFilePath); + Product product = BeanUtil.getProperty(model, "product"); + Product module = BeanUtil.getProperty(model, "module"); + + List testCaseEntities = testCaseModels.stream().map(testCaseModel -> { + + TestCase tc = BeanUtil.copyProperties(testCaseModel, TestCase.class); + tc.setProduct(product); + tc.setModule(module); + tc.setSteps(StrUtil.join("\n", testCaseModel.getFeature(), + testCaseModel.getSummary(), testCaseModel.getSteps())); + auditDataEnhancerProxy.enhanceTimeAndUserAuditData(tc); + return tc; + }).collect(Collectors.toList()); + testCaseRepo.saveAll(testCaseEntities); + } + +} diff --git a/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/TestCaseServiceImpl.java b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/TestCaseServiceImpl.java new file mode 100644 index 0000000..ff4c847 --- /dev/null +++ b/fluent-erupts/fluent-tc/src/main/java/io/fluentqa/tc/service/impl/TestCaseServiceImpl.java @@ -0,0 +1,77 @@ +package io.fluentqa.tc.service.impl; + + +import cn.hutool.core.bean.BeanUtil; +import cn.hutool.core.lang.UUID; +import cn.hutool.core.util.StrUtil; +import io.fluentqa.erupts.base.proxies.AuditDataEnhancerProxy; +import io.fluentqa.pm.product.model.Product; +import io.fluentqa.pm.product.service.ProductService; +import io.fluentqa.tc.dto.TestCaseDTO; +import io.fluentqa.tc.model.TestCase; +import io.fluentqa.tc.repo.TestCaseRepo; +import io.fluentqa.tc.service.TestCaseService; +import org.springframework.scheduling.annotation.Async; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import javax.transaction.Transactional; +import java.util.List; + +@Service +public class TestCaseServiceImpl implements TestCaseService { + @Resource + private TestCaseRepo testCaseRepo; + @Resource + private ProductService productMetaService; + + @Resource + private AuditDataEnhancerProxy + auditDataEnhancerProxy; + @Override + @Transactional + @Async + /** + * notice:parent Product can't be created + * Two scenarios: + * 1. New Cases added: uuid is null + * A. Use Excel Product/Module + * B. Us Excel Product/Module is not existing, use file upload Product Module + * 2. Existing Case updated: + * A. UUID is found, and update the existing row + * B. UUID is not found, create a new row + */ + public void saveProductCases(List cases, Product parentProduct, Product module) { + for (TestCaseDTO aCase : cases) { + TestCase tcEntity; + if(StrUtil.isBlank(aCase.getUuid())) { + tcEntity = BeanUtil.copyProperties(aCase, TestCase.class); + tcEntity.setUuid( UUID.fastUUID().toString(true)); + }else{ + tcEntity = testCaseRepo.findTestCaseByUuid(aCase.getUuid()); + if(tcEntity == null){ + tcEntity = BeanUtil.copyProperties(aCase, TestCase.class); + }else{ + BeanUtil.copyProperties(aCase,tcEntity,"id"); + } + } + + if (StrUtil.isBlank(aCase.getUuid())) { + tcEntity.setUuid(UUID.randomUUID().toString()); + } + tcEntity.setProduct(parentProduct); + if (StrUtil.isBlank(aCase.getModuleName())) { + tcEntity.setModule(module); + } else { + Product newModule = productMetaService.createModuleIfNotExist(parentProduct.getId(), aCase.getModuleName()); + tcEntity.setModule(newModule); + } + if(tcEntity.getPriority() ==null) { + tcEntity.setPriority("P2"); + } + tcEntity.setProduct(parentProduct); + auditDataEnhancerProxy.enhanceTimeAndUserAuditData(tcEntity); + testCaseRepo.save(tcEntity); + } + } +} diff --git a/package.sh b/package.sh new file mode 100644 index 0000000..8a39808 --- /dev/null +++ b/package.sh @@ -0,0 +1,2 @@ + mvn clean package -Dmaven.test.skip=true + cp -rf server/target/*.jar . \ No newline at end of file diff --git a/pom.xml b/pom.xml index b5b858b..11d9218 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 1.12.2 - 1.0.SNAPSHOT + 1.0-SNAPSHOT 42.5.1 UTF-8