Turn README screenshots into clickable demos
- Embed rich demo links in your README
- See which features get the most interest
- Gather user feedback directly on demos
- Track traffic from different platforms
Your README has a screenshot. Cool. But does it actually do anything? Link it to a live demo and find out who's clicking.
Screenshot in, trackable link out. Takes about 30 seconds.
More than just a link shortener with delusions of grandeur
Clicks, referrers, countries, UTM params. The works.
Group your demos together. Great for job hunting or showing off.
Markdown snippets ready to go. No faffing about.
[](link) Let people tell you what they think
Internet points for your ego
Links that don't look rubbish on Twitter
Your links get proper social cards. No more sad grey boxes.
Just shipped the new dashboard! Check out the interactive demo:
If you've ever wondered "is anyone even looking at this?" - yes, this is for you
Fresh demos from the community
REST API, full CRUD, the works. Hook it up to your CI/CD if you're feeling fancy.
Secure API tokens with configurable expiration and permissions
200 requests/day, 500+ on Enterprise
Create, read, update, delete examples and collections
// Create a new example
const response = await fetch('https://demonstrable.dev/api/v1/examples', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_TOKEN',
'Content-Type': 'application/json'
},
body: JSON.stringify({
title: 'My Dashboard',
demo_url: 'https://myapp.com/demo',
description: 'Interactive analytics dashboard'
})
});
const example = await response.json();
console.log(example.slug); // "my-dashboard-x7k2" See what others are building
Simple and transparent
Demonstrable started as a personal utility to help me showcase my own projects. If it helps others too, that's brilliant. While I'm actively building out features, everyone gets full Pro-level access for free.
If the service grows popular enough that running costs become significant, I may introduce fees for certain features. But for now, enjoy!
Worst case, you've wasted 30 seconds. Best case, you finally have analytics on that project you're weirdly proud of.
No credit card required. Full Pro-level access while in development.