Effortless mock data generation for testing, development, and prototyping.
Mockly is your powerful companion for generating and managing synthetic (mock) data.
Designed for:
- 🛠️ Testing your application functionality
- 🎨 Prototyping and showcasing UIs
- ⚡ Speeding up your development workflows
Mockly helps you stop wasting time on manual data creation — and focus on building what matters.
Feature | Description |
---|---|
🔧 Custom Fields | Define data fields with categories and types that fit your needs. |
🧩 Field Templates | Use pre-configured templates to quickly apply common setups and save time. |
🧪 Mock Data Generation | Generate structured JSON data that looks realistic. |
🎯 Adjustable Output | Set the exact number of records to generate. |
📤 Export Options | Easily export the data for use in other tools or applications. |
🌓 Light & Dark Themes | Seamlessly switch between light and dark modes for a better UX. |
Easily run Mockly anywhere with Docker — perfect for local development, testing, or private use.
1. Pull the latest Mockly image:
docker pull gappbox/mockly:latest
2. Run the container:
docker run -d -p 5174:5174 --name mockly gappbox/mockly:latest
If you prefer Docker Compose for easier management:
services:
mockly:
container_name: mockly
image: gappbox/mockly:latest
ports:
- "5174:5174"
restart: always
Steps:
- Save the configuration as docker-compose.yml
- Start the container:
docker-compose up -d
- Access Mockly at http://localhost:5174
Distributed under the MIT License. Feel free to use, modify, and contribute!