Using Claude to Build a Structured Pokémon Search Engine from Unstructured Pokedex Text

Project Overview
A developer built two Pokémon websites for the franchise's 30th anniversary using Claude: a size comparison app and a structured search engine for Pokedex text. The search engine addresses the challenge of Pokémon flavor text lacking a fixed schema—entries are recycled, incomplete, and inconsistent, making simple queries like "Which Pokémon live near glaciers and have fur?" nearly impossible.
Data Processing with Claude
The developer created dozens of single-use scripts by giving plain-English instructions to Claude:
- Deduplicate recycled text using fuzzy logic
- Categorize and merge phrases into structured attributes
- Create interactive, multi-dimensional filters for exploration
Over 500,000 words were analyzed by phrases to identify 100+ subject themes. Every phrase was classified into structured categories, transforming messy, unstructured text into fully searchable and filterable data.
Taxonomy Design
In addition to standard in-game attributes (height, type, moves, abilities, shape, region), the developer designed a hierarchical taxonomy mapping every Pokedex phrase:
- Body: traits, coverings, senses, size
- Powers & Abilities: elements, movement, attack/defense, psychic
- Nature & Habitat: land, water, sky, weather, ecology
- Behavior: social, temperament, communication, reproduction
- Culture & Stats: mythology, symbolism, human use, comparisons
UI and Implementation Details
Claude helped design the UI to let users filter, search, and explore across 8 dimensions without cognitive overload. The size comparison app was a simple image scaler using raw 3D model values that Claude reverse-engineered to understand pixel-to-meter conversions.
The developer notes that manual data review is still needed, and the UI has some clunky elements: users must manually open the hamburger menu and load moves and "classification" tags to access Pokedex lore text.
Future Improvements
Planned enhancements include adding ontology relationships so the search engine can understand related terms and synonyms from a dictionary.
Project links: https://daviddot.com/oak (search engine) and https://daviddot.com/size (size comparison).
📖 Read the full source: r/ClaudeAI
👀 See Also

Solo Developer Builds H-1B Visa Intelligence Tool with Claude Code
A developer built H1B.Guru, a free tool that processes 800K+ US Department of Labor H-1B and PERM records, using Claude Code for the entire stack from ETL pipeline to production deployment.

iOS App Built Entirely with Claude Code by Non-Engineer Ships to App Store
A product manager with no iOS development experience shipped SpectraSort, a photo sorting app built entirely with Claude Code. The app uses on-device AI for quality ranking and personal taste learning, processing about 10 photos/second on the Neural Engine.

Built a Daily YouTube → LinkedIn Pipeline with OpenClaw: Architecture, Gotchas, and Lessons Learned
A developer shares the architecture of an OpenClaw skill that scrapes 30 YouTube channels daily, analyzes transcripts via LLM, and writes to Google Sheets. Details key gotchas like Apify async vs sync, Codex idle-turn watchdog, and ARG_MAX limits.

Building an automated video editing pipeline with OpenClaw MCP tools
A developer built an OpenClaw skill that automates video editing for YouTube/Twitch content, processing 20-minute videos in 4 minutes and generating jump-cut edits, subtitles, and 20-30 shorts per recording.