200+ App Design Specs in Markdown – Drag into Claude or Cursor for Exact UI Clones

Describing a UI to Claude in prose gets you close but wrong — off colors, off spacing, missing states. The fix? Hand it an exact spec instead of a description. One developer maintains a compiled list of 200+ popular apps already written up as structured markdown design specs, available at spectr.to/gallery.
What’s in each spec
- Exact hex codes for colors
- Type scale definitions
- Spacing values (padding, margin, gaps)
- Every screen state (loading, empty, error, etc.)
- Navigation graph showing screen transitions
- Separate specs for SwiftUI, Jetpack Compose, and Expo renderers
Each spec is a markdown file with no dependencies — you drag it straight into Claude, Cursor, or any AI agent, and it has the actual values instead of guessing.
How to use
Browse the gallery at spectr.to/gallery to find an app. Download (or copy) the markdown spec for your target framework. Drop the file into your AI agent’s context or paste it inline. The agent then uses the exact spec to generate the UI code.
The maintainer is actively seeking feedback on two points: which apps to add next, and whether dragging the spec in as a file or pasting it inline yields better results — they go back and forth on that, so real-world input is welcome.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClawControl v1.7.1 fixes daily usage issues in OpenClaw client
ClawControl v1.7.1 is an open source client for OpenClaw available on Windows, Mac, Linux, iOS, and Android. This release focuses on fixing 'why is it doing that?' issues encountered during daily OpenClaw usage.

Claw Code Agent: Python Reimplementation of Claude Code Architecture for Local Models
Claw Code Agent is a Python reimplementation of the Claude Code agent architecture that runs with local open-source models through OpenAI-compatible backends like vLLM and Ollama, featuring tool calling, slash commands, and tiered permissions.

Claude Code Best Practice GitHub repository reaches 5,000 stars
A GitHub repository called 'claude-code-best-practice' has reached 5,000 stars. The repository was created with Claude to document best practices, tips, and workflows from both the creator and the community.

agentcontract v0.0.1: A Portable JSON Permission Layer for AI Coding Agents
agentcontract v0.0.1 introduces a portable JSON permission layer for AI agents, with a local browser UI for editing, validating, and dry-running tool calls.