Chatbot dApps

Build decentralized conversational AI interfaces that respect user privacy and operate without centralized gatekeepers.

Private Conversations

End-to-end encrypted chat history stored on decentralized storage, accessible only by the user's wallet.

Uncensored AI

Access open-source models that run on a permissionless network, ensuring no topic is off-limits.

Token Gating

Monetize your specialized chatbots by requiring token holdings or streaming payments for access.

Seamless Integration

Embed our React components directly into your dApp to add conversational capabilities in minutes.

  • Pre-built UI components
  • Wallet-based authentication
  • Customizable themes
import { ChatWindow } from '@onchainai/react';

function App() {
  return (
    <ChatWindow 
      model="llama-3-70b"
      contractAddress="0x123..."
      theme="dark"
    />
  );
}
AI