Manasseh
08/10/2025, 9:10 PMv0.3.1
of Ktor Panel is now available
Features:
• Added document type declaration to HTML output to ensure standards mode and avoid quirks mode in browsers.
• Support for custom favicon via configuration
• Abstracted template rendering via a TemplateRenderer
interface, allowing support for multiple template engines ( e.g., Mustache, FreeMarker, Thymeleaf, etc.) instead of being limited to Mustache.
• Switched from CDN to locally compiled Tailwind CSS.
• Configured Tailwind CLI to purge unused styles and minify output.
Note: Versions prior to 0.3.1 had dependency resolution issues and are not installable. Please use 0.3.1 or newer.
Special thanks to @Emanuele Iannuzzi for the feedback
Source: https://github.com/believemanasseh/ktor-panel
Docs: https://ktor-panel.readthedocs.io
Demo: https://ktor-panel.daimones.xyzArjan van Wieringen
08/12/2025, 8:16 AMcurl '<https://ktor-panel.daimones.xyz/admin/users/list>' -b 'session_id=fake id'
Emanuele Iannuzzi
08/13/2025, 10:01 AMEmanuele Iannuzzi
08/13/2025, 10:25 AM