Documentation
Scanlation Template Documentation
Everything you need to set up, customize, and deploy your own manga scanlation website. Get started in minutes with our comprehensive guides.
Quick Start
Get up and running in less than 5 minutes
GitHub Repository
Access the source code and contribute
After purchase, you'll be invited as a collaborator to the private repository.
Get AccessWhat's Included
Series Management
Full CRUD for manga series with metadata, covers, and chapters.
Fast Reader
Optimized reader with multiple viewing modes and keyboard navigation.
Easy Config
Simple environment variables for all settings. No complex setup.
Quick Installation
Terminal
# Clone the repository
$ git clone https://github.com/your-username/scanlation-template.git
# Install dependencies
$ cd scanlation-template && pnpm install
# Start development server
$ pnpm dev