BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/agent-demos/ultra-chatbot-agent

Ultra Chatbot Agent

agent-demos/ultra-chatbot-agent
FreeBlock

A complete AI SDK application-shape agent workspace with persistent chat, resumable streams, documents, uploads, RAG, MCP, research reports, and gated sandbox tools.

Install it

npx shadcn@latest add https://agent-demos.hsawana9.com/r/ultra-chatbot-agent.json

Source

registry/ultra-chatbot-agent/app/demos/ultra-chatbot-agent/[id]/page.tsxagent-demos.hsawana9.com/r/ultra-chatbot-agent.json
1import { notFound } from "next/navigation";
2
3import { loadUltraChatbotAgentScreenData } from "@/lib/ultra-chatbot-agent/server/session";
4import { UltraChatbotAgentScreen } from "@/components/ultra-chatbot-agent/ultra-chatbot-agent-screen";
5
6export default async function UltraChatbotAgentConversationPage({
7 params,
8}: {
9 params: Promise<{ id: string }>;
10}) {
11 const { id } = await params;
12 const screenData = await loadUltraChatbotAgentScreenData({
13 chatId: id,
14 });
15
16 if (!screenData.initialSession) {
17 notFound();
18 }
19
20 return <UltraChatbotAgentScreen {...screenData} />;
21}

What it pulls in

npm packages

  • @ai-sdk/mcp
  • @ai-sdk/openai
  • @ai-sdk/react
  • @base-ui/react
  • @modelcontextprotocol/sdk
  • @neondatabase/serverless
  • @phosphor-icons/react
  • @vercel/blob
  • @vercel/sandbox
  • ai
  • class-variance-authority
  • drizzle-orm
  • ioredis
  • lucide-react
  • pdfjs-dist
  • resumable-stream
  • server-only
  • zod

Other registry items

  • utils
  • alert-dialog
  • badge
  • breadcrumb
  • button
  • card
  • dialog
  • dropdown-menu
  • separator
  • skeleton
  • spinner
  • textarea
  • tooltip
  • https://elements.ai-sdk.dev/api/registry/attachments.json
  • https://elements.ai-sdk.dev/api/registry/code-block.json
  • https://elements.ai-sdk.dev/api/registry/confirmation.json
  • https://elements.ai-sdk.dev/api/registry/conversation.json
  • https://elements.ai-sdk.dev/api/registry/message.json
  • https://elements.ai-sdk.dev/api/registry/model-selector.json
  • https://elements.ai-sdk.dev/api/registry/reasoning.json
  • https://elements.ai-sdk.dev/api/registry/shimmer.json
  • https://elements.ai-sdk.dev/api/registry/sources.json
  • https://elements.ai-sdk.dev/api/registry/suggestion.json
  • https://elements.ai-sdk.dev/api/registry/tool.json

Files it writes

  • registry/ultra-chatbot-agent/.agents/skills/grill-with-docs/ADR-FORMAT.md
  • registry/ultra-chatbot-agent/.agents/skills/grill-with-docs/CONTEXT-FORMAT.md
  • registry/ultra-chatbot-agent/.agents/skills/grill-with-docs/SKILL.md
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/agents/openai.yaml
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/assets/skill-creator-small.svg
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/assets/skill-creator.png
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/license.txt
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/references/openai_yaml.md
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/scripts/generate_openai_yaml.py
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/scripts/init_skill.py
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/scripts/quick_validate.py
  • registry/ultra-chatbot-agent/.agents/skills/skill-creator/SKILL.md
  • registry/ultra-chatbot-agent/app/api/cron/ultra-chatbot-agent-cleanup/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/capabilities/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/messages/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/session/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/stream/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/[id]/visibility/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/document/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/files/upload/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/history/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/mcp/project-docs/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/models/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/suggestions/route.ts
  • registry/ultra-chatbot-agent/app/api/demos/ultra-chatbot-agent/vote/route.ts
  • registry/ultra-chatbot-agent/app/demos/ultra-chatbot-agent/[id]/page.tsx
  • registry/ultra-chatbot-agent/app/demos/ultra-chatbot-agent/page.tsx
  • registry/ultra-chatbot-agent/components/ai-elements/code-block.tsx
  • registry/ultra-chatbot-agent/components/ai-elements/prompt-input.tsx
  • registry/ultra-chatbot-agent/components/ai-elements/shimmer.tsx
  • registry/ultra-chatbot-agent/components/demo-breadcrumb.tsx
  • registry/ultra-chatbot-agent/components/demo-chat/conversation-error-message.tsx
  • registry/ultra-chatbot-agent/components/demo-workspace-shell.tsx
  • registry/ultra-chatbot-agent/components/ultra-chatbot-agent/resume-pending-state.ts
  • registry/ultra-chatbot-agent/components/ultra-chatbot-agent/ultra-chatbot-agent-artifact-actions.tsx
  • registry/ultra-chatbot-agent/components/ultra-chatbot-agent/ultra-chatbot-agent-artifact-state.ts
  • registry/ultra-chatbot-agent/components/ultra-chatbot-agent/ultra-chatbot-agent-artifact.tsx
  • registry/ultra-chatbot-agent/components/ultra-chatbot-agent/ultra-chatbot-agent-diff-view.tsx

Facts

Registry
agent-demos
Type
registry:block
Access
Free
Files written
142
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

agent-demos.hsawana9.com SawanaLabs/agent-demos on GitHub Raw registry item This item as JSON

More from agent-demos

All 16 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Memory & Persistence Agentcustomer-memory-agentagent-demosBlocksFree9 deps · 31 files
Foundation Chatfoundation-chatagent-demosBlocksFree5 deps · 14 files
Generative UIgenerative-uiagent-demosBlocksFree7 deps · 21 files
LangGraph Agentlanggraph-agentagent-demosBlocksFree5 deps · 18 files
Loop Agentloop-agentagent-demosBlocksFree7 deps · 13 files
MCP Agentmcp-agentagent-demosBlocksFree10 deps · 22 files
Multimodal Chatbotmultimodal-chatbotagent-demosBlocksFree6 deps · 13 files
Object Generationobject-generationagent-demosBlocksFree7 deps · 14 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex