
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@bagdock/hive-react
Advanced tools
Bagdock Hive React SDK — embeddable AI chat, booking, and access widgets
----++ ----++ ---+++
---+++ ---++ ---++
----+--- ----- --------- --------++ ------ ----- ----++-----
---------+ --------++----------++--------+++--------+ --------++---++---++++
---+++---++ ++++---++---+++---++---+++---++---+++---++---++---++------++++
----++ ---++--------++---++----++---++ ---++---++ ---+---++ -------++
----+----+---+++---++---++----++---++----++---++---+++--++ --------+---++
---------++--------+++--------+++--------++ -------+++ -------++---++----++
+++++++++ +++++++++- +++---++ ++++++++ ++++++ ++++++ ++++ ++++
--------+++
+++++++
React components for embedding the Bagdock Hive experience — AI chat, unit booking, and gate access widgets with built-in theming.
npm install @bagdock/hive-react @bagdock/hive react react-dom
import { HiveProvider, HiveChat, HiveBooking } from '@bagdock/hive-react'
function App() {
return (
<HiveProvider apiKey="hk_live_..." operatorId="opreg_wisestorage">
<HiveChat />
<HiveBooking />
</HiveProvider>
)
}
<HiveProvider>Wraps your app (or a subtree) to configure the Hive client and apply theming.
| Prop | Type | Description |
|---|---|---|
apiKey | string | Your Bagdock API key |
embedToken | string | Embed token (alternative to apiKey) |
baseUrl | string | API base URL override |
operatorId | string | Scope to a specific operator |
auth | AuthAdapterConfig | Pluggable auth config |
appearance | HiveAppearance | Theming object |
<HiveChat>Embeddable AI chat widget for answering tenant questions.
<HiveBooking>Unit booking flow — search, select, and checkout.
<HiveAccess>Displays gate access codes (PIN, QR, NFC) for a tenant's unit.
| Hook | Returns | Description |
|---|---|---|
useHive() | HiveContextValue | Access the Hive context (client, theme) |
useHiveClient() | BagdockHive | Direct access to the typed HTTP client |
Customize the look with a Stripe/Clerk-style appearance prop:
<HiveProvider
apiKey="hk_live_..."
appearance={{
theme: 'dark',
variables: {
colorPrimary: '#6366f1',
borderRadius: '12px',
fontFamily: 'Inter, sans-serif',
},
}}
>
<HiveChat />
</HiveProvider>
All variables are exposed as CSS custom properties (--hive-color-primary, etc.) for further customization.
MIT
FAQs
Bagdock Hive React SDK — embeddable AI chat, rental, and access widgets for self-storage
The npm package @bagdock/hive-react receives a total of 28 weekly downloads. As such, @bagdock/hive-react popularity was classified as not popular.
We found that @bagdock/hive-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.