-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (151 loc) · 7.56 KB
/
index.html
File metadata and controls
157 lines (151 loc) · 7.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- ─── Primary Meta ─────────────────────────────────────────────────────── -->
<title>Colabs — Open-Source Collaboration & Freelance Platform</title>
<meta
name="description"
content="Discover open-source projects, claim GitHub issues, post freelance gigs, and build your contributor profile — all in one platform backed by your GitHub activity."
/>
<meta name="author" content="SpaceyaTech" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0f0f0f" />
<link rel="canonical" href="https://colabs.dev/" />
<!-- ─── Open Graph (Facebook, LinkedIn, Discord unfurl) ──────────────────── -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Colabs" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://colabs.dev/" />
<meta
property="og:title"
content="Colabs — Open-Source Collaboration & Freelance Platform"
/>
<meta
property="og:description"
content="Connect with open-source projects, claim GitHub issues, submit proposals for paid gigs, and manage teams — all from a single dashboard backed by your GitHub activity."
/>
<meta property="og:image" content="https://colabs.dev/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Colabs — Open-source collaboration meets freelance opportunity"
/>
<!-- ─── Twitter / X Card ─────────────────────────────────────────────────── -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@SpaceYaTech" />
<meta name="twitter:creator" content="@SpaceYaTech" />
<meta name="twitter:url" content="https://colabs.dev/" />
<meta
name="twitter:title"
content="Colabs — Open-Source Collaboration & Freelance Platform"
/>
<meta
name="twitter:description"
content="Discover open-source projects, claim GitHub issues, post freelance gigs, and build your contributor profile — all in one platform."
/>
<meta name="twitter:image" content="https://colabs.dev/og-image.png" />
<meta name="twitter:image:alt" content="Colabs platform dashboard preview" />
<!-- ─── Favicon ───────────────────────────────────────────────────────────── -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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" />
<!-- ─── Fonts ─────────────────────────────────────────────────────────────── -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- ─── JSON-LD Structured Data ──────────────────────────────────────────── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://colabs.dev/#website",
"url": "https://colabs.dev/",
"name": "Colabs",
"description": "Open-source collaboration meets freelance opportunity. Discover projects, claim GitHub issues, post gigs, and build your contributor profile.",
"publisher": {
"@id": "https://colabs.dev/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://colabs.dev/projects?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
},
{
"@type": "Organization",
"@id": "https://colabs.dev/#organization",
"name": "Colabs",
"alternateName": "SpaceyaTech Colabs",
"url": "https://colabs.dev/",
"logo": {
"@type": "ImageObject",
"url": "https://colabs.dev/logo.png",
"width": 512,
"height": 512
},
"description": "Colabs is an open-source platform connecting developers with open-source projects, freelance gigs, and collaborative teams — backed by GitHub integration.",
"foundingDate": "2026",
"sameAs": [
"https://github.com/SpaceyaTech/colabs.v2",
"https://x.com/SpaceYaTech",
"https://instagram.com/SpaceYaTech",
"https://linkedin.com/company/SpaceYaTech",
"https://tiktok.com/@SpaceYaTech",
"https://discord.gg/UKjtBDDFHH"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "community support",
"url": "https://discord.gg/UKjtBDDFHH"
}
},
{
"@type": "SoftwareApplication",
"@id": "https://colabs.dev/#app",
"name": "Colabs",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"url": "https://colabs.dev/",
"description": "A web platform that connects developers with open-source projects, freelance gigs, and collaborative teams — enabling issue claiming, proposal submissions, and GitHub-backed contributor profiles.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"description": "Free Starter plan. Pro and Pro+ plans available."
},
"featureList": [
"GitHub integration — sync repositories and claim open issues",
"Gig marketplace — post and discover paid freelance gigs",
"Project discovery — explore open-source and collaborative projects",
"Proposal submissions with milestone-based payment structure",
"Teams and organisations with role-based access control",
"Contributor analytics — heatmaps, activity charts, and profile stats",
"Leaderboard — top contributors ranked by activity",
"Subscription tiers — Starter, Pro, and Pro+"
],
"publisher": {
"@id": "https://colabs.dev/#organization"
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>