49 packages
@stll/aho-corasick
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-darwin-arm64
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-darwin-x64
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-linux-arm64-gnu
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-linux-x64-gnu
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-linux-x64-musl
@stll/aho-corasick-wasm
Exact many-pattern string search for browsers via WebAssembly. Same API as @stll/aho-corasick.
@stll/aho-corasick-wasm32-wasi
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/aho-corasick-win32-x64-msvc
Exact many-pattern string search for Node.js and Bun via Rust's aho-corasick engine exposed through NAPI-RS.
@stll/anonymize
Multi-layer PII detection and anonymization pipeline with regex, NER, deny lists, and coreference resolution
@stll/anonymize-cli
Command-line PII detection and anonymization powered by @stll/anonymize
@stll/anonymize-darwin-arm64
macOS arm64 native binding for @stll/anonymize
@stll/anonymize-darwin-x64
macOS x64 native binding for @stll/anonymize
@stll/anonymize-data
Deny list dictionaries and config data for @stll/anonymize
@stll/anonymize-linux-arm64-gnu
Linux arm64 GNU native binding for @stll/anonymize
@stll/anonymize-linux-x64-gnu
Linux x64 GNU native binding for @stll/anonymize
@stll/anonymize-wasm
PII detection and anonymization for browsers via WebAssembly. Same native SDK API as @stll/anonymize.
@stll/anonymize-win32-x64-msvc
Windows x64 MSVC native binding for @stll/anonymize
@stll/cli
Stella command-line client
@stll/conditions
A generic boolean/predicate condition engine: schema, evaluate, walk.
@stll/docx-core
Typed OOXML/DOCX document model with parsing, validation, and serialization, plus a legal-source compiler that produces DOCX packages.
@stll/docx-utils
Low-level helpers for reading and writing DOCX/OOXML zip packages: text and binary extraction, relationship and content-type management, and namespace constants.
@stll/folio-agents
Framework-neutral LLM tool layer over folio's ai-edits engine: function-calling tools so an agent can read and mutate .docx documents through @stll/folio-core.
@stll/folio-core
Headless, framework-neutral core of folio: the OOXML (.docx) parser, document model, ProseMirror integration, and page-layout engine. No React.
@stll/folio-nuxt
Nuxt 3 & 4 module for folio: auto-imports an SSR-safe <DocxEditor> component built on @stll/folio-vue and ProseMirror.