Zebdah
Overview
Zebdah is a web application that distills long-form content—books, articles, whitepapers, and podcasts—into concise 1–5 minute reads. Named after the Saudi phrase "عطني الزبدة" ("give me the gist"), it caters to users seeking quick insights in both English and Arabic.
Live Demo & Source Code
- Web App: v0-zebdah-web-app
- GitHub Repo: SalehMogren/zebdah-webapp
Key Features
- 🌐 Bilingual Support: English & Arabic via Next.js and next-intl.
- 🎨 Minimalist UI: Clean layout with dark/light mode toggle.
- 🛠️ Admin Portal: Manage summaries, categories, tags, and view analytics.
- 🔍 Search & Filter: Find summaries by title, tag, or category.
- 📊 Analytics Dashboard: Monitor user engagement, read times, and subscriptions.
Screenshots
Tech Stack
Layer | Technology |
Frontend | Next.js, React, TypeScript |
Internationalization | next-intl |
Styling | Tailwind CSS, shadcn/ui |
Backend/API | Next.js API Routes |
Authentication | NextAuth.js |
Deployment | Vercel |
Current Status
- ✅ Summary listing and detail pages (EN/AR)
- ✅ Responsive design with dark/light modes
- ✅ Admin portal with CRUD and analytics
- ✅ CI/CD deployment on Vercel