Introduction
Welcome to Boltz Labs documentation. Learn how to use our code intelligence tools to help humans and AI understand codebases better.
What is boltz-kit?
boltz-kit is a CLI toolkit for code intelligence. It provides commands to analyze, search, and understand codebases in formats that both humans and AI can consume.
Features
- boltz tree - Display directory structure
- boltz symbols - Extract code symbols as JSON
- boltz search - Fast regex code search
Quick Start
Install boltz-kit with a single command:
go install github.com/boltz-labs/boltz-kit@latestThen run your first command:
boltz tree .