Perma is a web3 prototype of permanent video storage and viewing using Next.js, Arweave, and Bundlr.
Last updated Mar 1, 2026
116
Stars
14
Forks
0
Issues
0
Stars/day
Attention Score
46
Language breakdown
JavaScript 88.3%
CSS 11.7%
▸ Files
click to expand
README
PERMA

Perma is a prototype of permanent video storage and client-side rendering using Next.js, Arweave, and Bundlr.
Technologies used:
- Arweave - File storage
- Bundlr - Multichain solution for Arweave integration
- Next.js - React framework
Building and running the app
To run this app, follow these steps:
- Clone the repo, change into the directory, and install dependencies:
git clone git@github.com:dabit3/perma.git
cd perma
npm install
or
yarn
- Update the
APP_NAMEin utils.js to something that is unique to your app, could be anything you'd like:
export const APPNAME = "YOURUNIQUEAPPNAME"
- Run the app
npm run dev🔗 More in this category