This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Sam Selikoff
samselikoff.com
did:plc:tlfe7idrvruf32rjdru4geoe
opening the network tab and replaying the action sending over a number instead. So I've been doing something like
export async function likePost(unsafePostId: string) {
if (typeof unsafePostId !== 'string') throw;
const postId = unsafePostId;
// ...
}
so I get type safety for the caller but
2025-04-29T20:48:16.215Z