n8n-docs

Documentation for n8n, a fair-code licensed automation tool with a free community edition and powerful enterprise options. Build AI functionality into your workflows. (by n8n-io)

N8n-docs Alternatives

Similar projects and alternatives to n8n-docs

  1. Strapi

    504 n8n-docs VS Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Nest

    369 n8n-docs VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  4. n8n

    348 n8n-docs VS n8n

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

  5. shadcn/ui

    316 n8n-docs VS shadcn/ui

    A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

  6. mantine

    248 n8n-docs VS mantine

    A fully featured React components library

  7. Refine

    224 n8n-docs VS Refine

    A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

  8. Node RED

    210 n8n-docs VS Node RED

    Low-code programming for event-driven applications

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ToolJet

    188 n8n-docs VS ToolJet

    Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀

  11. airbyte

    156 n8n-docs VS airbyte

    The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

  12. Typesense

    Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  13. shields

    140 n8n-docs VS shields

    Concise, consistent, and legible badges in SVG and raster format

  14. good-first-issue

    Make your first open-source contribution.

  15. langchain

    71 n8n-docs VS langchain

    🦜🔗 Build context-aware reasoning applications

  16. plotly

    68 n8n-docs VS plotly

    The interactive graphing library for Python :sparkles:

  17. Dev_Interview_Prep_App

    This is an Open Sourced Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for help!

  18. ai

    29 n8n-docs VS ai

    The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents

  19. supervision

    25 n8n-docs VS supervision

    We write your reusable computer vision tools. 💜

  20. ui.mantine.dev

    22 n8n-docs VS ui.mantine.dev

    Mantine UI website and components

  21. analytics-engine

    An environment of open source services used for market analysis

  22. Docker Compose

    Define and run multi-container applications with Docker

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better n8n-docs alternative or higher similarity.

n8n-docs discussion

Log in or Post with

n8n-docs reviews and mentions

Posts with mentions or reviews of n8n-docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-29.
  • No-Code Magic with n8n: I Built a Cheeky Telegram News Bot in Hours!
    2 projects | dev.to | 29 Apr 2025
    Finally, make sure you have n8n installed. If you’re running n8n locally, you might need a tool like ngrok to create a webhook URL (since Telegram needs a webhook URL to listen to your bot). If you’re using n8n’s cloud version, you’ll already have a webhook URL. For more details, check out the n8n documentation.
  • How to Install n8n on Ubuntu with HTTPS
    1 project | dev.to | 22 Jan 2025
    You’ve successfully installed n8n on your Ubuntu server with HTTPS. You can now access your n8n instance securely via your domain. Enjoy automating your workflows with n8n! For further customization and integration ideas, refer to the official n8n /.
  • Como Instalar o n8n com Suporte a Pastas para Workflows - Guia Completo de Instalação Local
    3 projects | dev.to | 26 Dec 2024
    Documentação do n8n
  • How to Set Up n8n on DigitalOcean with Docker and Caddy
    2 projects | dev.to | 25 Dec 2024
    For more details and troubleshooting, refer to the n8n documentation.
  • My 2024 Good Links List
    9 projects | dev.to | 6 Dec 2024
    N8n Docs – Workflow automation platform documentation.
  • Top 15 Open-Source Low-Code Projects with the Most GitHub Stars
    11 projects | dev.to | 18 Jul 2024
    GitHub https://github.com/n8n-io/n8n GitHub Stars 42.7k Most Recent Update on GitHub Within one day Open Source License Sustainable Use License Number of Active Contributors This Year 30 Acceptance of External PRs Yes Official Website https://n8n.io/ Documentation https://docs.n8n.io/
  • The 20 Most Trending Open Source Tools for Ecommerce
    1 project | dev.to | 4 Feb 2023
    n8n (27.2k)
  • Retrospective: Making a contribution to n8n
    4 projects | dev.to | 9 Nov 2022
    n8n documentation
  • How to get more GitHub Stars and Followers on Open Source Projects ?
    8 projects | dev.to | 25 Jul 2022
    Focus on Documentation We get more traffic to our documentation than our main website. A well-documented project is always loved by the community. Open-source projects like Docusaurus make it super easy to build documentation portals that look great just out of the box. Adding links to the repository from the documentation can drive more visitors to your repository. What to include in documentation How to install/deploy the project If the project has a compiled software as the final product, make sure to add installation instructions. If the project is the codebase for a library such as an npm package or a Ruby gem, include details on how to import and use the library. If the project needs to be or can be deployed on platforms like Kubernetes, Docker, Heroku, and others, include separate guides for each of the options. Contributing guide Apart from the contributing guide doc in the codebase, add one to the documentation, too. It should include guides for setting up a local environment on different platforms like Docker, Mac OS, Ubuntu, Windows, and so on. Tutorials and code examples If this is applicable, it can be really helpful. How to guides on using using the project will show other devs how they can actually get started. It can be code examples if the project is a library. Architecture reference It will be helpful for the contributors if the documentation has details on different components of the project. For example, if the project has server and client components, include a diagram on how everything works together. Here are some projects with great documentation: https://docs.nestjs.com/ https://docs.n8n.io/ https://guides.rubyonrails.org/ https://plotly.com/python/ https://docs.mapbox.com/ https://www.github-stars.com or Github24.
  • 12 ways to get more GitHub stars for your open-source project
    10 projects | dev.to | 16 Jan 2022
    Here are some projects with great documentation: a) https://docs.nestjs.com/ b) https://docs.n8n.io/ c) https://guides.rubyonrails.org/ d) https://plotly.com/python/ e) https://docs.mapbox.com/
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic n8n-docs repo stats
12
614
9.8
4 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that HTML is
the 9th most popular programming language
based on number of references?