# Khandaker Rajib Hossain — Personal Website
Personal website and admin-controlled CMS for **Khandaker Rajib Hossain**, a Bangladesh-based writer and activist with multiple published books and an active essay/blog practice. Built as a literary, editorial-feeling site (manuscript/press-stamp visual language) rather than a generic portfolio template — see `DESIGN_SYSTEM.md` for the full rationale.
| **Domain** | `rajibthoughts.com` |
| **Stack** | Next.js 15 (App Router) · TypeScript (strict) · Tailwind CSS · Supabase (Postgres + Auth) · Cloudinary · Resend |
| **Hosting** | Node app on Hostinger (self-hosted, not Vercel) |
| **CMS** | Custom single-admin panel at `/`, Supabase Auth-protected |
Single-admin, Supabase Auth-protected (email/password), enforced both at the route-group layout and inside every Server Action (defense in depth).
Backend Capabilities
| **Books** | CRUD, awards + purchase-links as repeatable fields, cover upload, Tiptap rich-text editor for description/excerpt |
| **Blog** | Post CRUD (Tiptap editor for content), category management, auto read-time, auto-slug (editable) |
| **Events** | CRUD, event type, date/time, location, city, Google Maps link, cover image, upcoming/past status |
| **Social Feeds** | CRUD for curated social post links (platform, URL, caption, optional thumbnail, posted date, publish status) |
| **Newsletter** | Subscriber list + CSV export, and a **Compose** page to write and send a newsletter (subject + rich HTML body) to all confirmed subscribers via Resend batch send, with a personalized unsubscribe link appended |
| **Messages** | Inbox for contact-form submissions, mark read/archived |
| **Settings** | Bio (short/long, Tiptap editor), hero quote, author photo, signature image, social links |