a simple pds frontend for listing accounts and generating invite codes
Svelte 51.0%
TypeScript 35.8%
CSS 8.8%
HTML 1.9%
Dockerfile 1.6%
JavaScript 0.9%
11 1 0

Clone this repository

https://tangled.org/madoka.systems/tea-party https://tangled.org/did:plc:7exy3k53z33dvghn6edyayxt/tea-party
git@tangled.org:madoka.systems/tea-party git@tangled.org:did:plc:7exy3k53z33dvghn6edyayxt/tea-party

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Disclaimer!!!#

this project is entirely vibecoded by sonnet 4.6 (except for the readme i made that myself), if you use this project i cannot guarentee that you will not suffer your pds admin password leaking, though i've attempted to manually make sure that it won't/can't get leaked.

this is a project specifically for my own selfish desires and i was too lazy to make it myself, you have been warned.


tea party#

this is a basic svelte frontend for a pds which displays repos/accounts on a specific pds and has invite code generation (for a semi-open pds). this is mostly server side rendered.

hosting#

did you read the disclaimer?

dependancies are:

  • bun

copy .env.example to .env and edit as needed

dev#

bun install
bun run dev

prod#

use the Dockerfile or:

bun install
bun run build
bun ./build/index.ts