@theda/local
v0.7.6
Published
Local development shell for Theda apps — sql.js-backed database, HTTP server, queue, and workflow runtime
Downloads
90
Readme
@theda/local
Local development shell for Theda apps — sql.js-backed database, HTTP server, task queue, and workflow runtime.
Install
npm install @theda/localWhat it does
@theda/local powers the theda dev experience. It provides a complete local runtime that matches the Theda Cloud environment:
- SQLite/WASM database — persistent local storage via sql.js
- HTTP server — serves your routes and the Studio dashboard
- Task queue — local task scheduling and execution
- Workflow runtime — runs workflows with step-by-step execution
- Hot reload — watches for file changes and reloads your app
You typically don't import this package directly — @theda/cli uses it under the hood when you run theda dev.
License
Apache-2.0
