Backlog

Last reviewed 2026-04-07.

Medium Priority

Write human-authored content for index and hello pages

src/pages/index.astro and src/pages/hello.astro are currently "under construction" placeholders. The old AI-generated versions have been archived at src/pages/ai-generated/old-entry-point.astro and src/pages/ai-generated/old-hello.astro.

Improvements

Consider bundling WaveSurfer and YouTube API

Loading these from CDN introduces external dependencies. Bundling via npm would give type safety, version pinning, and tree-shaking.

Completed