josemi/projects
A collection of my open source projects.
2020 - Present
folio - a minimal digital whiteboard for sketching
Folio is a minimalist digital whiteboard that can be used for sketching and prototyping, or just as a infinite canvas to take notes. It can be used via the web application or as Docker image to run it locally.
2023 - Present
mikel - tiny templating engine
A lightweight and extremely fast template engine inspired by mustache. It provides a simple way to render templates using data objects, supporting features such as variables, partials, conditional sections, and looping.
2023 - Present
icons - handcrafted SVG icons collection
A collection of handcrafted and open source line icons designed for use in web applications, with a focus on minimalism and clarity. It supports both SVG and React components, making it easy to integrate into your projects.
2022 - Present
lowCSS - minimal CSS utility library
LowCSS is a minimal CSS Utility library designed to build fast and lightweight web applications. It provides a set of utility classes that can be used to style HTML elements without the need for a full CSS framework.
Dec 27, 2021 - Present
mokai - tiny code editor
An extremely small and predictable code editor for editing short snippets of HTML / JS / CSS / Markdown without shipping a full IDE. Mokai focuses on: tiny surface area, no virtual DOM, no workers by default, and opt-in syntax highlighting.