Introduction
Get started with Chatoshi SDK - A powerful JavaScript SDK for integrating AI-powered cryptocurrency analysis and trading chat functionality into your applications.
Chatoshi SDK
The Chatoshi SDK is a comprehensive JavaScript library that enables developers to easily integrate Chatoshi's AI-powered cryptocurrency analysis and trading chat functionality into their web applications. With support for multiple display modes and extensive customization options, Chatoshi SDK provides a seamless crypto trading assistant experience for your users.
What is Chatoshi?
Chatoshi is an AI-powered chat application specifically designed for cryptocurrency enthusiasts and traders. It provides:
- Real-time Crypto Market Analysis: Get instant insights on cryptocurrency trends and market movements
- Trading Assistance: AI-powered guidance for cryptocurrency trading decisions
- Coin Information: Detailed information about various cryptocurrencies and their current status
- Market Intelligence: Advanced crypto analytics and market research tools
Visit chat.chatoshi.ai to experience the full Chatoshi application.
Key Features
- 🎨 Multiple Display Modes: Choose from default embedded, popup, drawer, or full-screen modes
- 🎯 Event-Driven Architecture: Listen to chat events and respond accordingly
- 📱 Responsive Design: Works perfectly on desktop and mobile devices
- 🔧 Highly Customizable: Extensive styling and configuration options
- 🎨 Theme Support: Light, dark, and system theme options with custom color schemes
- 🖼️ Custom Branding: Add your own logo and brand colors
Display Modes
Default Mode
Embed the chat directly into any container element on your page.
Popup Mode
Display chat in a floating popup with a toggle button, perfect for providing crypto assistance without disrupting the main page flow.
Drawer Mode
Slide-in chat panel from the side of the screen, great for mobile experiences and quick crypto queries.
Full Mode
Take over the entire screen for an immersive crypto analysis experience.
Quick Start
Get up and running with Chatoshi SDK in minutes:
<script src="https://example.com/chatoshi-sdk.js"></script>
<script>
const chat = new Chatoshi({
partnerKey: 'your-partner-key',
container: '#chat-container',
mode: 'popup'
});
// Listen to events
chat.on('app:ready', () => {
console.log('Chatoshi AI crypto assistant is ready!');
});
</script>
What's Next?
- Installation - Learn how to install and set up the SDK
- Configuration - Explore all configuration options
- API Reference - Detailed API documentation
- Examples - See the SDK in action with real examples