Space Apps — Host Tools
If you're the host of a Space, Apps are the building blocks you plug in to shape it. Each App handles one job — publishing info, sharing files, asking participants to vote, generating an AI-assisted report, distributing rewards — and the App you don't need today, you simply leave out.
You'll find the apps panel at:
/spaces/:space_id/apps
From there, each App has its own dedicated URL — listed in the sections below — so you can deep-link into the exact configuration screen you need.
You don't have to enable everything. A simple Space might just use General and Files. A flagship Space with monetized reports will use Analyzes and Incentive Pool together.
General
URL: /spaces/:space_id/apps/general
The General App is the home of your Space's written content. It's where you publish the welcome page participants see, lay out the rules of engagement, embed images and videos, and link out to anything that lives off-platform. Think of it as the rich-content backbone of the Space — the same surface participants will skim before deciding whether to participate.
Use General for static, evergreen material: mission statements, FAQs, agenda overviews, code-of-conduct, and partner credits. Anything time-bound (a single poll, a one-off meet) belongs in Actions instead, so participants can find it from the action carousel.
Files
URL: /spaces/:space_id/apps/files
The Files App is the shared asset library for the Space. Upload PDFs, slide decks, CSVs, design exports, audio recordings — anything participants might need to reference while they engage. Files attached here are visible to everyone who has joined the Space, and the host controls what gets added or removed.
Files are particularly useful when you're hosting a Space around a document — a draft proposal, a research dataset, a specification — and want every participant to anchor their discussion or vote to the same source material.
Analyzes
Available on dev / staging today; production rollout pending validation.
URLs:
- Browse analyses —
/spaces/:space_id/apps/analyzes - Create a new analysis —
/spaces/:space_id/apps/analyzes/create - View an analysis —
/spaces/:space_id/apps/analyzes/report/:report_id - Per-analysis raw records —
/spaces/:space_id/apps/analyzes/report/:report_id/records - Drill into a single poll's data —
/spaces/:space_id/apps/analyzes/poll/:poll_id - Drill into a single discussion's data —
/spaces/:space_id/apps/analyzes/discussion/:discussion_id
The Analyzes App is Ratel's cross-filter analysis engine — not a longform AI narrative generator. (For the longform AI narrative side, see Reports, which covers /spaces/:space_id/report.) Each analysis you save is a saved cross-filter over your Space's polls, quizzes, follows, and discussions, with a drilldown to the per-participant records that match.
How a typical analysis flow runs
- Browse at
/spaces/:space_id/apps/analyzes— a horizontal carousel of saved analyses. The first card is always + Create new analysis; cards to its right are the analyses you've already saved. Status badges read Running / Analysis complete / Failed. - Create at
/spaces/:space_id/apps/analyzes/create— a two-step builder. Step 1 (Pick cross filters): every poll question, quiz question, follow target, and discussion thread becomes a tile; pick one or more, each becoming a chip. Comma-separated keywords are also supported (each keyword becomes its own filter). A live counter shows how many participants and records currently match. Step 2 (Preview): name the analysis, confirm the chips and a sample of the matching raw data, click Generate report. - Read at
/spaces/:space_id/apps/analyzes/report/:report_id— the saved analysis renders the cross-filter results: distribution charts for poll responses, scoring for quizzes, follow counts, comment frequencies — all narrowed to the chip set. Chips are frozen at save time, so reopening a month later shows the exact slice you saved. - Drill into raw records at
/spaces/:space_id/apps/analyzes/report/:report_id/records— paginated table of every individual record that matched (User · Question · Answer · Post · Comment · Followed). Click any chip to filter the records further. A Download Excel button at the top exports the matching records as a spreadsheet. - Single-source drilldowns — when you don't need a cross-filter, two deep links take you directly to per-source views:
/apps/analyzes/poll/:poll_idfor one poll,/apps/analyzes/discussion/:discussion_idfor one discussion thread. These are the same charting surfaces used inside the saved analysis, just scoped to one source.
Contribution records and the Phase 4 revenue split
The :report_id/records page is also the contribution records surface: per-participant breakdowns of how each respondent's activity matched the analysis you saved. This is what feeds the Phase 4 revenue split — when you publish a paid Report (Reports), sales are split 10% platform · 60% host · 30% contributors, with the contributor share weighted by relevance to the final Report.
The full Phase 4 revenue split engine (with on-chain settlement opt-in) is rolling out alongside the broader agent economy. Analyses themselves are usable today on dev / staging; the monetization layer appears in your host dashboard as it ships.
Panels
URL: /spaces/:space_id/apps/panels
The Panels App helps you reach the right people. Build a target audience for the Space — by interest, by reputation tier, by past participation, or by membership in another Space — and send a tailored invitation. Panels are also how you scope an action to a subset of participants when you don't want to surface it to everyone.
This is the App to reach for when your Space's value depends on who shows up: expert reviews, jury-style discussions, member-gated polls, or partner-specific outreach.
Incentive Pool (Beta)
URL: /spaces/:space_id/apps/incentive-pool
Available on beta builds; rolling out to production builds soon.
The Incentive Pool App is where you fund and configure the rewards participants earn from completing Actions. Set the pool size, the per-action allocation, and the rules for distribution — flat split, weighted by participation depth, or staged across phases of the Space.
When a participant completes an action that pays out, their share is drawn from this pool automatically. The pool size, current balance, and distribution history are all visible from the same screen, so you can audit your reward economy at a glance.
A Space that publishes paid reports often also runs an Incentive Pool — the pool drives participation while the report split rewards the contributors whose input made the report worth selling.
Rewards distribution is tracked from your User Rewards page (/your-handle/rewards) — there's no host-side Rewards app today. You'll see host share from published reports, platform-distributed bonuses, and reward credits routed to your account, aggregated across every Space you host.
Putting it together
A typical reward-bearing Space uses these Apps in concert:
- General publishes the framing and the rules.
- The host adds Actions (polls, discussions, quizzes, follows, meets — see Space Actions).
- The Incentive Pool funds the rewards, and Analyzes turns the activity into a report.
Every App is optional, but together they form the production line that turns a community of participants into a publishable, monetizable artifact — without losing the link back to the people who made it.