OperationsSandbox · bring your own key
Test “Competitor Matrix” with your own key
Paste an Anthropic, OpenAI, or OpenRouter key. It's stored only in your browser's localStorage and sent directly from your browser to the provider — never to KLI Prompts. We have no backend that can see it.
How this works (honestly)
- Your key lives in
localStorageon this device only. - The HTTP request to the LLM goes from your browser straight to
api.anthropic.com/api.openai.com/openrouter.ai. - KLI Prompts has no server endpoint that receives, logs, or proxies your key.
- Clear it any time — there's a button below.
Step 1 · Provider
Recommended for this prompt: any · temperature 0.4
Step 2 · Your API key
Saved to
localStorage on this device. Never sent to KLI servers.Step 3 · Fill the variables
Final prompt (sent to anthropic)
You are a competitive intelligence analyst. Generate a comprehensive feature comparison matrix.
<your_product>
{{your_product}}
</your_product>
<competitors>
{{competitor_list}}
</competitors>
Analyze these products and return ONLY valid JSON (no markdown, no explanation):
{
"features": [
{
"feature": "<feature or dimension name, e.g. Pricing, Target User, Key Feature X>",
"yourProduct": "<concise description for {{your_product}}>",
"competitors": [<one string per competitor, same order as input, e.g. ["desc for comp1", "desc for comp2"]>]
}
],
"yourAdvantages": [<3-5 clear advantages {{your_product}} has over the listed competitors>],
"yourGaps": [<3-5 gaps or weaknesses {{your_product}} has compared to competitors>],
"summary": "<2-3 sentence plain-English competitive positioning summary>"
}
Rules:
- Include exactly {{competitors}} strings in each "competitors" array, one per competitor in input order
- Pick 5-8 meaningful feature dimensions that matter for buyers in this space (auto-detect from product category)
- Include: Pricing, Target User, and at least 3 product-specific features
- Keep each cell to 1-2 sentences max — be specific, not vague
- Base analysis on publicly known information about these products
- If you don't know a specific detail, write "Unknown / not public"
- Advantages and gaps should be concrete and actionable, not generic platitudesOutput — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: competitor-matrix
Prefer copy-paste? Back to the prompt page →