Agnic Flow: ship polished n8n workflows fast
Front-ends, webhooks, and JSON exports that match the hosted experience at n8n.agnic.cloud. Swap in your webhook URL and keys—no backend rebuild needed.
What’s included
Each folder bundles a static UI plus its n8n workflow JSON. Point the UI to your webhook, set credentials, and you’re live.
Workflow library
Select a starter, import the JSON into n8n, and host the matching HTML wherever you like.
Crypto Indicator Playground
Interactive dashboard that posts to your n8n webhook, fetches candles via AgnicPay, computes 11+ indicators, and asks GPT for a concise read.
Multi-market AI Trader
Agentic trading scaffold with OpenAI prompts and exchange routing. Control surface ships as a static page; swap in your webhook to execute actions.
Job Search Copilot
Upload CVs and job specs, parse PDFs in-browser, and let GPT rank fit, summarize gaps, and draft outreach inside n8n.
Resources
Quick links to configure n8n, plug in credentials, and align with the hosted demo.
n8n setup
Run locally via Docker docker run -it --rm -p 5678:5678
n8nio/n8n or with npm npm install -g n8n &&
n8n start.
Default webhook
https://indicators.app.n8n.cloud/webhook/crypto-indicators
— update the HTML files to point at your own n8n instance.
Credentials checklist
AgnicPay Universal API key for market data, OpenAI API key for GPT-4/4o, and optional exchange credentials for trading actions.