Search retro games powered by Xata
As a directory of classic games, this app was built with Xata using Next.js 13 to showcase Xata's data storage and search capabilities. It includes boosters and fuzziness combined with Next.js' new approach to server components and its app/ directory. The app contains over 7,000 games and can search through them in milliseconds.
This app was contributed by Anjana Sofia Vakil.
Using the app, you can search for games by name as well as filter by genre, platform, and year. The search results will match the search term even if it's misspelled, and the results are sorted by relevance. Relevance is calculated based on the proximity of the search query to the search results, and are then boosted by the game's ratings.
- Visit the App to explore, or
- View the Source Code to learn more.