-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (50 loc) · 2.77 KB
/
Copy pathindex.html
File metadata and controls
55 lines (50 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Clorabase | Free Open-Source Android Backend & NoSQL GitHub Database</title>
<meta name="description" content="Clorabase is a free, open-source Backend-as-a-Service (BaaS) for Android and Java devs. Use GitHub as a NoSQL database & storage. Perfect for hobby projects and MVPs." />
<meta name="keywords" content="free android backend, github as nosql database, open source baas, firebase alternative for beginners, java backend sdk, clorastore, serverless github storage" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://clorabase.github.io/" />
<meta property="og:title" content="Clorabase | Free Open-Source Android Backend using GitHub" />
<meta property="og:description" content="Turn your GitHub repository into a free serverless NoSQL database and storage system for Android apps." />
<meta property="og:image" content="https://raw.githubusercontent.com/Clorabase/Clorabase/refs/heads/main/favicon.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://clorabase.github.io/" />
<meta property="twitter:title" content="Clorabase | Free GitHub-based Backend for Android" />
<meta property="twitter:description" content="A modern NoSQL database that lives in your GitHub repo. Free, serverless, and open source." />
<meta property="twitter:image" content="https://raw.githubusercontent.com/Clorabase/Clorabase/refs/heads/main/favicon.png" />
<link rel="canonical" href="https://clorabase.github.io/" />
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/Clorabase/Clorabase/refs/heads/main/favicon.png" />
<!-- Schema.org SoftwareApplication Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Clorabase",
"operatingSystem": "Android",
"applicationCategory": "DeveloperTool",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "An open-source Backend-as-a-Service for Android and Java developers that uses GitHub repositories as a NoSQL database and storage system.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "124"
}
}
</script>
<script type="module" crossorigin src="/assets/index-BRH-Pr42.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-yZx3H9iJ.css">
</head>
<body>
<div id="root"></div>
</body>
</html>