Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 36 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,49 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/images/logos/robosystems.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/images/logos/robosystems.png" />

<title>Holon Viewer — Explore holon.jsonld financial reports · RoboSystems</title>
<meta
name="description"
content="A standalone, static-hosted renderer for holon.trig financial reports."
content="View holon.jsonld financial reports serialized from RoboSystems. Open a report file to explore its financial knowledge graph, or connect API keys to browse SEC filings."
/>
<link rel="canonical" href="https://holon.robosystems.ai/" />
<meta name="theme-color" content="#0b0f17" />

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="RoboSystems" />
<meta property="og:title" content="Holon Viewer — Explore holon.jsonld financial reports" />
<meta
property="og:description"
content="View holon.jsonld financial reports serialized from RoboSystems. Open a report file to explore its financial knowledge graph, or connect API keys to browse SEC filings."
/>
<meta property="og:url" content="https://holon.robosystems.ai/" />
<meta property="og:image" content="https://holon.robosystems.ai/images/logos/robosystems.png" />

<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Holon Viewer — Explore holon.jsonld financial reports" />
<meta
name="twitter:description"
content="View holon.jsonld financial reports serialized from RoboSystems. Open a report file to explore its financial knowledge graph, or connect API keys to browse SEC filings."
/>
<meta
name="twitter:image"
content="https://holon.robosystems.ai/images/logos/robosystems.png"
/>
<title>RoboSystems Holon Viewer</title>
</head>
<body>
<div id="root"></div>
<noscript>
<h1>Holon Viewer</h1>
<p>
A standalone viewer for holon.jsonld financial reports serialized from RoboSystems. This
tool requires JavaScript — enable it to open a report file or connect your API keys.
</p>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://holon.robosystems.ai/sitemap.xml
9 changes: 9 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://holon.robosystems.ai/</loc>
<lastmod>2026-07-15</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>