~/guestbook
guestbook.
leave a trace. every entry is a record on your own pds — no account on my server, no comment moderation queue. i can't delete what you wrote, only hide it from this view.
lexicon
com.imlunahey.guestbook.entry·subjectat://did:plc:k6acu4chiwkixvdedcmdgmal/com.imlunahey.guestbook.marker/selfloading entries from constellation…
./lexiconcom.imlunahey.guestbook.entry
{
"lexicon": 1,
"id": "com.imlunahey.guestbook.entry",
"defs": {
"main": {
"type": "record",
"key": "tid",
"record": {
"type": "object",
"required": ["text", "createdAt", "subject"],
"properties": {
"text": { "type": "string", "maxLength": 1000 },
"subject": { "type": "string", "format": "at-uri" },
"createdAt": { "type": "string", "format": "datetime" }
}
}
}
}
}personal site · luna