Launching today

Reseed
Stop your AI editor from generating UI slop.
6 followers
Stop your AI editor from generating UI slop.
6 followers
Reseed is a CLI that extracts a real design system from any URL — colors, type, spacing, motion — and drops it into your repo. Your AI editor (Cursor, Claude Code, Windsurf) reads it on the next prompt, and stops generating gradient-pink AI-demo UI.






Free Options
Launch Team / Built With



@khaled_waleed
How far does Reseed go beyond visual tokens? Does it also capture component patterns and layout rules?
@dmitrii_volosatov
Yes, visual tokens are the floor, not the ceiling.
Beyond colors/type/spacing, every extraction captures:
• Component patterns: button variants (primary/ghost/destructive), card anatomy (padding, radius, border vs shadow), input styling (border, focus ring, label placement), nav items, badges. Each one comes back as real class strings + a one-line rule (e.g., "Buttons never use gradients; primary is the indigo accent on near-black").
• Layout rules: container max-width, section vertical rhythm, grid column counts and gaps, whether the site uses bento layouts vs straight stacks, where dividers/borders carry the structure vs whitespace.
• Motion grammar: the cubic-bezier curves, durations, hover patterns, and entrance animations. This is the one most tools skip, and it's why AI-generated UI always feels "off" even when the colors are right.
• Navigation style: fixed/sticky, blur backdrop, height, link weight, active-state treatment.