# Next.js App Router SSR on Steam Games
This site showcases how to use Typesense with Next.js' App Router along with React InstantSearch for server-side rendering on a Steam games dataset.
Source Code (opens new window)
# Key Highlights
- Here's (opens new window) how to use the
InstantSearchNextcomponent fromreact-instantsearch-nextjsto render the search UI on the server. - Here's (opens new window) how to create the corresponding facet menus for your facettable fields.
- Here's (opens new window) how to use a custom double-sided range slider for applying range-based filters.
- Here's (opens new window) how to use the
DynamicWidgetscomponent in React InstantSearch. - Here's (opens new window) how to build a custom
CurrentRefinementscomponent in React InstantSearch.