
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
JSON Schema → SQLite — with AI-powered data extraction
Define your data structure once. Generate a database. Extract documents into it.
npm install -g tecton-cli
cd my-project && tecton-cli schema --init # set up your schema directory
tecton-cli schema "*.json" # generate SQLite from JSON Schema
tecton-cli extract -s invoice -f invoice.pdf # extract data with AI
tecton-cli schema --init
Creates a .tecton/ directory with example schemas to get you started.
tecton-cli web
Opens a browser UI where you can visually design and manage your schemas, configure AI settings, preview extraction prompts, and apply changes to the database.
tecton-cli schema "*.json"
Converts your JSON Schema files into a SQLite database with full migration support.
tecton-cli extract -s <schema> -f <file> # from file (txt, pdf, png, jpg, ...)
tecton-cli extract -s <schema> -t <text> # from text
The AI reads your document and outputs structured JSON matching your schema.
Example:
tecton-cli extract -s paper -f research.pdf
Creates output.json with fields like title, firstAuthor, journal, year — exactly as defined in your schema.
| Command | Description |
|---|---|
tecton-cli schema --init | Scaffold .tecton/ directory with example schemas |
tecton-cli schema <files> | Parse JSON Schema files and migrate to SQLite |
tecton-cli schema --generate | Generate Drizzle schema code only (skip migration) |
tecton-cli web | Launch visual schema editor in browser |
tecton-cli extract -s <name> | Extract structured data from documents via AI |
tecton-cli doctor | System and configuration diagnostics |
tecton works with any OpenAI-compatible API provider. Configure in the Web UI (AI Settings panel):
{schema} and {text} placeholdersThe built-in model registry automatically suggests capabilities for 2000+ models from providers including OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, Alibaba Cloud, and more.
This project includes source code adapted from jsonschema-builder-vue by Gabriel Casotti, used and modified under the MIT License.
The AI model capabilities registry is derived from LiteLLM's model_prices_and_context_window.json, used under the MIT License.
FAQs
JSON Schema → SQLite with AI-powered data extraction
The npm package tecton-cli receives a total of 0 weekly downloads. As such, tecton-cli popularity was classified as not popular.
We found that tecton-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.