A community-led initiative showcasing the top n8n creators and their workflow templates.
This leaderboard recognizes contributions from n8n creators, provides visibility to their templates, and fosters healthy competition and collaboration within the community.
- Creator rankings based on workflow usage and engagement
- Monthly challenges to encourage quality contributions
- Transparent data sourcing from n8n's official API
- Community-driven updates and verification
Are you an n8n workflow template creator? You can now claim and customize your creator page! Add your own bio, social links, header images, and promotional offers.
- Find your creator page on n8narena
- Fork this repository
- Customize your creator file in
_creators/[your-username]/[your-username].md(file already exists, just needs your personal touch) - Activate your page by setting
page_status: "claimed"within your creator file. This is an important step! - Submit a pull request with your customized information
- Send a DM on LinkedIn to Eduard to confirm you are claiming your own page
For detailed instructions and examples, see the Creator Page Guide below.
When customizing your creator page, you'll work with a YAML front matter structure. Here's what you can customize:
layout: creator_page
# Required: Username for the creator (used for URL and data lookup)
creator_username: "[your-username]"layout and creator_username exactly as they are. These are required for the page to function properly.
page_status: "claimed" - this way n8n Arena knows that you explicitly want your data to be shown.
creator_name: Override your display name (by default taken from your n8n creator profile)avatar: Override your profile picture (by default taken from your n8n creator profile)bio: Update your biography. By default taken from your n8n creator profile, but you can customize it as a single string with HTML tags like<br>for line breaks.
header_image: Add a custom header background image. Place your image file in/_creators/[your-username]/directory (e.g.,/_creators/eduard/banner.jpg)header_gradient: Choose a background gradient. Possible options:ocean,sunset,forest,golden,twilight. Note: This will be hidden whenheader_imageis provided
links: Add your social media and website links. You can include more than 2 links:
links: ["https://www.linkedin.com/in/yourprofile/","https://yourweb.site"]If you have courses, services, or other offerings, you can showcase up to 2 promotional sections under offer1 and/or offer2
Click to expand the example
offer1:
title: "Self-hosting n8n?"
image: "/assets/img/preview-mini-course.png"
description: "Avoid these 5 critical mistakes."
link: "https://mini-course.parsedventures.com/"
cta: "Grab the free course"
offer2:
title: "Cut LLM processing time by 14x"
image: "/_creators/eduard/offer.png"
description: "I needed to categorize a catalogue of items with unstructured text descriptions, a perfect test case.<br>Running these sequentially would have taken around 4 minutes. With parallel processing? The entire batch completed in under 18 seconds."
link: "https://www.linkedin.com/feed/update/urn:li:activity:7330245571351359489/"
cta: "Learn how"Each offer can include:
title: Catchy headline for your offerimage: Image file (place in your creator directory)description: Brief description (HTML tags supported)link: URL to your offercta: Call-to-action button text
See _creators/eduard/eduard.md for a complete example of a customized creator page.
Example of a customized creator page with header image, bio, social links, and promotional offers
