Tools and resources for activists who refuse to stay silent.
Menazone is a mobile-first platform built to support grassroots action during urgent crises.
From organizing protests to sharing knowledge, Menazone is a hub for those who act.
🚧 Mobile MVP Live
🖥️ Tablet & Desktop coming soon
This initial release prioritizes mobile access due to the urgency of the Gaza blockade and ongoing humanitarian crisis.
- 📱 Responsive mobile-first UI
- 🧭 Navigation drawer with animated overlays
- 🌐 Language selector (i18n-ready)
- 🔎 Animated, keyboard-accessible search popup
- 💬 Clear separation between mobile-only and desktop placeholders
- 🧪 Strict type safety, linting, and pre-commit hooks via Husky
- Next.js (App Router) – Framework
- TypeScript – Type safety
- Tailwind CSS – Styling
- Framer Motion – Animation
- Iconoir – Icon system
- Husky + Commitlint + ESLint + Prettier – Code quality
git clone https://github.com/your-username/menazone.git
cd menazone
npm install