Skip to content

CodeCook.live is the publishing platform for live coding. Grow your audience while you grow your skills as a developer.

Notifications You must be signed in to change notification settings

johnnybuildsyo/CodeCook.live

Repository files navigation

CodeCook.live

Daily Build Log

2025-01-03 - Day 14

πŸͺ Created hooks for session management

2025-01-02 - Day 13

πŸ¦‹ Added Bluesky sharing functionality #️⃣ Enhanced posts with hashtag support 🧡 Published first thread via Bluesky API πŸ“‚ 23 βž• 1201 βž– 388

2025-01-01 - Day 12

πŸ”„ Refactored session and authentication logic πŸ¦‹ Added Bluesky connection functionality πŸ“„ Implemented project import and editing features πŸ”§ Added search, sort, and live session management components πŸ“‚ 67 βž• 1641 βž– 592

2025-12-31 - Day 11

✨ Renamed platform to CodeCook.live πŸ”„ Massive refactor: threads β†’ sessions, sections β†’ blocks πŸ›  Added project edit page with form components πŸ“‚ 111 βž• 1553 βž– 1354

2025-12-30 - Day 10

πŸ›  Improved Typescript interfaces πŸ“„ Refactored thread fetching and parsing for clarity πŸ”— Added waitlist dialog and join functionality ✨ Enhanced project details with homepage field πŸ“‚ 40 βž• 694 βž– 291

2025-12-29 - Day 9

πŸ”— Added CommitLink and CommitLinkSelector components πŸ“ Enhanced ThreadEditor with auto-save πŸ”„ Updated thread editing and creation API πŸ“‚ 24 βž• 700 βž– 206

2025-12-28 - Day 8

πŸ“„ Enhanced ThreadEditor with filtering, error handling, and dynamic sections πŸ–Ό Added avatar upload and profile editing ✨ Improved thread and project management πŸ“‚ 94 βž• 2372 βž– 611

2025-12-27 - Day 7

πŸ”„ Refactored GitHub commits API and user profile logic πŸ›  Enhanced ThreadEditor with code changes + syntax highlighting πŸ€– Added AI assist for writing threads πŸ“„ Improved ProjectPage and UserPage πŸ“‚ 63 βž• 1571 βž– 484

2025-12-26 - Day 6

πŸ€– Added AI-generated thread ideas πŸ“„ Enhanced ThreadEditor with image upload and title selection πŸ”„ Refactored UI for thread creation and file selection πŸ›  Improved GitHub auth and CommitDiff πŸ“‚ 49 βž• 2555 βž– 588

2025-12-25 - Day 5

πŸŽ… Merry Christmas! πŸ€– Added AI connection to ThreadEditor πŸ“¦ Installed AI libraries πŸ“‚ 7 βž• 373 βž– 101

2025-12-24 - Day 4

πŸ“ Added ThreadEditor with drag-and-drop and Markdown support πŸ”„ Refactored commit and profile handling πŸ€– Integrated OpenAI for AI-assisted thread creation πŸ“‚ 38 βž• 2204 βž– 340

2025-12-23 - Day 3

πŸ‘€ Added user authentication and sign-in flow πŸ”„ Refactored GitHub integration and project logic πŸ›  Built CommitManager for managing commits πŸ“„ Enhanced UI for projects and profiles πŸ—ƒ Implemented database migrations πŸ“‚ 75 βž• 2763 βž– 368

2025-12-22 - Day 2

πŸ—‚ Organized directory structure πŸ“„ Added ProjectCard component and improved UI πŸ–Ό Enhanced app visuals with icons and tooltips πŸ›  Integrated Supabase πŸ“‚ 64 βž• 1132 βž– 411

2025-12-21 - Day 1

πŸš€ Initial prototype πŸ‘€ Built user profiles and signup flow πŸ’‘ Prototyped features and workflows πŸ“‚ 71 βž• 6867 βž– 762

Build Log Generate Stat Script

git log --shortstat --date=iso | awk '
/^Date:/ { 
    date=$2 
}
/files changed/ { 
    files[date]+=($1); 
    insertions[date]+=($4); 
    deletions[date]+=($6); 
} 
END { 
    for (d in files) {
        print d, "πŸ“‚", files[d], " βž•", insertions[d], " βž–", deletions[d]
    }
}' | sort

About

CodeCook.live is the publishing platform for live coding. Grow your audience while you grow your skills as a developer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published