Discover koalaz: a simple npm package to generate mock data about koalas!



This content originally appeared on DEV Community and was authored by MattQ

koalaz is a mock data generator, designed for tests, prototypes, and developers who want something simple, fast, and a little fun.

🐨 Why “koalaz”? Because koalas are chill animals, they sleep all day… and “koala” was already taken lol.

⚙ What does it do?

  • Generates placeholder data (names, numbers, objects, arrays…)
  • Supports tons of different data types (text, number, JSON, table, color, ASCII, email, password, and more)
  • Works offline too, with no external calls and no third-party dependencies.

📦 npm: https://www.npmjs.com/package/koalaz
💻 GitHub: github.com/mattqdev/koalaz

If you need a lighter and more fun alternative to Faker or Lorem Ipsum, or just want a meme-style mock tool, try koalaz.

Feedback, stars, forks, contributions—all welcome!


This content originally appeared on DEV Community and was authored by MattQ