SCIA v4.0 — 7-Stage Intelligence Pipeline

Your AI finally understands
your entire codebase.

AI memory isn't enough. SRT-1 gives you cryptographic provenance over your intellectual contributions. We index your codebase, tag risk, and build a cryptographically signed Trust Chain — proving your team's ownership over everything your AI generates.

pip install srt1-code-indexer
Start Free — No credit card Read the Docs →
7
Pipeline Stages
10+
Languages
8
Risk Tags
0
Dependencies
Features

Everything your AI needs to know.

One command. One signed manifest. Every AI tool aligned.

🔍

Deep Code Analysis

Parses Python, JavaScript, TypeScript, Go, Rust, Java, C#, and C/C++. Extracts every class, function, and cross-file dependency chain.

🏷️

Role & Risk Tagging

Every symbol gets an architectural role (ORCHESTRATOR, AUTH_SECURITY, SERVICE_LAYER…) and risk tags (AUTH_SENSITIVE, WRITES_TO_DB, DYNAMIC_EXECUTION…).

🔐

Trust Chain

SHA-256 chained hashes across all 7 pipeline stages. Verify the manifest was produced by a clean, uninterrupted run — cryptographically provable.

✍️

Provenance Stamps

Every artifact carries a cryptographic SCIA provenance signature. Detect tampering before trusting any AI output.

Zero Dependencies

Pure Python stdlib. No pip install chain to audit. Ships as a single command: srt1-index --repo_path .

🤖

AI Context Files

Auto-generates CLAUDE.md, .cursorrules, AGENTS.md, and copilot-instructions.md so every AI tool reads the same ground truth.

🌱

Seed Queue

Track every task as a seed through its full lifecycle — planted → germinating → growing → bloomed. Never lose a task mid-session.

🔌

MCP Server

Native Model Context Protocol server for Claude. Every tool call is context-aware, grounded in your actual codebase manifest.

🛡️

Self-Healing Engine

Detects duplicate functions, stale files, and missing docstrings. Auto-proposes governed remediations with full audit trail.

📱

Mobile App (PWA)

Install SRT-1 as a native app on your phone or tablet. Monitor your codebase, check seed status, and review coherence — from anywhere. No app store required.

🖥️

Desktop + Browser

Run the Command Center in your browser or install it as a desktop app. Persistent access to your codebase intelligence without keeping a terminal open.

Language Support

Works with every language your team uses.

Full AST parsing for Python. Regex + structure extraction for everything else.

🐍 Python
🟨 JavaScript
🔷 TypeScript
🐹 Go
🦀 Rust
☕ Java
🔵 C#
⚙️ C / C++
📝 Markdown
🔧 YAML
Pipeline

7 stages. One signed manifest.

1
Scan
Walk directory tree, hash every file
2
Parse
AST + regex across all languages
3
Curate
Detect duplicates & overlaps
4
Reflect
Tag role & risk per symbol
5
Trust
Build SHA-256 chain
6
Manifest
Sign & write JSON
7
Report
Print integrity report
Command Center

Your entire codebase,
live in your browser.

Run the middleware and open localhost:7483/dashboard. The Command Center shows real-time data from your repo — file counts, symbol inventory, seed farm, coherence score — updating as you work.

  • File counts, symbol inventory, cross-file call chains — live from your codebase
  • Seed Farm: every task planted, germinating, growing, and bloomed in one view
  • Coherence gauge: circular drift score that updates every 3 operations
  • Risk profile: auth-sensitive functions, file I/O, dynamic execution — by count
  • Warnings: every duplicate function and curation issue, named and linked
  • "Ask SRT-1" chat: type any question about your codebase, get a grounded answer
localhost:7483/dashboard — SRT-1
49
Files
463
Symbols
226
Call Chains
📊 Coherence
94%
On Track
⚠️ Risk Profile
Auth
78
File I/O
69
Logging
47
🌱 Seed Farm
Add SCIA v4.0 signatures
Wire dashboard route
GitHub Pages deploy
Lemon Squeezy setup
💬 Ask SRT-1
What functions touch auth?_
Mobile PWA — Seed Planting

Plant a seed from your phone.
Your AI builds it.

You're on the train with an idea. Open the PWA, type "add dark mode to the settings page," and plant the seed. SRT-1 generates a full-context blueprint from your codebase — then you review and approve it before anything is dispatched. Once approved, the Execution Bridge sends it to whatever code assistant is already running — Cursor, Claude, Copilot. You check back later: 🌸 BLOOMED — 3 files modified.

Session continuity built in. Every session ends with a handoff summary — what you accomplished, what's pending, and the exact prompt to restart. Close a conversation, come back a week later, paste one line and your AI picks up instantly. No rethinking, no re-explaining.

  • Plant seeds from anywhere — give your code assistant tasks from your phone
  • SRT-1 auto-generates a blueprint using your full codebase context
  • Human-in-the-loop — review the blueprint on your phone, approve or reject before dispatch
  • Execution Bridge dispatches to your assistant via context injection
  • Track lifecycle: 🌱 Planted → 🌿 Germinating → 🌳 Growing → 🌸 Bloomed
  • Session handoff summaries + restart prompts — never re-explain your project
  • Install as a PWA — runs like a native app, no app store required
9:41 📶 🔋
🌱
SRT-1
Seed Farm
✓ PWA
🌱 Plant a Seed
Add dark mode toggle to the settings page with system preference detection
PLANT SEED →
🔍 Review Blueprint
Generated blueprint
Add dark mode toggle to SettingsPage component. Use prefers-color-scheme media query. Store preference in localStorage. Update 2 files.
✓ APPROVE
✕ REJECT
Active Seeds
🌸
Add OAuth2 login
3 files · 12m ago
100%
🌳
Refactor API routes
2 files · building
72%
🌿
Add error boundaries
blueprint ready
25%
🏠
Home
🌱
Seeds
📊
Status
⚙️
Settings
API

Works in 3 lines.

from srt1_code_indexer import SRT1CodeIndexer

indexer = SRT1CodeIndexer(repo_path=".")
manifest = indexer.index_repository()

# Every symbol, tagged and signed
print(manifest["metadata"]["total_symbols_indexed"])  # 661
print(manifest["metadata"]["pipeline_stages"])         # 7
print(manifest["trust_chain"][-1]["stage"])              # "manifest"
Full API Reference → View on GitHub →
Also for everyone

Also use SRT-1 to recover your personal AI conversations.

Upload a ChatGPT JSON export. Paste a Claude conversation. Get every abandoned idea back, prioritized and ready to pick up — no setup required.

Try Conversation Recovery →
Developer Pricing

Start free. Scale when you need to.

The indexer is open source and free forever. Pay for the intelligence layers.

Free
$0
Open source. Apache 2.0.
  • 7-stage code indexer
  • Signed Code Manifest
  • Trust chain verification
  • AI context file generation
  • Context Bundler
  • Self-Healing Engine
  • Live Middleware
Create free account →
SRT-1 Governance
$349/yr for teams
Full governance platform for development teams.
  • Everything in Pro
  • Live Middleware API
  • Seed Queue & Lifecycle
  • Execution Bridge
  • Mobile PWA
  • Remote Auth + Team management
  • Full Audit Trail & MCP Server

Looking for consumer pricing? See plans for casual AI users →