UI for Eastore — a secure, private, decentralized cloud storage built on the Filecoin Onchain Cloud.
Eastore gives you true data ownership with client-side encryption and a seamless, drive-like experience. Your wallet is your auth — no passwords, no central server holding your files. Even if eastore.xyz goes offline, your data remains accessible directly from the blockchain.
The dApp itself lives at drive.eastore.xyz (source: eastore-project/Eastore-frontend-v1).
bun install
bun devOpen http://localhost:3001 (or whichever port Next picks).
Create .env.local:
NEXT_PUBLIC_DRIVE_URL=http://localhost:3000 # drive app URL for "Launch App" button
NEXT_PUBLIC_SITE_URL=http://localhost:3001 # used for OG metadata
In production these default to https://drive.eastore.xyz and https://eastore.xyz.
- Next.js 16 (App Router)
- TypeScript
- CSS Modules
- Bun