Populate
Fill your components and layers with dynamic data using AI or JSON sources. Streamline the process of creating realistic mockups.
AI Data
Automatically fill variables with context-aware data generated on the fly.
JSON Support
Fetch data directly from APIs or upload local JSON files as your data source.
Mapping
Flexible syntax for mapping data to text and layer visibility using double curly braces.
Powerful Syntax
| Pattern | AI Result | JSON Mapping |
|---|---|---|
| {{.name}} | "John Doe" | data.name |
| {{.city}} | "San Francisco" | data.city |
| {{.title[2 words]}} | "Hello World" | AI Generated |