A lightweight optimized version of Twikoo, designed for reduced bundle size and simplified functionality.
- ~25% smaller production bundle compared to original Twikoo.
- Only the core features are retained, while the non-essential features are removed:
- Comment management
- User browser/region display
- Image uploads
- Owo
- UA information collection
- Like & Liked
- more ...
- Compatible with existing Twikoo server-side deployments, Markdown and API is still supported.
The default maximum character limit has been modified from
500to 300 .
- Requires a separate admin page using vanilla Twikoo for moderation.
- Some configuration items of comment management may not be supported, such as browser and region display, whether true or false, they are actually false.
File | Description |
---|---|
dist/core.js |
Standard version |
dist/core.all.js |
Includes version developed by Tencent Cloud (Larger volume) |
- Deploy the tkserver as usual.
- Replace Twikoo client-side with Twiklite:
<script src="https://unpkg.com/twiklite/dist/core.js"></script>
- Remove server-side UA storage to save space (optional).
MIT © ZeoSeven