Skip to main content

Explore

The Explore page is the public-facing home of SuperSplat — an infinite-scroll gallery of every Public splat published on the platform. It's where visitors discover scenes without needing an account.

Browsing Explore is anonymous — no PlayCanvas account is required. An account becomes useful when you want to like, comment, or publish your own splats.

The grid

Splats are shown as cards with a thumbnail, title, and author. Click a card to open the splat's scene page.

The grid loads progressively as you scroll — the first page returns 32 splats (a 4×8 layout), and each subsequent page returns 16 (2×8). There's no "next page" button; just keep scrolling.

Sort, time, and feature filters

Explore is driven entirely by URL parameters, so any filtered view is a shareable link.

Sort (?sort=...)

ValueOrder
likes (default)Most-liked first
newestMost recently published first
oldestOldest first
viewsMost-viewed first
largestLargest file size first
smallestSmallest file size first

Time window (?time=...)

Restricts the result set to splats published within a window.

ValueWindow
month (default)Last 30 days
dayLast 24 hours
weekLast 7 days
yearLast 12 months
allNo time restriction

Feature filters (?features=...)

Comma-separated list. Available filters include:

ValueSplats matching
walkableSplats with collision — visitors can walk through them
downloadableSplats whose creators have enabled downloads

Feature filters available to you may vary depending on your account.

Search (?q=...)

The top-nav search bar adds a q= parameter that matches against splat title and description.

Combined example

https://superspl.at/?sort=likes&time=month&features=walkable&q=museum

Most-liked walkable splats published in the last month whose title or description mentions "museum."

Creator profiles

Click a card's author chip to land on that user's profile page — a grid of every Public splat that user has shared, plus their avatar, bio, and social links.

See also

  • Scene page — what happens when you click a card
  • User Profile — browse one creator's published splats
  • Manage — set your splats to Public so they appear in Explore