Azure
Store data in Azure available storages.
Browser
Store data in browser storages (localStorage, sessionStorage, indexedDB).
Capacitor Preferences
Store data via Capacitor Preferences API on mobile devices or local storage on the web.
Cloudflare
Store data in Cloudflare KV or R2 storage.
Filesystem (Node.js)
Store data in the filesystem using Node.js API.
GitHub
Map files from a remote github repository (readonly).
HTTP
Use a remote HTTP/HTTPS endpoint as data storage.
LRU Cache
Keeps cached data in memory using LRU Cache.
Memory
Keep data in memory.
MongoDB
Store data in MongoDB database.
Netlify Blobs
Store data in Netlify Blobs.
Overlay
Create a multi-layer overlay driver.
PlanetScale
Store data in PlanetScale database.
Redis
Store data in Redis.
Vercel KV
Store data in Vercel KV.
Custom Driver
It is possible to extend unstorage by creating a custom driver.