334,502 packages matching “documentation-drift”
@voltro/devtools
v0.50.0 · 1 hour ago
Local admin / devtools surface over a running app's /_voltro/inspect/* — routes, RPC, workflows, schedules, cache, logs, and traces.
No known vulnerabilities
@voltro/web
v0.50.0 · 1 hour ago
The Voltro web framework — file-based routing, render modes (SSR / SSG / islands), the page-export contract, data hooks, and the browser mount.
No known vulnerabilities
@voltro/plugin-notifications
v0.50.0 · 1 hour ago
One unified notification surface — email, Slack/webhook, SMS, push, in-app — with per-subject preference routing, an in-app inbox, and a delivery log. NotificationService + typed routes + useInbox/useUnreadCount hooks.
No known vulnerabilities
@voltro/cli
v0.50.0 · 1 hour ago
The `voltro` CLI — dev server, codegen, migrations, project scaffolding, agent-docs seeding, and production serve.
No known vulnerabilities
@voltro/plugin-tinybird
v0.50.0 · 1 hour ago
Tinybird AnalyticsSink. Hosted ClickHouse with the Tinybird Events API + Pipes for low-friction OLAP. Pay-as-you-go alternative to running your own ClickHouse.
No known vulnerabilities
@voltro/serverless
v0.50.0 · 1 hour ago
Effect-typed standalone serverless functions (*.serverless.ts) + a deploy abstraction (Cloudflare Workers / Scaleway) and a static-site multi-host deploy abstraction.
No known vulnerabilities
@voltro/plugin-storage
v0.50.0 · 1 hour ago
File-storage plugin — one StorageProvider contract, switchable backends (S3 / MinIO / Azure / filesystem / memory / database). Public (CDN-direct) + private (access policy + per-object grants) objects, upload constraints, virus-scan hook, on-the-fly image
No known vulnerabilities
@voltro/plugin-versioning
v0.50.0 · 1 hour ago
Row history + time-travel. audit() records who/when; versioning records what-changed-to-what — a full value snapshot of every row on every insert/update/delete, with as-of queries.
No known vulnerabilities
@voltro/plugin-deactivation
v0.50.0 · 1 hour ago
Deactivation plugin — ships the `deactivation()` schema mixin (deactivatedAt + deactivatedBy → Actor). A deactivated subject can't log in but its data stays VISIBLE (distinct from soft-delete, which hides + anonymises). Pure schema mixin, like audit().
No known vulnerabilities
@voltro/plugin-scim
v0.50.0 · 1 hour ago
SCIM 2.0 provisioning — Users + Groups REST endpoints (/scim/v2) so an enterprise IdP (Okta, Entra, OneLogin) can create/update/deactivate users in your app. Bearer-token gated; the SCIM envelope + filtering handled for you.
No known vulnerabilities
@voltro/sql-turso
v0.50.0 · 1 hour ago
Turso dialect adapter for Voltro's cross-dialect DataStore — local Rust SQLite with MVCC BEGIN CONCURRENT, or remote Turso Cloud (libsql://) with embedded-replica sync.
No known vulnerabilities
@voltro/plugin-logship
v0.50.0 · 1 hour ago
Ship the framework log stream to a log-aggregation backend (Better Stack / Axiom / Loki / any JSON HTTP intake), batched, with traceId preserved for cross-correlation. Built on the @voltro/logger sink — zero SDK deps.
No known vulnerabilities
@voltro/plugin-flags
v0.50.0 · 1 hour ago
Feature flags — per-subject / per-tenant targeting, deterministic % rollouts, kill-switch. Gate mutations/queries/actions declaratively or guard in-handler; evaluate flags client-side for UI gating. Config-as-code (memory) or runtime-toggleable (postgres)
No known vulnerabilities
@voltro/plugin-mail
v0.50.0 · 1 hour ago
Transactional email plugin — one MailProvider contract, multiple adapters (Resend / Postmark / SendGrid / SMTP + console/memory for dev/test). Exposes a MailService via the plugin services layer with transient retry and a dev allowlist.
No known vulnerabilities
@voltro/plugin-openapi
v0.50.0 · 1 hour ago
Generate an OpenAPI 3.1 spec from defineRestRoute descriptors and serve it + a Swagger-UI docs page. Zero hand-maintained API docs — the REST descriptors ARE the source of truth.
No known vulnerabilities
@voltro/plugin-moderation
v0.50.0 · 1 hour ago
Content moderation — run an AI / keyword / custom check on user-content fields and block or flag a write before it commits. Declarative per-rpc rules + an in-handler moderate() helper for redact/inline control.
No known vulnerabilities
@voltro/plugin-clickhouse
v0.50.0 · 1 hour ago
ClickHouse AnalyticsSink. Native HTTP ingest into a ClickHouse cluster — self-hosted OR ClickHouse Cloud. Production-grade OLAP for high-cardinality events with millisecond aggregate queries over billions of rows.
No known vulnerabilities
@voltro/plugin-postgis
v0.50.0 · 1 hour ago
PostGIS plugin — postgres-native geometry/geography columns and spatial predicates (ST_DWithin, ST_Contains, ST_Intersects) for location-aware apps; declare GiST indexes via .expressionIndex(..., { kind: 'gist' }). Postgres-only; other dialects fail loud
No known vulnerabilities
@voltro/mcp
v0.50.0 · 1 hour ago
MCP server for coding agents over a running Voltro api — exposes the app's procedures, tables, workflows and their JSON Schemas as MCP tools, resources and prompts, over stdio (voltro-mcp) or Streamable HTTP (voltro-mcp-http). Zero dependencies.
No known vulnerabilities
@voltro/plugin-atlassian
v0.50.0 · 1 hour ago
Jira + Confluence plugin — JiraService + ConfluenceService over the Atlassian REST/Greenhopper/Agile APIs, with a pluggable per-subject credentials resolver (PAT), transient retry + Retry-After, timeouts, an SSRF-guarded PAT-free avatar proxy, and optiona
No known vulnerabilities