Email or username:

Password:

Forgot your password?
Top-level
Juan Luis

@freemo Fantastic! Can you comment on the architecture a bit more? After a quick scan, I gather that it's a Hugo site + a Node.js API talking to a Firebase project powering the ActivityPub capabilities, am I right?

3 comments
🎓 Dr. Freemo :jpf: 🇳🇱

@astrojuanlu Yup, the API is TS based and runs as serverless functions... so its all very easy to work with and the serverless functions and site deploy automatically once you pust the repo.. so despite the complexity its still fairly hassle free to do released.

🎓 Dr. Freemo :jpf: 🇳🇱

@astrojuanlu it is also designed to work in a half-capable way with no APIs at all.. it will still completely serve the outbox and the activities (create) for all the posts.

Only thing it cant really do properly without the serverless functions is allow you to get confirmation once you follow someone, and therefore might miss notification to your feed on new posts

But the site will still be searchable by the fedi and you can see see and share posts in that limited mode.

Go Up