RADZOR
ComponentsRecipesDocsContributeGitHub
Get Started
RADZOR

The universal component registry for LLM-driven development. Empowering developers to build better apps, faster.

Product
  • Components
  • Standard
Resources
  • Documentation
  • API Reference
  • AI Agent Integration
  • Pipeline Guide
  • MCP Server
Community
  • GitHub
  • X / Twitter
  • Discord

© 2026 Radzor Registry. All rights reserved.

LLM-Ready Components

Discover standardized, LLM-ready components for your projects.

AllAutomation (9)Email (4)Web3 & Blockchain (4)Chat & Messaging (6)Audio & Voice (1)Storage (6)Security (5)Authentication (9)Messaging (5)monitoring (4)Payment (5)Data & Database (10)Media (9)Analytics (4)AI & ML (14)Networking (5)

@radzor/llm-completion

v0.1.0

Universal LLM completion client supporting OpenAI, Anthropic, and Ollama. Provides chat completions, streaming, conversation history, and automatic retries with exponential backoff.

typescriptpythonServer
7 inputs1 outputs5 actions3 events
standalone

@radzor/embeddings-store

v0.1.0

In-memory vector store for embeddings with cosine similarity search. Supports OpenAI and Ollama embedding providers. Ideal for RAG pipelines and semantic search.

typescriptpython
Community

Missing a component?
Ask for it.

Tell us which component costs you the most time, and we'll build it — with a full manifest, LLM docs, and production-ready code.

→A Stripe checkout component with webhook handling
→An S3 file uploader with progress events
→A rate-limiter with sliding window algorithm
→An email queue with retry and backoff

Drop your request on Discord

Join the community, post in #components-requests, and describe what you need. We prioritize based on real demand.

Request on Discord
Universal
4 inputs1 outputs3 actions3 events
standalone

@radzor/image-generation

v0.1.0

Multi-provider image generation supporting OpenAI DALL-E, Stability AI, and Replicate. Handles prompt-based generation, size options, and base64/URL output formats.

typescriptpythonServer
5 inputs1 outputs2 actions2 events
standalone

@radzor/vector-search

v0.1.0

Vector embedding storage and semantic search. Supports Pinecone, Qdrant, and pgvector. Index documents with embeddings and query by semantic similarity for RAG pipelines, recommendation engines, and duplicate detection.

typescriptServer
7 inputs2 outputs5 actions3 events
standalone

@radzor/function-calling

v0.1.0

Structured LLM tool use (function calling) for OpenAI and Anthropic. Define typed tools, run agentic loops, and receive validated structured results. Handles multi-turn tool execution automatically.

typescriptServer
5 inputs2 outputs3 actions4 events
standalone

@radzor/structured-output

v0.1.0

Force LLM responses to match a JSON schema. Wraps OpenAI and Anthropic with schema-validated generation, automatic retry on parse failure, and TypeScript type inference from the schema.

typescriptServer
5 inputs2 outputs3 actions3 events
standalone

@radzor/document-ocr

v0.1.0

Extract text and structured data from PDFs, images, and scanned documents. Supports Tesseract (local), Google Vision, and Azure Document Intelligence. Handles multi-page PDFs, tables, and form fields.

typescriptpythonServer
5 inputs2 outputs3 actions2 events
standalone

@radzor/speech-to-text

v0.1.0

Audio transcription using OpenAI Whisper or Deepgram APIs. Supports file upload, language detection, timestamps, and multiple output formats.

typescriptpythonServer
4 inputs1 outputs1 actions2 events
standalone

@radzor/text-to-speech

v0.1.0

Text-to-speech synthesis using OpenAI TTS or ElevenLabs. Produces audio from text with configurable voice, speed, and output format.

typescriptpythonServer
5 inputs1 outputs2 actions2 events
standalone

@radzor/rag-pipeline

v0.1.0

End-to-end Retrieval-Augmented Generation pipeline. Ingests documents, chunks and embeds them into an in-memory vector index, then answers queries by retrieving relevant context and calling an LLM completion endpoint.

typescriptpythonServer
9 inputs1 outputs3 actions2 events
standalone

@radzor/ai-classifier

v0.1.0

Classify text into categories using LLM-powered classification or rule-based approaches. Supports single and batch classification, custom category definitions with descriptions, and a trainable keyword-based fallback for offline use.

typescriptpythonServer
4 inputs1 outputs4 actions1 events
standalone

@radzor/agent-router

v0.1.0

Route prompts to different AI models or agents based on intent classification. Supports static rule-based routing, LLM-powered intent detection, and fallback chains for reliable multi-agent orchestration.

typescriptpythonServer
4 inputs1 outputs4 actions2 events
standalone

@radzor/guardrails

v0.1.0

Validate LLM inputs and outputs against configurable safety rules including PII detection, content filtering, prompt injection detection, and length limits. Provides a rule engine for building custom validation pipelines.

typescriptpythonServer
3 inputs1 outputs4 actions1 events
standalone

@radzor/prompt-template

v0.1.0

Manage and render prompt templates with variable interpolation, conditional sections, and few-shot example injection. Supports template registration, validation, and composable prompt construction for LLM workflows.

typescriptpythonUniversal
2 inputs1 outputs4 actions
standalone