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

Project Ledger: Human-in-the-Loop Memory System for AI Coding Agents
A GitHub project introduces a YAML-based ledger system where humans curate what AI agents remember about codebases. It includes a /ledger skill, UserPromptSubmit hook for automatic context injection, and Haiku auditor review.

DAUB MCP Server Lets Claude Generate and Render UIs via JSON Specs
DAUB is an MCP server that enables Claude to generate UI interfaces directly from natural language prompts, producing structured JSON specs that render as live interfaces without code generation or compilation. It exposes four tools including generate_ui, render_spec, validate_spec, and get_component_catalog.

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.

Claude Code's Local Memory Integration with Shodh: Enhancing Context Retention Over Time
Explore Claude Code's integration with Shodh memory for long-term project context retention using a local memory server.