ā” N8N Workflows API: 2,053+ automations, instant search, 365 integrations, production-ready
1.0K
Add this concise description to your Docker Hub repository:
ā” High-performance N8N Workflows API with instant search across 2,053+ automation workflows. Features SQLite FTS5 search, responsive UI, and comprehensive workflow documentation. Production-ready with Docker deployment, 365 unique integrations, and sub-100ms response times.
Copy this to your Docker Hub "Overview" section:
A professionally organized collection of 2,053 n8n workflows with a lightning-fast documentation system that provides instant search, analysis, and browsing capabilities.
# Pull and run the API
docker run -d \
--name n8n-workflows-api \
-p 8000:8000 \
-v ./workflows:/app/workflows:ro \
nell1145/n8n-workflows-api:latest
# Access at http://localhost:8000
version: '3.8'
services:
n8n-workflows-api:
image: nell1145/n8n-workflows-api:latest
ports:
- "8000:8000"
volumes:
- ./workflows:/app/workflows:ro
- api_data:/app/data
environment:
- API_PORT=8000
- LOG_LEVEL=INFO
restart: unless-stopped
volumes:
api_data:
| Metric | Old System | New System | Improvement |
|---|---|---|---|
| File Size | 71MB HTML | <100KB | 700x smaller |
| Load Time | 10+ seconds | <1 second | 10x faster |
| Search | Client-side only | Full-text with FTS5 | Instant |
| Memory Usage | ~2GB RAM | <50MB RAM | 40x less |
GET / - Main workflow browser interfaceGET /api/workflows - Search workflows with filtersGET /api/stats - Database statistics (2,053 workflows, 29,445 nodes)GET /api/categories - Browse by service categoriesGET /api/workflows/{filename}/download - Download workflow JSON| Variable | Default | Description |
|---|---|---|
API_PORT | 8000 | FastAPI application port |
DATABASE_PATH | /app/data/workflows.db | SQLite database location |
DEBUG | false | Enable debug mode |
LOG_LEVEL | INFO | Logging verbosity |
Communication: Telegram, Discord, Slack, WhatsApp
AI/ML: OpenAI, Anthropic, Hugging Face
Cloud Storage: Google Drive, Google Sheets, Dropbox
Databases: PostgreSQL, MySQL, MongoDB, Airtable
Development: HTTP Request, Webhook, GraphQL
# Search for Telegram automations
curl "http://localhost:8000/api/workflows?q=telegram+automation"
# Filter by trigger type
curl "http://localhost:8000/api/workflows?trigger=Webhook"
# Get messaging workflows
curl "http://localhost:8000/api/workflows/category/messaging"
http://localhost:8000/docsFound a useful workflow? Have suggestions for improvements? Check out our GitHub repository for contribution guidelines and issue reporting.
š This repository represents the most comprehensive and well-organized collection of n8n workflows available, featuring cutting-edge search technology and professional documentation that makes workflow discovery and usage a delightful experience.
n8n automation workflows api docker fastapi sqlite search integrations productivity
Content type
Image
Digest
sha256:23d6b94a6ā¦
Size
68.9 MB
Last updated
about 1 year ago
docker pull neil1145/n8n-workflows-api