Documentation
Get up and running with SuperSmall in minutes
Quick Start
1Install
$ swift build -c release
Build from source or download pre-built binary
2Initialize
$ supersmall init
Index your repository for fast queries
3Query
$ supersmall query "auth logic" | kandi --provider claude
Find relevant code and send to your AI provider
Core Commands
supersmall init
Initialize repository index
supersmall query
Search and retrieve optimized context
supersmall update
Update index with latest changes
supersmall stats
View index statistics
supersmall export
Export index for sharing
supersmall import
Import existing index
AI Providers via Kandi CLI
Claude
Grok
ChatGPT
Gemini
Llama
SuperSmall works seamlessly with Kandi CLI to support multiple AI providers. More integrations coming soon!
Example Usage
# Find all authentication-related code
$ supersmall query "authentication login session" | kandi --provider claude
# Analyze database models and relationships
$ supersmall query "models schema database" | kandi --provider grok
# Review API endpoints and routes
$ supersmall query "api routes endpoints controllers" | kandi --provider openai