A curated directory of hyper-local web utilities and community-built tools across Kerala - നാട്ടിലെ ആപ്പുകൾ ഒരൊറ്റ പേജിൽ.
Live at: appundo.in
This is an open-source, community-driven project. Anyone can add an app.
- Fork this repo
- Edit
/data/apps.jsonand add your entry:{ "id": "my-app", "name": "My App", "description": "One or two sentences about what it does.", "url": "https://myapp.example.com", "category": "Utilities", "tags": ["kerala", "tag1", "tag2"], "addedBy": "your-github-username" } - Open a Pull Request
Open an Issue using the New App Submission template and a maintainer will add it for you.
| Field | Required | Description |
|---|---|---|
id |
✅ | Unique, lowercase, hyphenated identifier |
name |
✅ | Display name of the app |
description |
✅ | 1–2 sentence description |
url |
✅ | Full URL with https:// |
category |
✅ | One of: Weather, Utilities, Govt, Transport, News, Tools, Health, Education, Fun |
tags |
✅ | Array of lowercase strings |
addedBy |
❌ | Your GitHub username |
addedAt |
❌ | Date added (YYYY-MM-DD) |
icon |
❌ | Emoji to use as icon |
- Next.js (App Router) — Static export
- TypeScript — Type-safe data
- Tailwind CSS — Styling
- Vercel — Hosting
npm install
npm run devOpen http://localhost:3000.
MIT — free to fork, remix, and deploy your own version.