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
107 changes: 105 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,112 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ASIMOV.Platform</title>

<title>ASIMOV.Platform - Trusted Knowledge Infrastructure for AI Applications</title>
<meta
name="title"
content="ASIMOV.Platform - Trusted Knowledge Infrastructure for AI Applications"
/>
<meta
name="description"
content="Build applications with verified, trustworthy data. Our platform provides powerful tools to interact with, scrape, and process knowledge from the ASIMOV Protocol ecosystem."
/>
<meta
name="keywords"
content="AI infrastructure, trusted knowledge, verified data, AI applications, ASIMOV Platform, data processing, enterprise AI, scalable AI, AI development, knowledge platform"
/>
<meta name="author" content="ASIMOV.Platform" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />

<link rel="canonical" href="https://asimov.sh/" />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://asimov.sh/" />
<meta
property="og:title"
content="ASIMOV.Platform - Trusted Knowledge Infrastructure for AI Applications"
/>
<meta
property="og:description"
content="Build applications with verified, trustworthy data. Trusted knowledge infrastructure for AI applications with powerful module ecosystem."
/>
<meta property="og:image" content="https://asimov.sh/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="ASIMOV.Platform - Trusted Knowledge Infrastructure" />
<meta property="og:site_name" content="ASIMOV.Platform" />
<meta property="og:locale" content="en_US" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://asimov.sh/" />
<meta
name="twitter:title"
content="ASIMOV.Platform - Trusted Knowledge Infrastructure for AI Applications"
/>
<meta
name="twitter:description"
content="Build applications with verified, trustworthy data. Trusted knowledge infrastructure for AI applications with powerful module ecosystem."
/>
<meta name="twitter:image" content="https://asimov.sh/twitter-image.png" />
<meta name="twitter:image:alt" content="ASIMOV.Platform - Trusted Knowledge Infrastructure" />
<meta name="twitter:site" content="@ASIMOV_Platform" />
<meta name="twitter:creator" content="@ASIMOV_Platform" />

<meta name="theme-color" content="#f97316" />
<meta name="msapplication-TileColor" content="#f97316" />
<meta name="msapplication-config" content="/browserconfig.xml" />

<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />

<link rel="dns-prefetch" href="//www.asimovprotocol.org" />
<link rel="dns-prefetch" href="//github.com" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ASIMOV.Platform",
"url": "https://asimov.sh",
"logo": "https://asimov.sh/logo.svg",
"description": "Trusted knowledge infrastructure for AI applications. Build with verified data sources and powerful module ecosystem.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "ASIMOV.Platform",
"url": "https://asimov.sh"
},
"publisher": {
"@type": "Organization",
"name": "ASIMOV.Platform",
"logo": {
"@type": "ImageObject",
"url": "https://asimov.sh/logo.svg"
}
},
"sameAs": [
"https://x.com/ASIMOV_Platform",
"https://github.com/asimov-platform",
"https://www.asimovprotocol.org"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.9,
"ratingCount": 200
}
}
</script>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "asimov.so",
"name": "asimov.sh",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>

Copilot AI Jun 19, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Browserconfig tiles can specify additional sizes (e.g., or ) to support various Windows tile formats; consider adding them for comprehensive coverage.

Suggested change
<square150x150logo src="/mstile-150x150.png"/>
<square150x150logo src="/mstile-150x150.png"/>
<wide310x150logo src="/mstile-310x150.png"/>
<square70x70logo src="/mstile-70x70.png"/>

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shelegdmitriy Your take on this?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, one moment

<wide310x150logo src="/mstile-310x150.png"/>
<square70x70logo src="/mstile-70x70.png"/>
<TileColor>#f97316</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "ASIMOV Platform - Trusted Knowledge Infrastructure",
"short_name": "ASIMOV",
"description": "Build applications with verified, trustworthy data. Trusted knowledge infrastructure for AI applications.",
"start_url": "/",
"scope": "/",
"icons": [
{
"src": "/favicon-16x16.png",
Comment thread
shelegdmitriy marked this conversation as resolved.
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#f97316",
"background_color": "#000216",
"display": "standalone",
"orientation": "portrait-primary",
"categories": ["productivity", "developer", "ai"]
}
Binary file added public/twitter-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.