Skip to content

talocode/stacklane

Repository files navigation

Stacklane

Stacklane is a lightweight backend/database/API layer for Talocode products.

Earlier Versions

  • v0.1.0: core API, access tokens, database connection storage, audit events, health endpoint
  • v0.2.0: CLI, SDK, env generation, backup flow, token verification

v0.4.0

Stacklane v0.4.0 is local-first.

  • No external platform dependency
  • No Supabase dependency
  • No Resend dependency
  • No billing yet
  • API keys are hashed before storage
  • Raw API keys are shown only once at creation
  • File storage is local under .stacklane/files/

Local Storage

  • .stacklane/customers.json
  • .stacklane/api-keys.json
  • .stacklane/usage-events.json
  • .stacklane/assets.json
  • .stacklane/files/

New v0.4.0 Primitives

  • API customers
  • API keys with sk_lane_dev_... and sk_lane_live_...
  • Usage events and summaries
  • Asset metadata records
  • Local file persistence for hosted API workflows

Docs

  • docs/API.md
  • docs/SDK.md
  • docs/CLI.md
  • docs/MCP.md
  • docs/STORAGE_AND_USAGE.md
  • docs/SECURITY.md
  • docs/TALOCODE_INTEGRATION.md

MCP

Stacklane MCP v0.1 exposes Stacklane primitives as MCP tools for Codex, Claude Code, OpenCode, Cursor, and other MCP-compatible agents. Local-first, stdio transport, no cloud account required. See docs/MCP.md.

pnpm --filter @stacklane/mcp build
node scripts/test-stacklane-mcp-v010.mjs

Status

Future adapters may support object storage, but v0.4.0 does not require cloud provisioning or any external platform.

License

MIT

About

A backend platform for developers to launch faster with Postgres, auth, storage, functions, and local-first billing.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors