Skip to main content

Extracts, adapts, and deploys battle-tested features from existing codebases to new projects—complete with all dependencies, configurations, and framework integrations.

Project description

SpeedBuild

PyPI version License: Apache Python 3.8+

SpeedBuild is a local tool that extracts reusable code features from your existing codebase and makes them available through an MCP server. This helps AI coding tools (like Cursor, Claude, or Copilot) reference past implementations when generating new code, leading to more consistent results.

It runs entirely on your machine, uses your own LLM API keys, and stores data locally in Chroma (for vectors) and SQLite.

Currently focused on Django and Express projects, with support for their common patterns.

How it works

  1. Initialize in your project:

    speedbuild init
    
  2. Extract and store reusable features from your code:

    speedbuild find
    
  3. Get the MCP configuration:

    Note : you need FastMCP installed to use speedbuild MCP

    pip install fastmcp
    

    After installing FastMCP run

    speedbuild mcp-config
    

    Copy the output and paste it into your IDE or AI tool (e.g., Cursor or VS Code settings for MCP servers).

That's it. Now, when you ask your AI tool to implement something (e.g., "add user registration like we do it"), it can pull references from your extracted features, including dependencies.

You provide your own LLM API keys. You can configure different models/providers for tasks like:

  • Classification (finding features)
  • Documentation (generating docs)
  • Retrieval (natural language code search)

Everything runs locally—no data leaves your system.

Installation

pip install speedbuild

or check the releases on GitHub.

speedbuild config

to setup llm configuration and specify which models to use.

NOTE !! you need to install the relevant lanchain provider package for your model provider of choice.

# for openai
pip install langchain-openai

# for google
pip install langchain-google-vertexai langchain-google-genai

# for anthropic
langchain-anthropic 

Future plans

Phase 2 will add:

  • Versioning of extracted features
  • Collaboration (sharing across team members)
  • Monitoring

These will be paid features.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speedbuild-0.1.9.2.tar.gz (103.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

speedbuild-0.1.9.2-py3-none-any.whl (133.1 kB view details)

Uploaded Python 3

File details

Details for the file speedbuild-0.1.9.2.tar.gz.

File metadata

  • Download URL: speedbuild-0.1.9.2.tar.gz
  • Upload date:
  • Size: 103.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for speedbuild-0.1.9.2.tar.gz
Algorithm Hash digest
SHA256 0897ab9231d39dd7595ad1d5162a6ce5fe58545f9994515a204f839dca78587d
MD5 d571681de45d78173ae60b71c80e8869
BLAKE2b-256 bb7d4c13ea933b7aa684b60ca64b454a6458752098f273b5f24c8e9a397553c6

See more details on using hashes here.

File details

Details for the file speedbuild-0.1.9.2-py3-none-any.whl.

File metadata

  • Download URL: speedbuild-0.1.9.2-py3-none-any.whl
  • Upload date:
  • Size: 133.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for speedbuild-0.1.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cff54f8af681ce13d965803f2e5c37a42b5eb8269f2cbb2cb6c31700fa74d9dc
MD5 64b62d06cecc2046352863750b595e5b
BLAKE2b-256 42b6578af58ad3228b5184d5e770bfb172e08e777790e11da19b8b68d1fcab7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page