ArticleslgStudy

computer science

N8n

N8n is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand N8n rather than just read about it. In short: n8n (pronounced "n-eight-n", a contraction of "nodemation") is a workflow automation platform and the Berlin company, n8n GmbH, that develops it. Founded by Jan Oberhauser and first released publicly in 2019, n8n lets users build automations by wiring together applications, services and AI models in a visual, node-based editor, with the option to use custom JavaScript or Python.

N8n — main illustration
N8n — illustration

Key takeaways

  • N8n belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect N8n to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of N8n from memory before moving on to harder problems.

Reference excerpt

n8n (pronounced "n-eight-n", a contraction of "nodemation") is a workflow automation platform and the Berlin company, n8n GmbH, that develops it. Founded by Jan Oberhauser and first released publicly in 2019, n8n lets users build automations by wiring together applications, services and AI models in a visual, node-based editor, with the option to use custom JavaScript or Python. It runs as a self-hosted application or as a managed cloud service, and has been described in coverage as a source-available alternative to hosted tools such as Zapier and Make. The code is published under what the company calls a "fair-code" model, a source-available licence that allows self-hosting and modification but bars reselling n8n as a competing hosted service. n8n topped the 2025 JavaScript Rising Stars ranking by GitHub stars added over the year, raised a $180 million Series C in October 2025 at a $2.5 billion valuation, and in May 2026 took a strategic investment from SAP that roughly doubled that valuation.

History

Founding n8n was founded by Jan Oberhauser in Berlin, and the project launched publicly in October 2019. The company, n8n GmbH, was entered in the Berlin commercial register on 27 November 2019. The name is a numeronym derived from "nodemation", a blend of the editor's node view, the Node.js runtime and "automation", later shortened to "n8n". Before starting the company, Oberhauser worked in film as a visual-effects artist and pipeline engineer, with credits including Pirates of the Caribbean: On Stranger Tides.

Funding In March 2020, n8n raised $1.5 million in seed funding co-led by Sequoia Capital and firstminute capital. A $12 million (about EUR 10 million) Series A followed in April 2021, led by Felicis Ventures with Sequoia, firstminute and Harpoon taking part. At that stage the platform integrated with more than 200 applications and had a community of roughly 16,000 developers and "citizen developers". In March 2025 n8n closed a EUR 55 million (about $60 million) Series B led by Highland Europe, joined by HV Capital and earlier backers, at a reported valuation of about EUR 250 million. In October 2025 it raised $180 million in a Series C led by Accel, with Meritech, Redpoint, Visionaries Club, Evantic, NVIDIA's NVentures and Deutsche Telekom's T.Capital taking part alongside returning investors. The round valued the company at $2.5 billion and brought total funding to about $240 million. In May 2026 SAP made a strategic investment reported at more than EUR 60 million for a stake of around 1.3%, valuing n8n at about $5.2 billion and making it, by that measure, Germany's most valuable AI company. As part of the deal n8n's technology is being embedded in SAP's Joule Studio.

Platform n8n is built on Node.js and TypeScript and presents automations as a visual editor in which users connect "nodes", each standing for an application, service or operation, into a workflow. Where the visual nodes fall short, users can write JavaScript or Python in a code node. Coverage in 2025 put the number of integrations in the several hundreds, with cited figures running from about 400 to over 1,000.

Artificial intelligence features From 2022, and more visibly from 2024, n8n reoriented around artificial intelligence. It added tools for building "AI agents", workflows that call large language models to make decisions and trigger other tools, an AI workflow builder that turns natural-language prompts into automations, and integration with frameworks such as LangChain through a set of dedicated AI nodes. Trade coverage tied n8n's 2025 growth to this shift, reporting roughly sixfold growth in users and tenfold growth in revenue over the year, with annual recurring revenue above $40 million. In 2026 the company entered a partnership with Deutsche Telekom, which became a certified partner offering n8n licences, implementation and training for mid-sized businesses.

Licensing n8n's source code is publicly available under what the company calls a "fair-code" model. From its 2019 launch the project used the Apache License 2.0 with the Commons Clause, which keeps the source readable while barring commercial resale. Because these terms restrict commercial use, the licence sits outside the Open Source Initiative's Open Source Definition, and commentators have described n8n as source-available rather than open source; the early "open source" framing drew criticism from developers, including a 2019 issue on the project's own tracker. The company says it later replaced the Commons Clause arrangement with its own Sustainable Use License, which it adopted in March 2022.

Reception n8n has been positioned in coverage as a flexible, self-hostable alternative to hosted automation services such as Zapier and Make, aimed at more technical users. Its adoption climbed sharply in 2025: in the JavaScript Rising Stars ranking built from Best of JS data, n8n added more than 112,000 GitHub stars over the year to finish first overall, the largest single-year total in the ranking's ten-year run, up from about 17,000 stars and fifth place in 2024. The speed of its valuation increases also drew scepticism, with Sifted questioning in August 2025 whether the company was worth its reported price relative to comparable software firms. During the Series C, Vodafone was revealed as one of its customers. n8n has also been used as a reference workflow-automation tool in academic model-driven engineering research.

Further reading McFeetors, Jason & Pant, Tanay (February 2022). Rapid Product Development with n8n (PDF). Birmingham, England: n8n (imprint)-Packt Publishing Ltd. ISBN 978-1-80181-736-3. Retrieved 21 November 2025.{{cite book}}: CS1 maint: multiple names: authors list (link)

References

External links Official website n8n-io on GitHub

Illustrations

N8n illustration

Worked examples

Example 1 — a first encounter with N8n

Start with the simplest possible case. Write down what N8n claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to N8n before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about N8n ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of N8n

In research
N8n appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses N8n in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
N8n is common in secondary-school and first-year university syllabi. It links to neighbouring topics 2019 establishments in Germany, Automation software, Cloud applications, so understanding it makes those chapters shorter.
In everyday life
Look for N8n outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “N8n” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study N8n in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what N8n means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain N8n out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is N8n in simple terms?

n8n (pronounced "n-eight-n", a contraction of "nodemation") is a workflow automation platform and the Berlin company, n8n GmbH, that develops it. Founded by Jan Oberhauser and first released publicly in 2019, n8n lets users build automations by wiring together applications, services and AI models i…

Why does N8n matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study N8n?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on N8n.

Tags

  • 2019 establishments in Germany
  • Automation software
  • Cloud applications
  • Companies based in Berlin
  • Node-graph-based visual programming languages
  • Workflow applications

Keep exploring