Enhanced EPUB Management Platform
A comprehensive solution for managing multiple writers and their EPUB book promotions with advanced tracking, annotations, and analytics.
4
Active Writers
2
Books Available
1
Active Promotions
14
Total Downloads
Platform Features
Everything you need for advanced EPUB management and promotion
Security & Encryption
Advanced AES encryption, time-limited access, and secure token-based downloads protect your content and reader data.
Advanced Analytics
Comprehensive reading behavior tracking, engagement metrics, and detailed performance analytics for better insights.
Interactive Annotations
Readers can highlight text, add comments, and provide feedback directly within the EPUB reading experience.
Watermarking
Automatic "DRAFT" watermarking for promotional books with customizable text and positioning options.
Embeddable Scripts
JavaScript widgets for writer websites that automate book requests and reader onboarding processes.
Monthly Selection
Admin-controlled monthly book selection system with automated processing and promotional distribution.
Quick Access
Jump directly to platform management areas
Administration
Manage platform settings, users, and view comprehensive analytics.
Admin DashboardWriters
Manage your books, view reader analytics, and create promotions.
Writer DashboardPromotions
Create and manage book promotions with encryption and tracking.
Manage PromotionsDeveloper API
Integrate with our comprehensive REST API for custom applications and automated workflows.
- RESTful API endpoints
- JWT authentication
- Comprehensive documentation
- Real-time tracking endpoints
POST /api/request-book
Content-Type: application/json
{
"email": "reader@example.com",
"writer_id": 123,
"source_url": "https://writer-site.com"
}
Response:
{
"success": true,
"message": "Book request processed",
"access_token": "abc123..."
}