The Storage API lets you store, retrieve, and manage data on the client side using three types of web storage: local, session, and memory. This is useful for temporarily saving information like form inputs, visitor preferences, or app state — without needing a server or database.
To learn more about local, session, or memory storage, see Introduction.
Get hands-on experience with the Storage API on our Hello Storage example page.