Skip to content

phocks/phocks.vercel.app

Repository files navigation

Micro blog

Testing out an idea I had for a static feed of posts that could be syndicated across different web hosts.

In its simplest form it is just a simple JSON Feed of date-ordered posts hosted somewhere on the web. Make sure you have CORS enabled so web browser clients can read your feed.

A client app can then "consume" those feeds and splice them together into a timeline.

Structure

I have the post feed in /public and am using a simple Next.js app to read the JSON and turn the posts into a timeline.

Make your own

Feel free to fork this repo and deploy to Vercel or wherever you like.

I'll keep a list of micro blogs here:

Alternate URLs

Releases

No releases published

Packages

No packages published