Skip to content

Collections

Collections are curated bundles of copy-paste UI resources — animations, pages, components, and patterns you can drop into a project. They are separate from Recommendations, which compare external tools and platforms.

How to browse a collection

On the library, use the Collection Explorer chips at the top, or open a collection directly with a URL:

https://stealthis.dev/library?collection=<id>

Example: library?collection=saas shows landing pages, dashboards, and SaaS architecture references.

Resources can join a collection via explicit collections: frontmatter or automatic tag/category heuristics. Most collection members have HTML/CSS/JS snippets and may include an Open in Lab demo.

All collections

IDTitlePurposeDirect link
saasSaaS BuildersLanding pages, dashboards, and SaaS architecture referencesOpen
motionMotion EssentialsScroll and reveal animations for modern UIOpen
heroHero StartersHero sections, CTA blocks, and landing layoutsOpen
cardsCard ComponentsGlass, metric, and content cardsOpen
dashboardDashboard UIData-heavy admin and analytics interface patternsOpen
remotionRemotion PackReact compositions for videoOpen
effectsEffectsClick, nav, slide, and feedback micro-interactionsOpen
mobile-navMobile NavigationTab bars, drawers, FABs, and bottom nav patternsOpen
chartsCharts & Data VizBar, pie, geo, and data visualization componentsOpen
restaurantRestaurantMenus, POS, checkout, reservations, and operations flowsOpen
clinicClinic & HealthcarePatient portals, booking, EHR-lite, telemedicine, clinic opsOpen
gymGym & FitnessClass booking, member portals, workout trackers, studio landingsOpen
salonSalon & BeautyBooking, stylist calendars, service catalogs, client portalsOpen
realestateReal EstateListing search, mortgage tools, agent CRM, transaction pipelinesOpen
editorialNewspaper & MagazineFront pages, article layouts, long-form features, newsroom CMSOpen
comicsComics & MangaPaged & webtoon readers, panel grids, speech balloons, series indexes, creator portal, themed landingsOpen
musicMusic & AudioArtist/album/lyrics pages, playback toolkit (player bar, waveform, equalizer, queue), discovery, artist dashboard, themed landingsOpen
wikiWiki & Knowledge BaseWiki articles, doc pages, API reference, tutorials, knowledge primitives (infobox, TOC, doc nav, callouts, version switcher, history), search & command-K, editor, KB dashboard, themed landingsOpen
patternsProduct UI PatternsOnboarding flows & empty/error states, pricing tables & paywalls, form patterns, dashboard layouts — the activation, conversion & retention surfacesOpen
web3Crypto & Web3Wallet dashboard, token swap, send/receive, tx history, web3 primitives (connect wallet, address chip, tx confirm, gas, network switch), NFT marketplace/detail, staking, liquidity pool, DAO governance, themed landings — UI-only simulationsOpen
gamedevGame Dev & GamingGame landing/store/devlog/press-kit pages, character rosters & world maps, in-game UI primitives (HUD, menus, inventory, dialogue, skill tree, quest log, health bars, loading screen), leaderboards, themed genre landings — UI-only simulationsOpen

Collections vs recommendations

Use collections when you need UI code to copy into your app. Use recommendations when you need to pick between services (hosting, auth, payments, courses, etc.).

Not sure where to start? See Choose Your Path for goal-based links to both systems.

Contributors: adding a new collection

When you introduce a new library collection ID, update this page so the public docs stay in sync with the Collection Explorer.

  1. Wire the collection in www (schema, content config, collections.ts, i18n) — see CLAUDE.md § Adding a new library collection or PHASE-WORKFLOW.md Paso 3.
  2. Add a row to the All collections table above: id, title, one-line purpose (match collection.<id>.desc in i18n), and direct link https://stealthis.dev/library?collection=<id>.
  3. For industry verticals, add a row under Build for a specific industry in Choose Your Path.
  4. Preview locally: bun run dev:docslocalhost:4322/collections/.

The canonical list of collection IDs lives in apps/www/src/lib/collections.ts (RESOURCE_COLLECTION_IDS). This doc page is the user-facing mirror — keep them aligned whenever that list grows.