Org App
Org App
Org App
The Org App is the central administration application for FlowState. It provides comprehensive management of organizations, workspaces, users, attributes (categories and tags), and external sync integrations. This app serves as the foundation for multi-tenant data isolation and organizational hierarchy.
Key Features
- Organization Management: Create and manage multiple organizations
- Workspace Management: Organize work into workspaces within organizations
- User Management: View and manage users within the organization
- Attribute Management: Define categories and tags for entity classification
- Sync Configuration: Configure external data source synchronization (GitHub, Custom APIs)
- OAuth Integration: Secure OAuth flows for third-party service connections
Target Users
| User Type | Primary Use Cases |
|---|---|
| System Administrators | Create organizations, manage workspaces, configure sync |
| Organization Owners | Manage org settings, define attributes, invite users |
| Workspace Administrators | Configure workspace-specific settings and attributes |
Quick Links
- Features & Capabilities - Detailed feature documentation
- Getting Started - Set up and configure the app
Getting Started
Navigation
The app uses a straightforward navigation structure:
- Orgs (
/orgs) - Organization list and management - Workspaces (
/workspaces) - Workspace list and management - Users (
/users) - User directory - Attributes (
/attributes) - Categories and tags management - Sync (
/sync) - External sync configuration
Creating Your First Organization
- Navigate to the Orgs page
- Click "Create Organization"
- Enter organization name and details
- Save to create the organization
- The new organization is auto-selected if none was previously selected
Setting Up Workspaces
- Navigate to the Workspaces page
- Click "Create Workspace"
- Enter workspace name and select parent organization
- Save to create the workspace
- New workspaces are auto-selected if none was previously selected
Configuring Attributes
- Navigate to the Attributes page
- Use "Seed Defaults" for pre-configured attribute sets
- Or manually create categories and tags
- Attributes apply across the organization
App Identity
| Property | Value |
|---|---|
| Package | @epicdm/flowstate-app-org |
| Base Path | /apps/org |
| Icon | building-2 |
| Color | #3B82F6 |
Related Packages
- @epicdm/flowstate-app-framework - App container framework
- @epicdm/db-collections - Database schemas
- @epicdm/flowstate-rxdb - Database utilities