a git forge idea
the static site generator i have 90% finished would be a good fit. it just expects an array of json as its "content" for input and however you come about generating that does not matter. templating etc stays the same. the prototype i have turns a folder full of markdown files into these jsons but nothing stopping you from turning a git repo into something similar.
a git forge idea
@nasser Might be good to reuse the #ForgeFed spec https://forgefed.org/spec/
a git forge idea
@mauve a minimal inbox implementation would be v interesting to look at! is that live anywhere?
re: forgefed, if that was the vocabulary in use would the system still work from eg mastodon which uses a vocabulary of "notes" i believe?
a git forge idea
@nasser I think Mastodon would just ignore vocab it doesn't understand. But you could probs post stuff as both. Main reason to reuse forgefed is compat with other impls that are working on it.
social inbox is in typescript, we have some docs here as well as links to source: https://docs.distributed.press/social-inbox/
a git forge idea
@mauve thanks!
a git forge idea
@nasser Also HMU if you end up doing this! I've been doing a bunch of static AP stuff with https://distributed.press and have a minimal inbox impl that could be adjusted to support such a thing easily enough