SuperSmall Logo
SuperSmall
CLI SUPERHERO
HomeFeaturesDocumentationRoadmap

Documentation

Get up and running with SuperSmall in minutes
Lightning Fast
AI Optimized
CLI Native

Quick Start

1
Install

$ swift build -c release

Build from source or download pre-built binary

2
Initialize

$ supersmall init

Index your repository for fast queries

3
Query

$ 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
available
Grok
available
ChatGPT
available
Gemini
coming soon
Llama
coming soon

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

Ready to supercharge your AI development workflow?
Visit AbstractClass.net