Vibe Check — Devlog 🍓
well…
there was a pretty big plot twist.
the original plan was to ship Vibe Check as a Chrome extension.
everything was already built around that idea.
popup UI.
chrome APIs.
extension architecture.
the whole thing.
then i found out Google wants a $5 one-time fee just to publish an extension.
and honestly…
i was NOT about to pay $5 just so my little prompt tool could exist on the Chrome Web Store 😭
so…
i scrapped the entire extension idea.
which meant i had to redesign…
basically everything.
the whole app was originally designed around a tiny popup window.
now it had to become a full webpage.
different layout.
different navigation.
different spacing.
different interactions.
pretty much every screen got rewritten from scratch.
the funny part is that none of the actual features changed.
they just had to be rebuilt in a way that actually made sense on a full website.
while rebuilding everything i also decided to add a feature i honestly wish more AI tools had.
Token Saver :3
after Vibe Check analyzes and improves your prompt…
it can now convert the final prompt into Chinese.
before anyone asks…
no, this isn’t some weird translation gimmick 😭
the reason is actually pretty simple.
Chinese is far more information-dense than English, so the same instructions usually require significantly fewer input tokens.
that means:
- lower API costs
- fewer prompt tokens
- more room inside the context window
without changing what the prompt is actually asking.
the AI still understands exactly the same instructions.
if you want the response in English, you can literally just add:
“Respond in English, even though my prompt is written in Chinese.”
and it’ll work exactly the same.
so now Vibe Check doesn’t just make prompts better…
it also tries to make them cheaper to run.
which i thought was a pretty neat addition :3
meow