Talocode is open-source infrastructure for AI-native work.

Build locally with open-source tools. Scale with hosted APIs through TALOCODE_API_KEY.

Ecosystem

Every product ships as open-source. Run locally, or use via Talocode Cloud.

Stacklane

Backend cloud platform for AI-native apps. PostgreSQL-powered auth, billing, project management, and usage metering.

Experimental

Codra

Local-first AI coding agent. Understands your project, runs commands, edits files. Zero cloud dependency.

Experimental

Agent Browser

Browser validation layer for AI agents. Check pages, take screenshots, collect evidence via REST API or MCP.

Experimental

WorkLane

Agent workflow and approval runtime. Multi-step agent tasks with human-in-the-loop gates.

Planned

Talocode Skills

Reusable skill definitions for AI agents. Structured capability modules for discovery and execution.

Experimental

Tera

Learning and context assistant. Captures web content, summarizes, builds a personal knowledge base.

Planned

ClipLoop

Short-form promo video engine for indie apps. Generate product demos and social promos from templates.

Experimental

Tradia

Trading performance intelligence. Import trades, analyze behavior, generate risk reports.

Planned

SignalLane

Business signal detection and routing. Monitor RSS, GitHub, web sources for relevant signals.

Planned

Talocode Cloud

One TALOCODE_API_KEY unlocks every product API with unified prepaid billing.

K

API Key Auth

Single TALOCODE_API_KEY for all product APIs. Bearer token authentication.

W

Prepaid Wallet

1 credit = $0.01 USD. 100 free credits ($1.00) on signup. Pay-per-use, no subscriptions.

R

Provider Router

OpenAI-compatible /v1/chat/completions with automatic fallback across providers.

T

Stripe Top-Ups

Fund your wallet via Stripe. Minimum $5. Instant credit. No surprise bills.

curl https://api.talocode.site/v1/chat/completions \
  -H "Authorization: Bearer $TALOCODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "talocode/auto",
    "messages": [
      { "role": "user", "content": "Hello" }
    ]
  }'

Status

Where each part of the ecosystem stands today.

Component Status Notes
Brand repo Live This site
Stacklane billing Live Prepaid wallet, API keys, usage metering — local/demo
Cloud router Live OpenAI-compatible router with fallback — local/demo
Agent Browser API Experimental Billing integration connected locally
Cloud dashboard Experimental UI built, needs deployment
Public cloud deployment Planned Hosted at api.talocode.site