Back to browse
PokeDex++ – I rebuilt my Pokémon app as a web app

PokeDex++ – I rebuilt my Pokémon app as a web app

by meimeixoxi·Feb 17, 2026·2 points·2 comments

AI Analysis

MidCozySlick
The Take

The author ported a full mobile feature set — card collection with unlockable skins, DexCoins, buddy progression and fast search — into a tidy React SPA, and the onboarding + region filters show real UX attention. It's enjoyable and clearly a labor of love, but it's essentially a niche fan app rather than a novel product; open-sourcing or adding persistence/trading would be the obvious next moves.

Category
Target Audience

Pokémon fans, collectors, and hobbyist web gamers

Post Description

Hi HN,

I originally built PokeDex++ as a mobile app using React Native and Expo. It was designed to be more than just a Pokédex — it included features like a card collection system, buddy progression, virtual coins, and detailed stat pages.

But I couldn’t afford the Play Store developer fee at the time, so the app never got published.

Instead of abandoning the project, I decided to rebuild the entire thing as a web app using React and deploy it independently.

The current web version includes:

• Individual pages for each Pokémon • Card collection system with unlockable skins • Virtual currency (DexCoins) • Buddy progression mechanics • Fast search and navigation

This is a solo passion project, and I’m continuing to improve it.

I’d really appreciate any feedback, suggestions, or criticism.

Thanks for checking it out.

Similar Projects

GamingMid

PokeDex++ – I rebuilt my Pokémon app as a web app

UI-first fan project: app-like onboarding, region filters, search and a neat card grid make browsing the Gen lists pleasant on desktop and mobile. It feels like someone ported their native app faithfully to the web and focused on micro-interactions (onboarding modal, pill filters, collection hearts), but there's no fresh functionality or technical novelty to push it past ‘solid’ — the 'offers on login' hint at gated features that would need real value to justify returning.

Crowd PleaserSlick
meimeixoxi
103mo ago
GamingMid

We rebuilt Flood-It in Bun/vanilla JavaScript, and added a Maze mode

Maze mode is a thoughtful twist — you’re no longer just coloring tiles but navigating corridors to a goal, which changes tactics in a satisfying way. The repo is also a small engineering showpiece: the author stripped out React/Tailwind for vanilla JS on Bun and used tools like OpenAI Codex and Windsurf IDE, so it’s as useful for learning implementation choices as it is for killing five minutes.

CozyWizardry
ekremkrc
113mo ago