•4 min read

Building Mockator: An AI-Powered Mock Data Generator
Every developer faces the same challenge: generating realistic test data. Libraries like Faker.js exist but they're static and limited. Ask ChatGPT to "generate 50 e-commerce orders" and you'll get nice JSON, but with zero consistency—a customer named "John Doe" might have an email like "alice@example.com". I needed a tool that...