-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.jsonld
More file actions
21 lines (21 loc) · 2.58 KB
/
Copy pathdefault.jsonld
File metadata and controls
21 lines (21 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@context": { "schema": "https://schema.org/", "app": "urn:jss:app:" },
"@id": "#bundle",
"@type": "schema:ItemList",
"schema:name": "Default",
"schema:description": "What auto-installs on the first run of jspod. Currently identical to the jspod bundle; the two are kept separate so default can drift (e.g. smaller for faster first-run latency) without changing what jspod recommends to operators.",
"schema:itemListElement": [
{ "app:spec": "home", "app:label": "Home", "app:description": "Launcher for everything else on your pod — macOS-style dock of installed apps with a clock and search" },
{ "app:spec": "profile", "app:label": "Profile", "app:description": "Your profile, on your pod — human-friendly page + agent-friendly SOUL.md, one source of truth (your WebID)" },
{ "app:spec": "store", "app:label": "Store", "app:description": "App store — browse every curated bundle, see what's installed, copy the install command for what's not" },
{ "app:spec": "explorer", "app:label": "Explorer", "app:description": "File explorer — see what your pod actually holds, browse / preview / delete with keyboard nav and per-row ACL chips" },
{ "app:spec": "JavaScriptSolidServer/git", "app:label": "Git", "app:description": "Web-based GitHub-style git browser — view any git repo on a Solid pod (commits, files, diffs) in the browser" },
{ "app:spec": "vellum", "app:label": "Vellum", "app:description": "Markdown editor that saves to your pod — your first creative surface" },
{ "app:spec": "plume", "app:label": "Plume", "app:description": "Pod-native blog — publish markdown posts as JSON-LD, with comments, tags, cover images, and an Atom feed any reader can subscribe to" },
{ "app:spec": "solid-chat/app=chat", "app:label": "Chat", "app:description": "Direct messaging with other Solid pods — Nostr-encrypted DMs, live delivery" },
{ "app:spec": "plaza", "app:label": "Plaza", "app:description": "Group chat on the open web — each pod hosts its own town square" },
{ "app:spec": "timeline", "app:label": "Timeline", "app:description": "Your wall on the open web — decentralized Facebook-style social feed" },
{ "app:spec": "charlie", "app:label": "Charlie", "app:description": "Pod-resident chat bot — SKILL.md as brain, MCP as tools, BYO LLM key" },
{ "app:spec": "chrome", "app:label": "Chrome", "app:description": "Window manager and app shelf — one place to launch everything else" }
]
}