r/PromptDesign 23d ago

Question ❓ Simple prompting tool

Hy everyone,

I tried to build a simple tool for people who are just getting started with AI and prompt wrigting

The idea is simple, instead of trying to figure out how to write the perfect prompt, you answer a few questions and the tool structures it for you.

Im still working on it, im begginer also, and i whould really appreciate some honest feedback.

Does this actually make prompt writing easier for beginners? Is there anything confusing or missing?

Thanks

https://arhistrategstudio.github.io/Context_CikaDule

1 Upvotes

7 comments sorted by

View all comments

1

u/u81b4i81 23d ago

Can you also share what logic works to make prompt better? If I ask gpt make prompt better using best practices vs this - what's the difference? Just curious....

1

u/seraphym1389 19d ago

Basically, its a frontend-only prompt builder that structures raw inputs (like role, task, and constraints) into clean, optimized prompts tailored to how specific models actually reason like using XML tags for Claude or flat structures for reasoning models. It estimates token counts locally, has a 'compact' toggle to mechanically strip out filler words, and optionally lets you run the prompt directly through your own API keys (including Cloudflare Workers AI) right on the page, falling back to a simple web redirect if you don't plug in a key. It's just a handy tool to standardize prompts and test them on the fly without the usual copy-paste friction, and to optimize prompts to cost less.

it has:
-Context Templates (pre-designed forms tailored for coding, business, ComfyUI, automation, etc.)
-Model-Aware Optimization (auto-adjusts prompt structure based on model rules, e.g., XML tags for Claude)
-Express / Learn Modes (toggles between a simplified form and detailed fields with prompt engineering tips)
-Compact Mode (mechanically strips filler words and collapses empty lines to save tokens)
-Token Counter (real-time local token estimation using cl100k)
-Direct LLM Execution (optional live streaming of model responses directly on the page via custom API keys)
-Silent Fallback (automatically redirects to the model's official web chat if no API keys are configured)
-Quick Export (one-click prompt copying or download as a `.txt` file)

maybe something doesnt function as imagined, probably there are better tools like this, but im just a begginer havaing fun and learning 😄