LessJS
Docs
Architecture
Examples
UI
Roadmap
JSR
GitHub
Start Here
Framework Positioning
Getting Started
Design Philosophy
Architecture
Core Model
Routing
Rendering & SSG
Island Upgrade
API Routes
API Design
Production
Configuration
Security & Middleware
Error Handling
Testing
Deployment
Packages
Design System
@lessjs/ui
Web Awesome
Examples
Strategy
Roadmap
.less Compiler
PWA Support
Blog System
Architecture Decisions
Examples
Live Demo
Hello World
Minimal Blog
Fullstack
History
Blog
v0.5 Alpha 1
v0.5.0
v0.4.0
.less Compiler Note
Changelog
Contributing
Architecture Decisions
Source-controlled ADRs from
docs/decisions
, rendered directly into the docs site.
0001: Keep @hono/vite-dev-server
Kept
Retain the official Hono x Vite dev integration because it has zero production cost.
0002: .less Compiler
Draft
Explore an optional compiler that emits vanilla Custom Elements without framework runtime. Target v0.11.0 alpha.
0003: PWA Support
Partially Implemented
Use NetworkFirst for HTML/API and CacheFirst for assets instead of full HTML precache.
0004: @lessjs/blog
Draft
SSG content plugin — can start after v0.8.0 core API stabilization. Zero-framework templates when compiler exists.
0005: WithDsdHydration Mixin
Adopted
Self-built SSR + WithDsdHydration Mixin to bridge DSD hydration gaps without framework-native SSR.
0006: Version Strategy
Adopted
v0.7–0.11 progressive stabilization → v1.0 API stability promise → v1.x incremental → v2.0 only if needed.
← Blog System
Roadmap →