u/akopian25

▲ 0 r/css+2 crossposts

Yesterday was 1 month once I started my chrome extension for tailwind, and I got first payment

I'm a full-stack developer with 10+ years of experience. I use Angular on the frontend. I faced an issue that I experience in my everyday routine, even when I have powerful tools like Codex.

Refactoring old UI to a new frontend was painful for me. I can vibe-code complex business logic, but I can't pull markup pixel-perfect into a new codebase in seconds. Put screenshots to the Codex and have 80% confidence output + time for editing it - this is the bottleneck for me.

I built a Chrome extension that converts any interface into plain Tailwind HTML. It began as my personal tool, which I use to pull plain Tailwind into a new codebase. Then it turned out that it's not that simple: the web has a lot of markup cases, pseudo-elements, complex gradients, SVGs, authored styling priorities, etc.

It turned out that I built something big, and I wanted to share my pain and solution with you. Also, the inspiration that today it's possible to build something big in one month. Eventually, people will solve their pain as you solve yours.

Few insights about my extension:
- 95% code wrote AI
- 700+ commits created
- 40~ commits daily
- 400+ regression tests
- Developed in 1 month
- Automated self-learning
- Automated regression testing
- Automated parallelism for scheduled testing/learning
- Keeps improving every day
- First buy from guy I don't know, but feel thankful for him very much!

What the purpose:
- Refactor legacy UI without changing it appearance
- Pull any good UI element from any website, or even whole website
- Use this as the entry point for your AI - agents are understanding Tailwind better than screenshots
- Convert any AI output with inline styles, dirty code to plain Tailwind
- Customer wants like in that WOW website - got it, pull and paste to your project

Now I can pull whole Github page and convert it to Tailwind html in seconds, which is not Tailwind based and obfuscated.

https://reddit.com/link/1tc8fni/video/5l2aez94ay0h1/player

reddit.com
u/akopian25 — 10 hours ago
▲ 1 r/css+5 crossposts

My extension can pull any website to plain tailwind css

[SELF-PROMOTION]

I built Tailfind, a Chrome extension for developers who work with Tailwind.

At first, I built it for personal use. I found it very useful, especially when developing new pages based on references from other interfaces. The main pain point it solves is reducing the manual work needed to recreate UI patterns. I decided to move forward and share it with other developers. I built Tailfind using Codex and managed to create an automated flow that successfully learned how to parse elements and generate clean, plain Tailwind output.

The idea is simple:
When you find a useful UI pattern on a real page, Tailfind lets you inspect the element, capture the right fragment, and convert it into plain Tailwind-ready HTML.

- No rebuilding from a blank file.
- No manually copying styles one by one.
- Just select, copy, paste, and keep moving.

It’s especially useful when prototyping, rebuilding existing interfaces, or turning live UI references into a starting point for Angular, React, Vue, or Svelte projects. Tailfind can also open the generated HTML directly in Tailwind Play, so you can tweak the result before bringing it into your codebase.

I’m currently refining the extension and would love feedback from developers who use Tailwind in real projects.

Chrome Web Store:
https://chromewebstore.google.com/detail/tailfind/famibopnbenoegknengohifmnjnkhohh

Website:
https://tailfind.org

Full Website capture GitHub page from my extension:
https://play.tailwindcss.com/XiZtXbLn9W

u/akopian25 — 3 days ago