Project Plug
Free during the beta

Your project list.
Plugged into every site.

Project Plug is a tiny SaaS for indie creators. Add your projects once in the dashboard. Drop one line of HTML on any website. Your list renders as plain elements your own CSS controls.

✦

One source of truth

Name, description, link. Update once, every site updates.

◐

Drop-in HTML

One div, one script. Renders as a plain list your site styles.

◇

Yours, free

No paid tier. No vendor lock-in. The JSON API is open too.

◎

Theme it visually

Pick a preset, tweak it live, save. Your style follows your handle.

✦

Drop this in any page

Replace your-username with the handle you claim. Adjust the limit if you want.

<div data-project-plug="your-username" data-limit="5"></div>
<script src="https://project-plug.vercel.app/project-plug.js" defer></script>
◐

Style it your way

Open the customizer, pick a preset, tweak it. Your saved style renders on your profile and at /u/handle/styles.css.

.project-plug-list { list-style: none; padding: 0; margin: 0; }
.project-plug-item { margin: 0 0 0.75rem; }
.project-plug-link { display: block; padding: 1rem; border: 1px solid #e5e5e5; border-radius: 8px; text-decoration: none; color: inherit; }
.project-plug-link:hover { border-color: #999; }
.project-plug-title { display: block; font-weight: 600; }
.project-plug-description { display: block; color: #666; font-size: 0.875rem; margin-top: 0.25rem; }
.project-plug-view-all { display: inline-block; margin-top: 0.75rem; font-size: 0.875rem; }
◇

Or call the JSON API

For static site generators, server-rendered apps, or anything where you want the data without the loader. CORS is open.

GET https://project-plug.vercel.app/api/u/your-username/products?limit=5