The Home screen loads immediately after you sign in. It displays two curated feeds — Trending Topics and Recommended for you — and provides a search bar that filters both feeds in real time.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Layout overview
Trending Topics
A horizontally scrollable row of fixed-width space cards (300 px each) showing the most active spaces right now.
Recommended for you
A full-width vertical list of space cards personalised to your activity, rendered below the trending row.
ScrollView with pull-to-refresh support. Pulling down reloads both feeds simultaneously.
Space cards
Each card shows:- Title — truncated to 35 characters in the trending row, 45 in the recommended list
- Description — truncated to 55 or 45 characters respectively, with an ellipsis when clipped
- Author — displayed as
@username - Participant count — shown with a user icon to the right of the author line
- Hashtags — a horizontally scrollable row of coloured pill badges below the main content
Searching for spaces
The search bar sits inside the blue header, below the Space7 logo.Tap the search bar
Tap the text input labelled Search topics, users, or posts…. The border thickens to indicate focus.
Type your query
As soon as you enter at least one character, the Home feed is replaced by the
SearchScreen component, which queries the API and returns two result groups:- General Search Results — spaces matching the title or description
- Tag Search Results — spaces matched by hashtag
Tap a result
Tap any result row to open that space. This sets the global
topicId and navigates you to the Space screen.The arrow-right button inside the search bar is a visual affordance only — search results appear automatically as you type. You do not need to press it to trigger a search.
Entering a space
Tap anywhere on a space card to open it. The app setstopicId in TopicContext, which replaces the tab navigator with the Space screen.
