Hugging Face releases Hedgehog Layout: open model for layout generation and JSON export
AI · 4 min read
Hedgehog Layout takes prompts, Figma frames, or plain content outlines and produces layout hierarchies with explicit component definitions, spacing scales, and token mappings. The exported JSON conforms to a schema that many front-end frameworks can ingest, enabling automated conversion to components.
Hugging Face provided a hosted inference API and a client library for in-app integration. The model's open weights and schema documentation let teams fine-tune behavior for company-specific design systems. The release also included evaluation benchmarks comparing generated structure to human-produced layouts across e-commerce and dashboard domains.
Adopters praised the potential to reduce handoff friction and accelerate prototyping. Some engineers asked for clearer round-trip fidelity (design-to-code-to-design) and stronger guarantees when mapping complex interactions; Hugging Face plans to publish best-practice guides and an SDK for round-trip consistency checks.