← Back to Blog

🇹🇳 tunisia-kit: Because Tunisia Deserves Better Dev Tools

Cover image for 🇹🇳 tunisia-kit: Because Tunisia Deserves Better Dev Tools

Sat Jan 31 202622d ago3 min

Why tunisia-kit exists

Let’s be honest for a second.

If you’ve ever built an app for the Tunisian market, you probably did at least one of these things:

  • Hardcoded a list of governorates directly in your code
  • Copied some outdated data from a random PDF
  • Googled “Tunisia phone number format” for the 47th time
  • Promised yourself: “I’ll clean this later” (you didn’t)

I’ve been there. We’ve all been there.

That’s exactly why tunisia-kit exists.


What is tunisia-kit?

tunisia-kit is a simple, lightweight JavaScript utility package designed to help developers work with Tunisian-specific data without the usual headache.

Think of it as your starter kit for building apps in Tunisia 🇹🇳
No scraping, no guessing, no reinventing the wheel.

Just install it, import what you need, and move on with your life.


What can you do with it?

Depending on what you’re building, tunisia-kit helps you handle things like:

  • 🇹🇳 Tunisian administrative data
  • 🗺️ Regions / governorates / cities
  • 📞 Local formats and identifiers
  • 🧠 Common data you always end up needing

Instead of rebuilding the same logic in every project, you now have one clean, reusable source.


Installation

Getting started takes exactly one command:

npm install tunisia-kit

Or if you’re team pnpm / yarn, you already know what to do 😉


Usage example

Here’s the idea (simple and straightforward):

import { /* useful stuff */ } from "tunisia-kit"; // use Tunisian data without hardcoding anything

No magic. No heavy dependencies. Just clean, readable JavaScript.


Who is this for?

tunisia-kit is for:

  • 🧑‍💻 Developers building apps for the Tunisian market
  • 🚀 Startups that don’t want messy data hacks
  • 🎓 Students working on real-world projects
  • 😩 Anyone tired of copy-pasting the same Tunisian data over and over

If your app targets Tunisia in any way — this package is for you.


Why not just hardcode it?

You can hardcode it.

You can also:

  • Rewrite the same code in every project
  • Risk inconsistencies
  • Forget to update things later
  • Lose time on stuff that isn’t your core feature

tunisia-kit lets you focus on building, not on maintaining lists.


Open & evolving

This package is open for improvement.

If you have ideas, missing data, or improvements in mind:

  • Open an issue
  • Submit a PR
  • Or just use it and give feedback

The goal is simple: Make building for Tunisia easier, one package at a time.


Final thoughts

Sometimes, the best tools aren’t flashy.

They’re the ones that quietly remove friction from your day.

If tunisia-kit saves you even 10 minutes of setup time — then it has already done its job 💚

Happy coding 🇹🇳