App directory entry
Safe directory projection of canonical owning App identity.
Key fields: id, app_name, ecosystem_id, slug, status
Links to: User, Ecosystem directory entry
About FireUX
FireUX is the operating system for builders and operators. We run app discovery, module composition, and ecosystem operations from one structured platform.
We run ecosystem apps from one platform surface, so teams can ship faster, keep architecture aligned, and scale modules without fragmenting the system.
What this page covers
Modules
Each module owns a clear platform responsibility and together they run one operating core.
Entities
Safe directory projection of canonical owning App identity.
Key fields: id, app_name, ecosystem_id, slug, status
Links to: User, Ecosystem directory entry
Public root identity with app and profile relationship indexes.
Key fields: id, display_name, handle, app_ids, profiles
Links to: App, StitchProvider, StitchRequest
Safe public projection of an owning Ecosystem record.
Key fields: id, name, slug, status, app_count
Links to: App directory entry
Source-controlled package metadata; not an entity or public directory row.
Key fields: type, id, name, team
Links to:
Service provider profile record for capabilities and availability.
Key fields: id, display_name, type, availability, tags
Links to: User, StitchRequest
Service request record posted for matching and delivery planning.
Key fields: id, title, status, budget_type, tags
Links to: User, StitchProvider
Structure
Project (FireUX control plane) <- Ecosystem.project_id <- App.project_id Ecosystem <- App.ecosystem_id Module package manifest -> package/runtime wiring only User -> App (membership/admin) -> StitchRequest StitchRequest <-> StitchProvider