BlueprintsCLI
A command-line tool for storing and finding code snippets using semantic search
Core Features
Submit Code
Store code snippets with automatically generated metadata including name, description, and categories.
Semantic Search
Find snippets using natural language queries that understand the meaning behind your code.
Organized Listings
Browse all your stored snippets with their metadata in a structured, easily navigable format.
Visual Workflow
Input Code
Submit your code snippet or file through the command line interface.
Process Metadata
The tool analyzes your code and generates descriptive metadata automatically.
Search & Retrieve
Find your code later using natural language queries that understand the context.
Powered By

PostgreSQL
With pgvector extension for efficient similarity search

Google Embeddings
text-embedding-004 model for semantic understanding

OpenAI/Gemini
For metadata generation and AI-powered features
CLI First
Designed for developer workflows with minimal friction
Command Reference
Submit a Snippet
Submit a code file or snippet to be stored with automatically generated metadata.
Search Snippets
Find code snippets using natural language queries that understand the context of your code.
List Snippets
View all stored snippets with their metadata in a structured format.
View Snippet
Display the full details of a specific snippet including code and metadata.