n8n templates host

Custom n8n template server

This service exposes n8n-compatible template endpoints and an admin UI to manage categories, workflows, and collections. Point your n8n instance to this host via N8N_TEMPLATES_HOST.

REST endpoints

  • /healthHealth check
  • /templates/categoriesList categories
  • /templates/searchSearch workflows
  • /templates/collectionsList collections
  • /templates/workflows/:idTemplate preview
  • /workflows/templates/:idImportable workflow

Setup checklist

  1. 1) Configure DATABASE_URL (.env or environment)
  2. 2) Run migrations with drizzle-kit
  3. 3) Seed data via npm run db:seed
  4. 4) Start dev server: npm run dev
  5. 5) In n8n set N8N_TEMPLATES_HOST to this host /api

Admin console

Manage templates directly in the browser.

Open admin