The simse web app at app.simse.dev gives you a full IDE-like workspace in your browser. Chat with AI, browse files, manage agents, and access your memory library — all without installing anything.
simse login in the CLI to link your account. This registers your CLI as a remote that appears in the dashboard.The workspace is the main editing surface. It mirrors the capabilities of the CLI in a browser-native interface:
The left-hand activity bar organizes the workspace into focused panels:
| Panel | What it does |
|---|---|
| Files | Browse and open project files |
| Env | View environment variables and sandbox configuration |
| Network | Inspect outgoing requests and API calls |
| Models | Select and configure LLM backends |
| Agents | Manage active and configured agents |
| MCP | Connect, configure, and monitor MCP server connections |
| Skills | Browse and manage installed skills |
| Hooks | View and manage event hooks |
| Schedule | Manage scheduled / recurring agent runs |
| Functions | Browse serverless functions you can attach to a session |
| Memories | Search your persistent memory library |
| Usage | Token consumption, credit balance, plan limits |
| Marketplace | Install extensions, tools, and configurations |
The dashboard is your home screen when you open the app. It shows:
Access settings from the gear icon in the bottom-left corner. Key sections:
The web app and CLI share the same account, sessions, and memory. Start a session on your laptop with the CLI, then pick it up in the browser from another machine. Changes to your library sync automatically — no manual export or import needed.
If you have not connected a CLI instance yet, see Remotes to get started.