Blizzard Brotherhood is a website for light novel and web novel translations into Russian. The project was created for Russian-speaking readers who want to enjoy high-quality translations of foreign novels.
🌐 Live site: blizzardbrotherhood.github.io/BLZ
💬 Telegram: @blizzardbrotherhood
The site provides:
- 📚 Translations of popular foreign novels
- 🔄 Convenient reader with settings (font, theme, spacing)
- 📱 Responsive design for mobile and desktop
- 🏷️ Chapter sorting (ascending/descending)
- 💾 Save reading settings and progress in browser
- HTML5, CSS3, JavaScript — site core
- Supabase — cloud database (content storage)
- GitHub Pages — hosting
- Yandex Metrica — analytics
BLZ/
├── index.html # Main page (title list)
├── title.html # Title page (chapter list)
├── chapter.html # Reading page
├── admin.html # Admin panel
├── 404.html # Error page
├── config.js # Supabase configuration
├── assets/
│ ├── css/
│ │ └── style.css # All styles
│ ├── js/
│ │ ├── app.js # Core logic
│ │ ├── reader.js # Reading logic
│ │ └── admin.js # Admin panel
│ └── images/ # Logos, covers
└── README.md # This file
-
Clone repository:
git clone https://github.com/BlizzardBrotherhood/BLZ.git cd BLZ -
Open in browser:
- Just open
index.htmlin browser - Or use Live Server extension in VS Code
- Just open
-
Supabase setup (optional):
- Create account on Supabase
- Create
titlesandchapterstables - Update
config.jswith your keys
To add new content:
- Go to
admin.html - Enter password:
blizzard - Add titles and chapters through forms
Important: Admin panel is for content management only. Never expose your Supabase keys publicly!
- Basic reader with settings
- Chapter sorting
- Progress saving
- Search by titles and chapters
- Comments on chapters
- Notification system for new chapters
- ⭐ Star the repository on GitHub
- 📢 Share the site on social media
- 🐛 Report bugs via Issues
- 📝 Suggest new features
This project is licensed under the MIT License. See LICENSE for details.
- All readers for support ❤️
- Supabase team for great platform
- Translation community for inspiration
Made with ❄️ and ❤️ by Blizzard Brotherhood team