101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

506
active users

#svelte

5 posts5 participants0 posts today

The data flow for the new project so far is as follows:

Maintain the data collection in Strapi - all news clippings, people, org info etc are kept in the CMS

@astro pulls Strapi data as a collection and builds static JSON files as ReST routes

#Svelte + #d3js pull the data from the ReST endpoints and draw the visualization in the browser.

The actual site is fully static, but I get the benefit of a full db and a nice interface for the backend, that is hosted independently.