Embeddable QuantGist widgets and free trader micro-tools for macro event risk workflows.
- Public dashboard components for high-impact macro events.
- Embeddable calendar and countdown widgets.
- Trader utilities such as event risk checks, heatmaps, briefings, and asset drivers.
- Proxy-backed fetchers for free/public surfaces and API-key-backed fetchers for authenticated tools.
npm install
npm run devOpen http://localhost:3000.
NEXT_PUBLIC_API_URL=https://api.quantgist.com/v1
NEXT_PUBLIC_PROXY_BASE_URL=http://localhost:3000/api/proxyFor local authenticated testing, add an API key in the browser console:
localStorage.setItem("qg_api_key", "qg_live_...");
location.reload();npm run typecheck
npm run build- API docs: https://api.quantgist.com/v1/docs
- Dashboard: https://quantgist.com
- Free API key: https://quantgist.com/signup