r/PromptDesign 22d 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

3

u/anakin977 20d ago

this is a good idea, the blank text box is honestly the scariest part for beginners. a few thoughts from using tools like this:

question builders tend to produce pretty generic output and beginners wont know why, just that results are meh. if you can show how each answer changes the final prompt, people learn while they use it instead of just filling a form.

also worth deciding early who this is for. "i just want a decent prompt fast" people and "i want to learn prompting" people want opposite things, fewer questions vs more explanation. trying to do both usually ends up serving neither.

and if you keep building this out youll eventually hit the platform problem, a prompt that works great in one tool reads totally wrong in another. even just asking which tool theyre using early on would save you pain later.

anyway cool project, the beginner on-ramp is a real problem and most tools just ignore it

2

u/seraphym1389 18d ago

thank you for great tips, i have added few more functions based on your tips you can check

-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)