Introduction
Get started with Apta SDK - A powerful JavaScript SDK for integrating AI-powered cryptocurrency analysis and trading chat functionality into your applications.
Apta SDK
The Apta SDK is a comprehensive JavaScript library that enables developers to easily integrate Apta's AI-powered cryptocurrency analysis and trading chat functionality into their web applications. With support for multiple display modes and extensive customization options, Apta SDK provides a seamless crypto trading assistant experience for your users.
What is Apta?
Apta 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 aptaai.com to experience the full Apta 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 Apta SDK in minutes:
<script src="https://sdk.aptachat.ai/apta-sdk.js"></script>
<script>
const chat = new Apta({
partnerKey: 'your-partner-key',
container: '#chat-container',
mode: 'popup'
});
// Listen to events
chat.on('app:ready', () => {
console.log('Apta 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