Yozora-fm: Interactive Anime Music Galaxy Visualization

Interactive Anime Music Visualization
Yozora-fm is a web-based interactive visualization that maps anime opening and ending songs as stars in a galaxy. The project contains over 9,000 tracks from various anime series.
Key Features from Source
- Star Mapping: Each star represents an anime OP or ED song
- Visual Organization: Stars are colored by genre and positioned by era
- Temporal Layout: Older shows appear on the outer rim, newer ones toward the center
- Interactive Playback: Clicking a star plays the corresponding video
- Exploration Mode: Users can wander through the visualization for discovery
- Content Scale: Includes 9,000+ anime opening and ending songs
The project was developed over several months according to the creator. The interface appears to be built for both targeted song selection and ambient exploration, with the creator describing the experience as letting "nostalgia hit you" during wandering.
For developers interested in data visualization, this represents a creative application of spatial mapping techniques to media collections. The era-based positioning suggests chronological data organization, while genre-based coloring provides categorical filtering through visual encoding.
📖 Read the full source: r/ClaudeAI
👀 See Also

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.

Tendr Skill: Deterministic CLI Operations for Agent Memory Management
Tendr Skill is an Agent Skill that separates reasoning from execution for structured long-term memory, allowing agents to decide what needs changing while a CLI tool handles structural operations deterministically. It supports [[wikilinks]] and explicit semantic hierarchies across files.

Claude-Code v2.1.63 adds HTTP hooks, slash commands, and fixes memory leaks
Claude-Code v2.1.63 introduces HTTP hooks for JSON-based external calls, adds /simplify and /batch slash commands, and fixes multiple memory leaks in long-running sessions. The release also improves MCP server handling and VSCode integration.

Claude Code Hooks Implementation Project Covers All 23 Hooks
A developer has built a project entirely with Claude code that implements all 23 Claude code hooks, with a video explaining each hook's use case and a GitHub repository available.