Feature Description
Hi Henry,
I've been building Intelica — a competitive intelligence API for AI agents. It returns structured market analysis with a go/no-go decision (enter/avoid/monitor/acquire/partner), IMI score, competitor mapping, and execution plan in a single JSON call.
I'd like to contribute a native Flowise node for it. The node would let Flowise users drag-and-drop competitive analysis into any agent workflow — no API setup, no prompt engineering for market research. It routes automatically based on the decision field.
Example output for "Stripe competitor in Southeast Asia":
- action: avoid
- confidence: 88%
- rationale: developer ecosystem lock-in + $9.4B capital base makes direct competition unviable
- non_obvious_insight: exploitable gap is local payment coverage (<40% merchant penetration), not the API layer
The node is pay-per-call via x402 ($0.05 USDC) so there's no cost or maintenance burden for Flowise — users pay Intelica directly.
I'd build the full node and PR it. Would you be open to reviewing it?
API: https://api.intelica.dev
Docs: https://github.com/teodorofodocrispin-cmyk/Intelica-docs
Feature Category
New Node/Component
Problem Statement
When Flowise users build business agents, they frequently need competitive market analysis before making decisions (market entry, investment screening, competitor tracking). Currently there's no native node for this — users have to build custom HTTP request nodes with complex prompting, or skip the analysis entirely. The result is agents that make business decisions without competitive context.
Proposed Solution
A native "Intelica Competitive Intelligence" node that accepts a company or market description as input and returns structured competitive analysis in a single call.
Output fields:
- decision_recommendation.action (enter / avoid / monitor / acquire / partner)
- decision_recommendation.confidence_score (0.0–1.0)
- decision_recommendation.rationale (anchored to specific data points)
- intelica_moat_index (0.0–1.0 structural moat score)
- detected_competitors (array)
- execution_plan.week_1_actions (array)
- execution_plan.budget_guidance
The node routes automatically based on action — downstream nodes receive the decision and can branch accordingly. Pay-per-call via x402 ($0.05 USDC standard). No subscription, no API key management for the platform.
Mockups or References
Live API: https://api.intelica.dev
Interactive demo: https://teodorofodocrispin-cmyk.github.io/Intelica-docs/startup-validator/demo.html
Documentation: https://github.com/teodorofodocrispin-cmyk/Intelica-docs
OpenAPI spec: https://api.intelica.dev/openapi.json
MCP server: https://api.intelica.dev/mcp
Additional Context
I'm the developer behind Intelica and would build the full Flowise node myself — the PR would be ready for review, not just a feature request. The node is backed by a competitive graph of 3,600+ companies with accumulated positioning data. Zero maintenance burden for the Flowise team.
Feature Description
Hi Henry,
I've been building Intelica — a competitive intelligence API for AI agents. It returns structured market analysis with a go/no-go decision (enter/avoid/monitor/acquire/partner), IMI score, competitor mapping, and execution plan in a single JSON call.
I'd like to contribute a native Flowise node for it. The node would let Flowise users drag-and-drop competitive analysis into any agent workflow — no API setup, no prompt engineering for market research. It routes automatically based on the decision field.
Example output for "Stripe competitor in Southeast Asia":
The node is pay-per-call via x402 ($0.05 USDC) so there's no cost or maintenance burden for Flowise — users pay Intelica directly.
I'd build the full node and PR it. Would you be open to reviewing it?
API: https://api.intelica.dev
Docs: https://github.com/teodorofodocrispin-cmyk/Intelica-docs
Feature Category
New Node/Component
Problem Statement
When Flowise users build business agents, they frequently need competitive market analysis before making decisions (market entry, investment screening, competitor tracking). Currently there's no native node for this — users have to build custom HTTP request nodes with complex prompting, or skip the analysis entirely. The result is agents that make business decisions without competitive context.
Proposed Solution
A native "Intelica Competitive Intelligence" node that accepts a company or market description as input and returns structured competitive analysis in a single call.
Output fields:
The node routes automatically based on action — downstream nodes receive the decision and can branch accordingly. Pay-per-call via x402 ($0.05 USDC standard). No subscription, no API key management for the platform.
Mockups or References
Live API: https://api.intelica.dev
Interactive demo: https://teodorofodocrispin-cmyk.github.io/Intelica-docs/startup-validator/demo.html
Documentation: https://github.com/teodorofodocrispin-cmyk/Intelica-docs
OpenAPI spec: https://api.intelica.dev/openapi.json
MCP server: https://api.intelica.dev/mcp
Additional Context
I'm the developer behind Intelica and would build the full Flowise node myself — the PR would be ready for review, not just a feature request. The node is backed by a competitive graph of 3,600+ companies with accumulated positioning data. Zero maintenance burden for the Flowise team.