Posts

Show HN: Zap Code – AI code generator that teaches kids real HTML/CSS/JS https://ift.tt/vOHR1np

Show HN: Zap Code – AI code generator that teaches kids real HTML/CSS/JS Zap Code generates working HTML/CSS/JS from plain English descriptions, designed for kids ages 8-16. The core loop: kid types "make a space shooter game", AI generates the code, live preview renders it immediately. Three interaction modes - visual-only tweaks, read-only code view with annotations, and full code editing with AI autocomplete. Technical details: Next.js frontend, Node.js backend, Monaco editor simplified for younger users, sandboxed iframe for preview execution (no external API calls from generated code). Progressive complexity engine uses a skill model to decide when to surface more advanced features. Main thing that was focused on was the gap between block-based coding (Scratch, etc.) and actual programming. Block tools are great for ages 6-10 but the transition to real code is rough. This tries to smooth that curve by letting kids interact with real output first, then gradually exposing ...

Show HN: Auto-Save Claude Code Sessions to GitHub Projects https://ift.tt/UVBMh56

Show HN: Auto-Save Claude Code Sessions to GitHub Projects I wanted a way to preserve Claude Code sessions. Once a session ends, the conversation is gone — no searchable history, no way to trace back why a decision was made in a specific PR. The idea is simple: one GitHub Issue per session, automatically linked to a GitHub Projects board. Every prompt and response gets logged as issue comments with timestamps. Since the session lives as a GitHub Issue in the same ecosystem, you can cross-reference PRs naturally — same search, same project board. npx claude-session-tracker The installer handles everything: creates a private repo, sets up a Projects board with status fields, and installs Claude Code hooks globally. It requires gh CLI — if missing, the installer detects and walks you through setup. Why GitHub, not Notion/Linear/Plane? I actually built integrations for all three first. Linking sessions back to PRs was never smooth on any of them, but the real dealbreaker was API rate limit...

Show HN: RepoCrunch – CLI to analyze GitHub repos https://ift.tt/n1LKwX7

Show HN: RepoCrunch – CLI to analyze GitHub repos https://ift.tt/LQalbkh March 13, 2026 at 10:40PM

Show HN: Svglib a SVG parser and renderer for Windows https://ift.tt/nOKFuJw

Show HN: Svglib a SVG parser and renderer for Windows svglib is a SVG file parser and renderer library for Windows. It uses Direct2D for GPU assisted rendering and XMLLite for XML parsing. This is meant for Win32 applications and games to easily display SVG images. https://ift.tt/aXK9cwJ March 10, 2026 at 08:34PM

Show HN: Web-based ANSI art viewer https://ift.tt/lEz2D1Y

Show HN: Web-based ANSI art viewer My love letter to ANSI art. Full width rendering, scrolling by baud rate, text is selectable, and more. There are some example links at the top if you're feeling lucky. https://sure.is/ansi/ March 10, 2026 at 02:10PM

Show HN: Free audiobooks with synchronized text for language learning https://ift.tt/3ojCy7a

Show HN: Free audiobooks with synchronized text for language learning https://ift.tt/6bvxOUz March 12, 2026 at 02:42AM

Show HN: Free HN Top Stories Scraper – 500 stories with score/comment filters https://ift.tt/GMEQthk

Show HN: Free HN Top Stories Scraper – 500 stories with score/comment filters https://ift.tt/ThpYLlA March 12, 2026 at 12:38AM