Skip to content

Commit 673d3b2

Browse files
committed
feat: add new products and update statuses in content.ts
1 parent 7085aba commit 673d3b2

1 file changed

Lines changed: 27 additions & 11 deletions

File tree

src/lib/data/content.ts

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,57 @@ export interface Contributor {
1313
}
1414

1515
export const products: Product[] = [
16+
{
17+
name: "dXon",
18+
category: "Developer Tools",
19+
status: "active",
20+
url: "https://github.com/P8labs/dxon",
21+
description:
22+
"A small tool to spin up dev containers quickly. nothing fancy. just simple environments so your host system doesn't get polluted.",
23+
},
24+
{
25+
name: "dockless",
26+
category: "Infrastructure",
27+
status: "active",
28+
url: "https://github.com/P8labs/dockless",
29+
description:
30+
"A lightweight Platform as a Service (PaaS) designed for Raspberry Pi nodes, written in Rust.",
31+
},
1632
{
1733
name: "foxd",
1834
category: "Automation",
19-
status: "active",
35+
status: "prototype",
2036
url: "https://github.com/P8labs/foxd",
2137
description:
2238
"A lightweight Rust daemon for observing local networks, tracking device presence, and reacting to changes in real time.",
2339
},
2440
{
2541
name: "tsbin-locam",
26-
category: "Developer Tools",
42+
category: "Tools",
2743
status: "active",
2844
url: "https://github.com/P8labs/tsbin-locam",
2945
description:
3046
"A Privacy-first QR scanner and camera utility that runs entirely in your browser. ",
3147
},
3248
{
3349
name: "tsbin-mail",
34-
category: "Developer Tools",
50+
category: "Tools",
3551
status: "active",
3652
url: "https://github.com/P8labs/tsbin-mail",
3753
description:
3854
"A temporary email service that allows user to create disposible email addresses and recieve emails without registration.",
3955
},
4056
{
4157
name: "tsbin",
42-
category: "Developer Tools",
58+
category: "Tools",
4359
status: "active",
4460
url: "https://github.com/P8labs/tsbin",
4561
description: "A temp bin for free",
4662
},
4763

4864
{
4965
name: "tsbin-paper",
50-
category: "Developer Tools",
66+
category: "Tools",
5167
status: "active",
5268
url: "https://github.com/P8labs/tsbin-paper",
5369
description:
@@ -64,7 +80,7 @@ export const products: Product[] = [
6480
{
6581
name: "linkey",
6682
category: "Developer Tools",
67-
status: "active",
83+
status: "archived",
6884
url: "https://github.com/P8labs/linkey",
6985
description:
7086
"Create a short version of your links. Free Forever Elevate your online presence with our powerful URL shortening service.",
@@ -80,30 +96,30 @@ export const products: Product[] = [
8096
{
8197
name: "sso-service",
8298
category: "Infrastructure",
83-
status: "active",
99+
status: "archived",
84100
url: "https://github.com/P8labs/sso-service",
85101
description:
86102
"The SSO Service is a robust Single Sign-On (SSO) solution designed to streamline authentication and authorization across multiple applications.",
87103
},
88104
{
89105
name: "sangeet",
90106
category: "Desktop App",
91-
status: "active",
107+
status: "archived",
92108
url: "https://github.com/P8labs/sangeet",
93109
description:
94110
"A Desktop Music App which is supported by Jiosaavn music library.",
95111
},
96112
{
97113
name: "stock-charts",
98114
category: "Finance",
99-
status: "active",
115+
status: "archived",
100116
url: "https://github.com/P8labs/stock-charts",
101117
description: "A stocks chart system powered by fluvio.",
102118
},
103119
{
104120
name: "Bhagwad-Gita-API",
105121
category: "API",
106-
status: "active",
122+
status: "archived",
107123
url: "https://github.com/P8labs/Bhagwad-Gita-API",
108124
description:
109125
"Project: Bhagavad Gita API Free to use Bhagavad Gita Slokhs and explainations in english and hindi languages",
@@ -119,7 +135,7 @@ export const products: Product[] = [
119135
{
120136
name: "build-journal",
121137
category: "Productivity",
122-
status: "prototype",
138+
status: "archived",
123139
url: "https://github.com/P8labs/build-journal",
124140
description: "A project jounal and snippet keeper.",
125141
},

0 commit comments

Comments
 (0)