Skip to content

Unchained-Labs/kymatics

Repository files navigation

Kymatics

CI

Kymatics is a generative engine that treats the human voice as a physical force. It uses the resonance of spoken intent to organize digital chaos into structured form, allowing creators to literally sound their ideas into reality.

Kymatics is an intelligent synthesis engine that transforms spoken intent into immediate digital structures—letting creators manifest complex interfaces at the speed of conversation, directly from a smartphone.

Repository structure

Directory Description
otter Rust backend: queue and orchestration.
lavoix Python speech service: STT/TTS (Voxtral-first) used by Otter voice endpoints.
seal React frontend: Builder Board UI for Otter (voice input, Kanban, job control).
landing Marketing landing page (React + Tailwind) presenting Kymatics and its features.

Tech stack

  • otter: Rust (stable).
  • lavoix: Python 3.11+, FastAPI, provider-based STT/TTS adapters.
  • seal / landing: Node.js 22+, React 18, TypeScript, Vite, Tailwind CSS.

Prerequisites

  • Node.js 22+
  • Rust (stable toolchain)
  • Python 3.x (for pre-commit)

Run

From the repo root, start the full orchestration stack (Postgres, Redis, Lavoix, Otter server + worker, Seal):

docker compose up --build

Root environment management:

cp .env.example .env

kymatics uses the root .env as the single source of truth for Docker Compose. ./scripts/up-stack.sh (and ./kymatics.sh up) will also propagate this root .env to:

  • otter/.env
  • lavoix/.env

This keeps local submodule runs aligned with stack configuration.

Seal is built with VITE_OTTER_URL=/api and uses the built-in proxy path for API calls. In Docker runtime, Nginx routes /api/* to otter-server. Otter uses a sibling-container runtime (via Docker SDK) and requires Docker socket access mounted into Otter services. Otter also exposes queue pause/resume controls and per-job demo URL registration for Seal browser preview.

Development

  • Use the root .pre-commit-config.yaml: run pre-commit run --all-files before committing.
  • Prefer granular commits; each commit should pass pre-commit checks.

Stack CLI

Use the root CLI to manage the full Docker stack:

./kymatics.sh up
./kymatics.sh down --volumes
./kymatics.sh restart
./kymatics.sh status
./kymatics.sh logs -f otter-server
./kymatics.sh doctor

You can still call scripts directly:

  • ./scripts/up-stack.sh
  • ./scripts/down-stack.sh --volumes --images

Documentation

Project-level docs live in docs/:

  • docs/README.md (documentation index)
  • docs/architecture.md (system architecture and boundaries)
  • docs/operations.md (stack operations, env model, troubleshooting)

Recent Runtime/Queue Features

  • Pause/resume queued jobs without changing queue status (POST /v1/jobs/{id}/pause|resume).
  • Register job demo URLs (POST /v1/jobs/{id}/preview-url) for direct browser preview in Seal.
  • Runtime shell execution auto-recovers from missing/stopped workspace containers.

About

A generative engine that treats the human voice as a physical force. It uses the resonance of spoken intent to organize digital chaos into structured form, allowing creators to literally sound their ideas into reality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors