HackerTrans
TopNewTrendsCommentsPastAskShowJobs

YannBuilds

no profile record

Submissions

Show HN: Indxel – Your build should fail on broken meta tags

indxel.com
1 points·by YannBuilds·5 maanden geleden·0 comments

Ask HN: Would you use an ESLint-like tool for SEO that fails your CI/CD build?

1 points·by YannBuilds·5 maanden geleden·1 comments

Show HN: OneMinuteBranding – From prompt to brand system and Claude.md in 60s

oneminutebranding.com
1 points·by YannBuilds·5 maanden geleden·6 comments

comments

YannBuilds
·5 maanden geleden·discuss
[dead]
YannBuilds
·5 maanden geleden·discuss
Thanks. That’s exactly the bet. Manual detection always loses to automated prevention. The question is whether enough devs hit this pain point to make it worth a dedicated tool vs. a quick grep before deploy.
YannBuilds
·5 maanden geleden·discuss
You’re absolutely right, and I should clarify the target: this isn't meant to replace a high-end branding agency for a multi-million dollar corporation.

I built this primarily for myself. I launch several projects a year as a "vide coder," and I realized that branding is my biggest cognitive drain. It’s not just about picking colors; it’s the constant friction of the technical tasks—converting logos to SVG, generating a full set of favicons, or manually creating social OG images. All these steps take hours and kill my shipping momentum.

To be honest, I’ve been pleasantly surprised by the results. Most of the time, I wouldn't have done better myself manually. My goal is to provide a high-quality foundation so developers can ship an MVP that looks polished and credible from day one. If the business grows, you'll eventually need a human touch—but this gets you to that stage 10x faster.
YannBuilds
·5 maanden geleden·discuss
Fair point, and thanks for the feedback. I definitely don’t want to "trap" anyone.

The intent was to let people play with the engine and see the actual value before asking for anything. I personally find it frustrating when AI tools require a credit card just to see a preview.

I’ll look into adding a small "Free preview / $49 to export" hint near the generation button to set expectations earlier.

Regarding the price, I went with a one-time payment because, as a developer, I’m tired of every utility tool becoming a $19/mo subscription. One brand, one fee, you own the code.
YannBuilds
·5 maanden geleden·discuss
I built this because I’m a vide coder, not a professional designer.

When I’m building, the "vibe" and the flow are everything. But every time I start a new project, I hit the same wall: the "branding tax." I’d lose 2 hours on tedious tasks—finding a color palette that isn't boring, wrestling with SVG vectorizers that are full of ads, and resizing favicons.

It kills the creative momentum.

So I built OneMinuteBranding to automate the stuff that usually gets in the way of shipping. It handles the boring parts:

Native SVG logos: No pixelated PNGs.

Code-first output: Generates tailwind.config.ts and variables.css directly.

Full Favicon set: Ready to drop into /public.

AI Context: It even exports a CLAUDE.md file so my AI tools (Cursor/Claude) know the brand guidelines from line one.

I also released the internal tools I built for this (PNG to SVG and a clean Favicon generator) as free standalone tools for the community.

I'd love to hear how other makers handle this. Do you spend time in Figma for every side project, or do you have a way to skip the "design phase" to stay in the flow?