Status: Work in Progress — This seed is functional but still being expanded.
Set up secure, reproducible dev environments with VS Code devcontainers.
- 12 notes covering getting started, language-specific configs, multi-repo workspaces, and security hardening
- Guides for Go, Node, Python, and Rust devcontainer setups
- Reference docs for devcontainer.json options, Dockerfile patterns, and extensions
- Troubleshooting guide for common issues
Developers setting up containerized workspaces with VS Code devcontainers, from first-time setup to advanced multi-repo configurations.
- SAME installed
- An embedding provider configured (Ollama, OpenRouter, or any OpenAI-compatible API)
same seed install devcontainer-quickstartOr clone manually:
git clone https://github.com/sgx-labs/seed-vaults.git
cd seed-vaults/devcontainer-quickstart
same init
same reindex- Run
same initto configure your embedding provider - Run
same reindexto index all seed notes - Start a conversation with your AI agent — the bootstrap note will guide first-session onboarding
- Ask about your specific language or framework setup
devcontainer-quickstart/
bootstrap.md # Pinned onboarding note
guides/ # Step-by-step setup guides
reference/ # Configuration reference docs
templates/ # Devcontainer templates
Content licensed under CC BY-SA 4.0.