Honeycomb

Build Hive AppsFaster

A component library for building applications on the Hive Blockchain. Install from npm, wrap your app, and start building with type-safe, production-ready components.

Type-Safe

Built with TypeScript and @hiveio/wax. Full type safety from blockchain to UI.

Multi-Framework

Built on @kkocot/honeycomb-core with bindings for React, Solid.js, and Vue 3. Pick your framework.

Production Ready

Auto-reconnect, health monitoring, sequential endpoint fallback. Handles network failures gracefully.

Simple to Use

App.tsx
import { HiveProvider, HiveAvatar } from '@hiveio/honeycomb-react'

export default function App() {
  return (
    <HiveProvider>
      <HiveAvatar username="barddev" size="lg" />
    </HiveProvider>
  )
}

Ready to build?

Install the package and start building your Hive application in minutes.

View Installation Guide