A pre-configured environment ready for AI-assisted legal work. Try it in your browser:
Clicking the button above opens a GitHub Codespace — a cloud development environment hosted by GitHub (Microsoft) — with the Lawvable extension pre-installed. On first launch, the extension automatically configures the editor for legal work so you don't have to. This includes installing a curated set of VS Code extensions, CLI tools, and prompt templates (skills) for common legal tasks.
The goal is a one-click setup: open the codespace, authenticate with your AI subscription, and start working. Everything pre-installed can be disabled or uninstalled — the defaults are there to save you setup time, but the workspace is fully yours to customize.
| Extension | Publisher | Installs | Verified |
|---|---|---|---|
| Claude Code | Anthropic | 6M+ | Yes |
| Codex | OpenAI | 5M+ | Yes |
| Gemini CLI | 600K+ | Yes | |
| Material Icon Theme | Philipp Kief | 33M+ | No |
| Atom One Light Theme | Mahmoud Ali | 1.3M+ | No |
| Excel Viewer | MESCIUS | 6M+ | No |
| PDF Preview | Analytic Signal | 300K+ | Yes |
| Markdown Editor | adamerose | 15K+ | No |
| SuperDoc | Superdoc | 400+ | No |
All extensions are sourced from the official VS Code Marketplace, except SuperDoc which is a Lawvable fork of the original extension, adding features for programmatic document editing with track changes.
| Agent | Provider | Source |
|---|---|---|
| Claude Code | Anthropic | Open source |
| Codex | OpenAI | Open source |
| Gemini CLI | Open source | |
| Mistral Vibe | Mistral AI | Open source |
| OpenCode | OpenCode | Open source |
These agents are installed from their official open-source repositories via Bun and uv, which are set up automatically as part of the installation process.
Your files stay with you. Documents you upload or create in the codespace live in your GitHub Codespace instance.
No telemetry. The extension collects no analytics, no usage data, no crash reports. Telemetry is explicitly disabled in the extension manifest.
Network calls are minimal and transparent. The extension only contacts lawvable.com to: (1) fetch the list of available skills; (2) download skill files you choose to install; (3) download the Superdoc fork described above. No background data collection, no tracking, no profiling.
User-initiated submissions only. If you choose to submit a skill or send feedback via the extension, you'll be prompted for your name and email — this simply sends us an email. Nothing is sent without your explicit action.
| Layer | Provider | What it handles |
|---|---|---|
| Codespace | GitHub (Microsoft) | Hosts your cloud environment and files |
| Extension | Lawvable | Configures the editor and installs tools |
| AI agents | Anthropic, OpenAI, Google, Mistral | Process your prompts using your own subscription |
| Skills | Lawvable | Prompt templates downloaded on demand |
This repository is licensed under MIT.