☁ Cloud Gemini 3.5 Flash
  • Your API key is stored locally in your browser — never sent to CiarAI
  • Prompts are sent only to OpenRouter when you generate or test
  • No CiarAI backend, no analytics, no telemetry of any kind
API Key
Endpoint

🔒 Prompts and test responses go directly from your browser to OpenRouter — no CiarAI backend, no analytics.

🔒 Prompts are processed entirely on your local Ollama instance — nothing leaves your machine.

Ollama CORS Setup Required
This page runs from file:// — the browser sends Origin: null which Ollama blocks by default. Restart Ollama with OLLAMA_ORIGINS=*:
  1. Stop Ollama (quit tray icon or Ctrl+C in terminal)
  2. Windows PowerShell:
$env:OLLAMA_ORIGINS="*" ; ollama serve
  1. Mac / Linux:
OLLAMA_ORIGINS="*" ollama serve
  1. Reload this page. Also ensure a model is pulled: ollama pull gemma4
Checking…
Dialect Controls language conventions when writing your prompt — spellings, idioms and phrasing. US keeps Americanisms; UK/IE uses British / Irish conventions; AU uses Australian conventions. Remembered between sessions.
Creativity Controls how precise vs exploratory the AI is when generating your prompt. Auto-sets based on the selected tool — click to override. Does not affect how the target tool responds. Remembered between sessions.
Tone Controls the register used when writing your prompt — Formal, Professional, Conversational, or Direct. None leaves tone decisions to the AI. Remembered between sessions.
Frequently Asked Questions
✦ See it in action — click any example to load it
💬 ChatGPT
Email follow-up
You typeWrite a follow-up email to a client who hasn't responded in two weeks…
↓ generates
CiarAI buildsRole-aware email prompt with tone, constraints, CTA structure and length limits
⚡ Claude Code
Agentic coding task
You typeAdd Google OAuth sign-in to our Next.js app alongside existing email/password…
↓ generates
CiarAI buildsGoal / scope / stack agentic brief with boundaries, success criteria, and file constraints
🎨 Midjourney
Image prompt
You typeA hero image for a fintech startup. Modern, trustworthy, navy and gold…
↓ generates
CiarAI buildsComma-separated descriptor prompt with style modifiers, aspect ratio, and quality flags
Advanced — all features enabled
01 · Your Request
0 chars ⚡ Claude Code Mode
02 · Target Configuration OpenRouter
03 · Additional Context Optional — updates with use case
04 · Generated Prompt

Fill in your request, select a tool
and use case, then click Generate

05 · Test Response

Click "Test Prompt" to run the generated
prompt via OpenRouter and see the live response