Early Preview v0.0.2

The JSON Operating System

Own your data. Build your apps. Run anywhere.
A complete web OS powered by JSON-LD and the decentralized web.

Three ways to experience jsonos

Full browser, schema.org examples, or live editor

How it works

1

Add your data

Embed JSON-LD in your HTML. Same format Google uses for rich snippets

2

Specify the view

Add @view to tell it how to render

3

Include one script

solid-shim auto-detects @view and renders beautifully

Self-describing data

index.html
<!-- Your data with @view -->
<script type="application/ld+json">
{
  "@type": "schema:Person",
  "@view": "https://jsonos.com/examples/src/panes/person.js",
  "schema:name": "Marie Curie",
  "schema:jobTitle": "Physicist"
}
</script>

<!-- One line - auto-renders -->
<script src="https://unpkg.com/solid-shim/dist/mashlib.min.js"></script>

Built for the decentralized web

🔗

Linked Data Native

Built for JSON-LD from the ground up. Automatic context handling and format detection.

🏠

True Data Ownership

Your data lives in your pod. Apps come to your data, not the other way around.

🔄

Preserve + Layer

Read any format. Original data stays intact. Add your view layer on top.

Zero Dependencies

Under 5KB gzipped. No build step required. Just import and go.

Ready to own your data?

Join the decentralized web. Start building with jsonos today.

Launch Browser Get Started