
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
@rhinon/botsdk-vite
Advanced tools
Rhinon Bot SDK - Modern chatbot widget built with React, TypeScript, Tailwind CSS, and Vite
Modern chatbot widget SDK built with React, TypeScript, Tailwind CSS, and Vite. Features Shadow DOM for complete style isolation.
npm install @rhinon/botsdk-vite
import { initRhinontech } from '@rhinon/botsdk-vite'
// Initialize the chatbot
initRhinontech({
app_id: 'YOUR_APP_ID'
})
<script src="https://unpkg.com/@rhinon/botsdk-vite/dist/rhinonbot.umd.js"></script>
<script>
RhinonBot({
app_id: 'YOUR_APP_ID'
})
</script>
import { initRhinontech, type RhinontechConfig } from '@rhinon/botsdk-vite'
const config: RhinontechConfig = {
app_id: 'YOUR_APP_ID',
admin: false,
container: document.body // optional
}
initRhinontech(config)
initRhinontech(config: RhinontechConfig): ChatBotElementInitializes and returns a chatbot element.
interface RhinontechConfig {
app_id?: string // Your application ID
admin?: boolean // Admin mode (optional)
container?: HTMLElement // Container element (defaults to document.body)
}
ChatBotElementThe custom element class. You can also use it directly:
<chat-bot></chat-bot>
<script>
const bot = document.querySelector('chat-bot')
bot.setConfig({ app_id: 'YOUR_APP_ID' })
</script>
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
package.jsonnpm run buildnpm publish --access publicMIT
FAQs
Rhinon Bot SDK - Modern chatbot widget built with React, TypeScript, Tailwind CSS, and Vite
We found that @rhinon/botsdk-vite 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.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.