feat(services): add tldraw to services list
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

Added tldraw, a collaborative whiteboard service, to the services.json file. This addition enhances the functionality by providing users with a real-time drawing and writing tool. The service is integrated with relevant metadata and links ensuring consistent user accessibility.
This commit is contained in:
Kumi 2024-07-17 16:29:55 +02:00
parent 04a26c180a
commit d1c2e3890b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -422,6 +422,23 @@
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "tldraw",
"url": "https://tldraw.private.coffee",
"homemade": false,
"short_description": "tldraw is a collaborative whiteboard.",
"long_description": "tldraw is a collaborative whiteboard. You can use it to draw and write with others in real-time.",
"status": "OK",
"links": [
{
"name": "Go to tldraw",
"url": "https://tldraw.private.coffee"
}
],
"icon": "pencil-ruler",
"exclude_from_index": false,
"exclude_from_simple": false
},
{
"name": "YOURLS",
"url": "https://pcof.fi",