Mar 15, 2025

Dashboard MVP

Project CRUD with color-coded status badges (alive/stalling/shipped), stats bar, add/edit modal with validation, inline status dropdown, GitHub URL linking

Mar 15, 2025

Authentication

Email/password auth with bcrypt hashing and JWT tokens, protected dashboard routes with user isolation

Mar 16, 2025

OG Meta Tags

Full Open Graph and Twitter Card support for social previews across landing, explore, and profile pages

Mar 17, 2025

GitHub Import

Fetch public repos via GitHub API, auto-classify status (alive if pushed โ‰ค30d, stalling otherwise), batch import selected repos instantly

Mar 18, 2025

Visitor Analytics

Zero-dependency tracking script capturing pageviews, referrers, user agents with IP hashing, UTM parameter capture

Mar 19, 2025

Streak Tracking

Daily streak system with ๐Ÿ”ฅ badges, manual logging button per project, auto-tracking of edits and status changes

Mar 20, 2025

Public Profiles

Server-rendered `/u/:username` pages showing all user projects, streak badges, GitHub links, full OG/Twitter support

Mar 21, 2025

SEO Foundation

XML sitemap, robots.txt, canonical URLs, JSON-LD structured data, 14 OG meta tags, noindex on app pages

Mar 22, 2025

Welcome Email

Automated welcome email on registration via nodemailer, personalized message about shipping first project

Mar 23, 2025

Seed Project

Auto-create "My First Project" for new users, getting them to immediate action

Mar 24, 2025

UTM Attribution

First-touch UTM tracking persisted to localStorage through registration, stored in users table for source analysis

Mar 25, 2025

Explore Page

Server-rendered `/explore` showing top 50 projects ordered by recency, project cards with owners, streaks, GitHub links

Mar 26, 2025

Waitlist Capture

Email input below hero CTA with inline success feedback, silent deduplication against existing users

Mar 28, 2025

OG Image Generation

Dynamic 1200ร—630 PNG hero image generated from canvas, used for all social previews

Apr 5, 2026

Streak Milestone Cards

Achievement milestone system at 7, 14, 21, 30, 60, 90, 100, 365-day streaks. Celebration modal on dashboard, shareable achievement card pages with OG tags, achievements section with share buttons. Public at /achievements/:username/:milestone.