What Are Apps?
Apps are deployable web applications that Adapt creates during your conversations. When you ask Adapt to build something interactive, like a dashboard, calculator, or data viewer, it can package the result as an app you can access anytime. Example requests that create apps:How It Works
Creating Apps
When Adapt creates an app, it handles all the technical details:- Build configuration: Install dependencies and compile the code
- Server setup: Configure how the app runs
- Port mapping: Set up networking so you can access the app
Managing Apps
Apps Page
Access your apps at Apps in the sidebar. The Apps page shows all apps in your organization. Views:- Grid view: Visual cards with app previews
- List view: Compact list for quick scanning
- Search: Find apps by name
- Sort: Newest first or oldest first
- Favorites: Star apps for quick access
- Filter: Show all apps or just favorites
Launching Apps
Click on any app to open its details page, then click Launch to start it. The app runs in a secure container and opens in a new browser tab.Apps may take a moment to start as they build and initialize. You’ll see a loading indicator while this happens.
Editing Apps
From the app details page, you can:- Rename: Change the app’s display name
- View source: See the original conversation where the app was created
Deleting Apps
Remove apps you no longer need:- Open the app details page
- Click the delete icon
- Confirm deletion
App Examples
Data Dashboard
Custom Calculator
Data Viewer
Security
Apps run in isolated containers with:- Sandboxed execution: Apps cannot access other parts of your system
- Secure authentication: Only authenticated users in your organization can access apps
- No persistent storage: App data is ephemeral and resets on restart
Apps that need access to your data sources (like databases or APIs) will include those integrations when configured during creation.
Best Practices
Be specific about requirements
Be specific about requirements
The more detail you provide, the better the app. Include what data to show, how to organize it, and any interactive features you need.
Preview before saving
Preview before saving
Always review the app preview to make sure it works as expected before saving it to your library.
Use favorites for frequently accessed apps
Use favorites for frequently accessed apps
Star your most-used apps to filter them quickly on the Apps page.
Clean up unused apps
Clean up unused apps
Periodically review and delete apps you no longer use to keep your library organized.