Changelog

Follow new updates and improvements to lito.

October 20th, 2024

Hey There! My name is Indra, currently working on Adgo, Singapore. I do really love simplicity and pragmatic approach when building Software. That’s why i do build lito.js.

What is lito.js ?

Basicly it’s pragmatic javascript framework to work with htmx. The idea is to build simple framework that allow me focusing on building something with HTMX, Bunjs and SQLite. With lito you can use your base knowledge with expressjs / react, you can utilize JSX format to work with lito.

We would love to share the progress daily / weekly.

This is current progress.

  • Basic HTTP Request ✅

  • .render method to render component directly ✅

  • Static Routes ✅

  • Dynamic Routes ✅

  • Native Link Component ✅

  • Type-safe HTMX attribute ✅

  • Parsing Params & Body to Request Context ✅

Next,

  • Parsing Cookie, Headers, and Query params.

  • Single Server State

  • Middleware

  • ORM with Bun Sqlite Adapter