A fast, offline-searchable catalog for browsing n8n workflows

Working with large n8n workflow collections gets messy fast—hundreds or thousands of JSON files with no easy way to search or understand what’s inside. I built a simple offline-searchable catalog to make exploring workflows more practical.

Try it here (free, no signup):
https://grova.xyz/catalog


What it does

  • Instant search across workflows (client-side)

  • Filter by category and difficulty

  • Structured detail view


Why I built it

Most workflow libraries become hard to use once they grow. This was an attempt to make them easier to navigate and reuse instead of digging through folders.



Note

The full dataset and packaged version are also available on the site below for anyone who wants the complete library.
https://grova.xyz/catalog

this is genuinely useful — the discoverability problem hits hard once a workflow library grows past a few dozen files. curious how the category/difficulty tagging works, is that manually curated or extracted from the workflow JSON structure itself?