xxv is a lightweight, offline, web app launcher.
download it now:
[
web] ~ download as a progressive web app
modules are json files that make up the xxv network. they are imported by inputting the title of the file (ex.
about.json) into the import bar. all modules are hosted in
this repository. to add your own app to the collection,
create a pull request!
here's a sample
module.json
file:
{
"name": "your.module.name",
"version": "0.0.1",
"description": "a short description",
"src": "https://github.com/example/example/blob/main/example.html",
"cache": [
"https://fonts.com/inter",
"https://img.com/src"
]
}
xxv was built by
jordan reger using
deno, plain html and css, and a lot of coffee. the idea came when a certain mockup editor wouldn't work offline... and because
the future is light. read the
devlog or
view the roadmap.