EveryDev.ai
Sign inSubscribe
Home
Tools

2,790+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1916
  • Coding1362
  • Infrastructure646
  • Marketing508
  • Projects459
  • Research417
  • Design399
  • Analytics362
  • MCP249
  • Security249
  • Testing243
  • Data235
  • Integration181
  • Prompts171
  • Learning164
  • Communication163
  • Extensions158
  • Voice140
  • Commerce128
  • DevOps113
  • Web83
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Taste Lab
    Taste Lab icon

    Taste Lab

    AI Coding Assistants

    A Claude Code skill that reverse-engineers any website's design DNA by extracting design tokens and the reasoning behind every visual decision into AI-ready files.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source Claude Code / Gemini CLI skill. Clone from GitHub and self-host.

    Engagement

    Available On

    macOS
    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsDesign ResourcesBrowser Automation

    Alternatives

    Context7UnblockedCSS Studio
    Developer
    Sen LinNetherlandsEst. 2026

    Listed Jun 2026

    About Taste Lab

    Taste Lab is an open-source Claude Code skill built by Sen Lin that turns any public URL into a structured design context file for AI agents. It goes beyond token extraction by capturing the why behind design decisions — the trade-offs that make a design coherent — and outputs both a human-readable Markdown file and a machine-parseable JSON file. The project launched on Product Hunt and earned a top-post badge, and the GitHub repository has accumulated over 100 stars since its creation in May 2025.

    What It Is

    Taste Lab (/taste) is a CLI skill for Claude Code and Gemini CLI that runs a four-step analysis pipeline on any website. It uses Playwright to open the page in a real browser, captures a full DOM snapshot and screenshots, extracts every computed style across 20 measurement categories, clusters raw values into system-level patterns, and then derives named design principles — each expressed as a Trigger → Decision → Reason → Evidence → Trade-off chain. The result is two files: {domain}.md for humans and {domain}.json for agents.

    How the Pipeline Works

    The analysis runs in four sequential steps, each handled by a specialized prompt persona:

    • Step 1 (Measure): Extracts 20 categories of design tokens — colors, type scales, spacing rhythms, border radii, shadow stacks, grid columns, and breakpoints — with exact px/hex/ratio values.
    • Step 2 (Pattern): Clusters raw measurements into 5–8 system-level rules, each with an Evidence line and a Design Goal.
    • Step 3 (Taste): Derives 4 named taste principles, each with a full Trigger/Decision/Reason/Evidence/Trade-off structure. At least one Restraint principle is required.
    • Step 4 (Observer): A quality gate that runs an anti-slop grep audit, validates the JSON, and writes the final output.

    A visual primacy rule governs conflicts: the screenshot is ground truth, and DOM data supplies exact numbers only when they agree with what is visually dominant.

    Export Formats and Integrations

    After analysis, Taste writes an additional tool-specific file so the agent picks up the design context automatically on its next run. Supported export targets include Cursor (.cursor/rules/{domain}-taste.mdc), Windsurf (.windsurf/rules/{domain}-taste.md), Claude Code (CLAUDE.md), GitHub Copilot (.github/copilot-instructions.md), Bolt (.bolt/prompt), Antigravity (GEMINI.md), v0 by Vercel (taste-tokens.css), Figma Make (taste-figma.css), and Lovable (printed for Project Knowledge paste).

    Setup Path

    Installation requires two prerequisites: Claude Code (or Gemini CLI) and the Playwright MCP server. The skill is cloned directly into the Claude skills directory (~/.claude/skills/taste), and Playwright MCP is added with a single claude mcp add command. Playwright downloads its own Chromium (~100MB) on first run. After restarting Claude Code, /taste <url> is available in any project session.

    Known Tradeoffs

    The tool is explicitly scoped to public marketing pages. Pages behind login return the login form rather than the target surface. Sites with Cloudflare or bot-detection may block the Playwright browser. Heavy SPAs that are still hydrating after load receive a caveat in the output. CSS custom property variable names are not surfaced — only computed values are captured. The --isolated flag is required to ensure each run starts with a fresh browser state, preventing authenticated sessions from contaminating the analysis.

    Update: MIT-Licensed, Active Development

    The README lists the license as MIT. The GitHub repository shows 108 stars and 13 forks as of the data captured, with the last push in June 2025. The project is described as a side project by Sen Lin and accepts issues and pull requests, with the most useful contribution signal being weak output examples submitted with the source URL.

    Taste Lab - 1

    Community Discussions

    Be the first to start a conversation about Taste Lab

    Share your experience with Taste Lab, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source Claude Code / Gemini CLI skill. Clone from GitHub and self-host.

    • Full 4-step design analysis pipeline
    • 20-category token extraction
    • Taste DNA trade-off principles
    • Dual .md and .json output
    • 9 export formats for AI coding tools

    Capabilities

    Key Features

    • Live browser capture via Playwright MCP
    • 20-category design token extraction (colors, type, spacing, radii, shadows, grid)
    • System pattern recognition clustering raw values into design rules
    • Trade-off analysis with Trigger/Decision/Reason/Evidence/Trade-off chains
    • Dual output: {domain}.md for humans and {domain}.json for agents
    • Multi-page crawl mode (2–3 linked pages for fuller system signals)
    • Anti-slop quality gate with grep audit and JSON validation
    • 9 export formats for Cursor, Windsurf, Claude Code, Copilot, Bolt, Antigravity, v0, Figma Make, Lovable
    • Visual primacy rule: screenshot is ground truth over DOM data
    • Works with Claude Code and Gemini CLI

    Integrations

    Claude Code
    Gemini CLI
    Playwright MCP
    Cursor
    Windsurf
    GitHub Copilot
    Bolt
    Antigravity
    v0 by Vercel
    Figma Make
    Lovable
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Taste Lab and help others make informed decisions.

    Developer

    Sen Lin

    Sen Lin builds Jobflow as a personal side project to help job seekers move faster and stress less. The tool aggregates job listings from major platforms and uses AI to match, score, and generate application materials automatically. Sen Lin brings an altruistic approach to product development, prioritizing accessibility by keeping the tool free.

    Founded 2026
    Netherlands
    1 employees
    Read more about Sen Lin
    WebsiteLinkedIn
    2 tools in directory

    Similar Tools

    Context7 icon

    Context7

    Context7 pulls up-to-date, version-specific documentation and code examples directly from source repositories and injects them into LLMs and AI code editors like Cursor and Claude.

    Unblocked icon

    Unblocked

    Context layer for AI-driven development that surfaces knowledge developers and agents need to generate reliable code, reviews, and answers.

    CSS Studio icon

    CSS Studio

    A visual CSS editor that lets you design in the browser and syncs every change directly to your source code via a local AI agent.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    536 tools

    Design Resources

    AI-curated collections of stock photos, icons, templates, and other design assets with intelligent search, style matching, and personalized recommendations.

    35 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    91 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussion
    5views