Projects / Artifact / Tool

WP REST API Post Getter

A small publishing utility that moves content between systems without a full CMS tie-in.

Vanilla JavaScript WordPress REST API External-site publishing

What it does

The project shows how to display WordPress posts on an external site using the REST API and plain JavaScript. It pulls the title, link, date, excerpt, and featured media, then exposes a simple “show more” pattern to extend the feed.

The value here is not scale. It is the pattern: keep the destination site light, let WordPress remain the publishing backend, and use a narrow client-side bridge rather than a heavier integration stack.

Why this artifact still matters

This is a small but durable expression of a larger publishing instinct in the work: separate source of truth from presentation surface, then connect them through a clear, inspectable interface. That shows up again in this current site rebuild.

It also reflects a preference for vanilla implementation where a framework would not materially improve the outcome.

Related Work

Other artifacts connected by publishing systems, interfaces, and API thinking.