---
title: "One of the best hack I did to my Eleventy theme with Alpine is to store my…"
date: 2026-02-25T16:16:09.062Z
author: Ricardo Mendes
url: https://rmendes.net/notes/2026/02/25/fcfb7/
type: notes
categories:
  - "Blogging"
  - "Eleventy"
ai_text_level: "0"
tokens: 97
content_signal: ai-train=yes, search=yes, ai-input=yes
---

# One of the best hack I did to my Eleventy theme with Alpine is to store my…

One of the best hack I did to my Eleventy theme with Alpine is to store my session in the browser localStorage and then display to authed users a FAB, with contextual web actions on any part of the site : 
- create a new posts, bookmark, article etc..
- edit the current post

this allow me to search anything via the frontend to edit, it works on mobile or desktop and its a life-saver !
