v0.1.0 — First Light
Added
- Launched domainmarket.pk MVP — live and indexed
- Domain listing page with 8 curated premium .pk domains
- Individual domain detail pages at /d/[domain]
- Domain Kingdom teaser — interactive 'Plant the Flag' section on homepage
- Updates / changelog page (this page)
- Contact / inquiry form with mailto action
- About & vision page
- Static TypeScript seed data — no database required for v0.1
- Playfair Display + Inter font pairing for premium feel
- Responsive Tailwind design system with forest-green and gold palette
Bugs Found
- Contact form uses mailto: — opens email client instead of submitting inline
Omitted / Deferred
- Full admin panel — deferred to v0.2
- PostgreSQL database — not needed for static MVP
- User authentication and sessions — deferred
- Payment or escrow integration — out of scope for now
- Full Domain Kingdom game with per-domain stories — teaser only in v0.1
- Blog and editorial content — deferred
- AI domain valuation engine — deferred to v0.3
- Analytics and traffic dashboard — deferred
- Inquiry tracking to database — deferred
- Coming soon / maintenance mode — deferred to v0.2
Coming Next
- Wire contact form to email backend (Resend API)
- Add PostgreSQL with Prisma for inquiry and waitlist tracking
- Expand domain listing to 20+ curated entries
- Admin panel for domain management (add, edit, hide, sell)
- Domain Kingdom: add unique story mode per individual domain
- Vercel Analytics for traffic insights
- Open Graph images and rich SEO metadata per domain
- Coming soon / maintenance mode with env-var toggle
- CI/CD: PR preview deployments via GitHub Actions + Vercel
- CI/CD: CodeQL security scanning and Dependabot