mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
20 lines
506 B
TypeScript
20 lines
506 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const discreetly: ProjectInterface = {
|
|
id: "discreetly",
|
|
section: "pse",
|
|
projectStatus: "inactive",
|
|
image: "discreetly.svg",
|
|
name: "Discreetly",
|
|
links: {
|
|
github: "https://github.com/Discreetly",
|
|
website: "https://app.discreetly.chat/",
|
|
},
|
|
tags: {
|
|
keywords: ["Anonymity/privacy", "Social"],
|
|
themes: ["play"],
|
|
types: ["Legos/dev tools", "Proof of concept", "Application"],
|
|
builtWith: ["rln", "semaphore"],
|
|
},
|
|
}
|