Snippet Box logo
Dev · self-hosted

Snippet Box in one click.

Snippet Box is an organize and manage code snippets in-browser you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Snippet Box?

Snippet Box is a self-hosted web application for organizing and storing code snippets. It provides syntax highlighting, tagging, and full-text search via a browser-based interface.

CategoryDev
Default port8409
Container imagepawelmalak/snippet-box:latest

Run Snippet Box in Even

Even Stacks launches Snippet Box as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Snippet Box in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8409, and serves it over trusted HTTPS at https://snippet-box.localhost.

Drive Snippet Box with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Snippet Box directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside the container, build against the service, and read its logs to debug. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Snippet Box and get it ready", and the agent handles it end to end.

How agents reach it: Add, organize, and search code snippets at http://localhost:8409 with per-language syntax highlighting. All data is stored in SQLite inside the /app/data volume. No public REST API is available; all operations go through the web UI.

More Dev services

Other one-click services you can launch in Even Stacks.