What problem does it solve?
Building Fusebase apps that are embedded in custom portals typically requires manually passing and validating portal IDs, which creates redundant work, introduces errors from mismatched portal identifiers, and breaks when apps are deployed to different portal environments.
Core Features & Use Cases
- Automatic Portal Context Resolution: Embedded apps automatically inherit the current portal's context, eliminating the need to manually pass portal IDs as parameters.
- Portal-Scoped Data Filtering: Use the {{CurrentPortal}} dynamic value in view filters to automatically show data relevant to the hosting portal.
- Embed Location Listing: When enabled, list all portal pages where the app is embedded using the Fusebase Gate SDK for runtime use cases.
- Use Case: For example, build a client-specific support ticket dashboard that automatically shows only tickets for the client's portal, with no manual configuration needed per deployment.
Quick Start
Use the fusebase-portal-specific-apps skill to build an embedded Fusebase app that displays data automatically filtered to the portal it is hosted in.