Skip to main content

Import

Examples

Exports

Components

Functions

Classes

Types

Deep imports

These import paths group focused functionality under this module. Each is a separate barrel; import only what you need.

veryfront/extensions/auth

Auth contracts, including the required generation-owned, fail-closed React Server Action authorization provider.

Components

Functions

Types

veryfront/extensions/bundler

Bundler category barrel - Bundler contract, module lexer, and resolver helper.

Functions

Types

veryfront/extensions/cache

Cache category barrel - generic cache and proxy-grade token cache.

Types

veryfront/extensions/compat

Compat category barrel - optional native runtime services.

Types

veryfront/extensions/content

Content category barrel for the MDX/Markdown content processor contract.

Types

veryfront/extensions/contracts

Contract registry - runtime resolution of extension-provided implementations.

Functions

veryfront/extensions/css

CSS category barrel - CSS compilation and optimization contracts.

Components

Functions

Types

veryfront/extensions/database

Database category barrel - DatabaseClient contract.

Types

veryfront/extensions/dev-ui

Contracts and protocol constants for extension-owned local development UIs.

Components

Functions

Types

veryfront/extensions/dev-ui/protocol

Stable prefix for port-scoped privileged dashboard session cookies.

Components

Functions

Types

veryfront/extensions/distributed

Provider-neutral contracts for optional distributed runtime infrastructure.

Components

Functions

Types

veryfront/extensions/distributed/agent-memory-support

Provider-neutral agent-memory contracts shared with memory extensions.

Functions

Types

veryfront/extensions/distributed/cache-support

Provider-neutral cache helpers shared with distributed store extensions.

Components

Functions

Classes

Types

veryfront/extensions/distributed/rate-limit-support

Provider-neutral rate-limit helpers shared with store extensions.

Components

Functions

Types

veryfront/extensions/distributed/routing-invalidation-support

Provider-neutral routing-invalidation primitives shared with extensions.

Functions

Types

veryfront/extensions/eval

Eval category barrel: eval report exporter contracts.

Components

Functions

Types

veryfront/extensions/first-party-import

Resolve first-party extension implementations without making the root npm package statically depend on every extension dependency. Source and compiled-binary builds can load the workspace extension sources. npm builds should load the separate @veryfront/ext-* packages installed by the consuming service or app.

Functions

Types

veryfront/extensions/image

Image extension contracts.

Components

Functions

Types

veryfront/extensions/llm

LLM category barrel - provider, embedding, and registry contracts. Interfaces re-exported with export type { ... } because Deno --no-check transpiles each file in isolation and would otherwise emit a runtime value re-export that fails ESM resolution. Reserve plain export { ... } for runtime values.

Components

Functions

Types

veryfront/extensions/observability

Observability category barrel: tracing and Node telemetry contracts.

Components

Types

veryfront/extensions/parser

Parser category barrel: CodeParser (AST traversal), SkillDocumentParser (Skill frontmatter decoding), and YamlParser (general YAML decoding) contracts.

Components

Functions

Types

veryfront/extensions/rendering

Contracts for extension-owned rendering implementations.

Components

Functions

Types

veryfront/extensions/sandbox

Sandbox category barrel.

Components

Types

veryfront/extensions/schema

Schema category barrel - SchemaValidator contract and inference helpers.

Types

veryfront/extensions/types

Core types for the veryfront extension system.

Types

veryfront/extensions/websocket

Contracts for extension-owned Node.js WebSocket implementations.

Components

Functions

Types