hey, I'm Josemi.
I'm a passionate mathematician turned React developer that loves to craft minimal, beautiful, and performant user interfaces.
Featured Project
folio
A minimal digital whiteboard for sketching, annotating and prototyping.

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.

It was born while I was finishing my PhD thesis, as I needed a tool to design the diagrams and figures to include in it. I tried several existing tools, but none of them fit my needs perfectly. I wanted something that was simple, fast, and easy to use, without the clutter of unnecessary features or a complex interface. Finally, I decided to build it myself.

It is built using React and SVG, and it is fully open source.

Open Source Projects
mikel
2023 - Present
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.
josemi/icons
2023 - Present
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.
lowcss
2022 - Present
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.
Notes - Thoughts and Ideas
React Hooks and Local Storage
September 24, 2023
A guide for creating React Hooks to access to the Local and Session Storage of the browser in a simple way.