Agent Skills: Local Storage

Browser Local Storage integration for JWebMP providing client-side persistent data storage. Use when implementing offline capability or storing user preferences in the browser.

UncategorizedID: GuicedEE/ai-rules/jwebmp-local-storage

Install this agent skill to your local

pnpm dlx add-skill https://github.com/GuicedEE/ai-rules/tree/HEAD/skills/.system/jwebmp-local-storage

Skill Files

Browse the full folder contents for jwebmp-local-storage.

Download Skill

Loading file tree…

skills/.system/jwebmp-local-storage/SKILL.md

Skill Metadata

Name
jwebmp-local-storage
Description
Browser Local Storage integration for JWebMP providing client-side persistent data storage. Use when implementing offline capability or storing user preferences in the browser.

Local Storage

Overview

Integration of Local Storage into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.

Quick Start

import com.jwebmp.plugins.localstorage.Local;

// Create component
// Example usage depends on the specific Local Storage library

Use Cases

  • Client-side storage, browser persistence, user preferences
  • Integrating with JWebMP Component model
  • Server-driven event handling
  • Feature-based functionality

Installation

<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>local-storage</artifactId>
</dependency>

Version managed by JWebMP BOM.

References

  • Module: com.jwebmp.plugins.localstorage
  • Java: 25+
  • License: Apache 2.0

See Also

  • jwebmp-core - JWebMP core component model
  • Other JWebMP plugins - Explore additional integrations