Mini product tour and install snippets for FeedPulse — 17 free embeddable widgets and 12 free SEO checkers. No signup, no paid tier.
This repo is a quick tour through the 5 most-searched FeedPulse widgets, each with a one-line install snippet you can paste into any HTML, WordPress, Shopify, Webflow, Ghost, or Substack site. Every widget below is free forever.
The dev-audience widgets (live visitor feed, GitHub stars, npm downloads, Discord members) each have their own example repo in this org — see the section near the bottom.
FeedPulse is a free SEO + web-analytics toolkit aimed at indie developers, bootstrapped SaaS founders, content creators, and small businesses who need real data without committing to a $99/mo subscription.
- 19 embeddable widgets — live traffic feed, flag counter, online visitors, GitHub stars, npm downloads, Discord members, weather, crypto/stock tickers, countdown, clicks heatmap, comments, YouTube/Twitch live, page-speed badge, SEO trust badge, visitor globe, AI site chat, and more.
- 10 SEO checkers — Traffic Rank (Tranco), Domain Authority (Moz), Domain Rating (OpenPageRank), Backlinks, SERP position, Index check, Lighthouse / Web Vitals, Page Speed (Google PSI), Trust Score, Domain Age.
- Transparent data sources — every metric's upstream provider is publicly listed at feed-pulse.com/data-sources.
Every tool is free forever. There is no premium plan, no email gate, no upsell. Funded by an inline "powered by FeedPulse" link inside each widget — the same model that ran Flag Counter, classic StatCounter, and the original Feedjit.
Every snippet is a single
<script async>tag. Drop it in your site's<head>(theme header, Webflow Embed component, Ghost code injection, Shopify theme.liquid, or plainindex.html). No build step. No plugin.
Live forecast for any city in the world. Pick units (°C / °F), theme (light, dark, obsidian, mint, sand), and language (12 supported). Powered by Open-Meteo's free public API — no key, no signup.
<!-- Copy your personalized snippet from https://feed-pulse.com/free-weather-widget -->
<script async src="https://feed-pulse.com/api/embed/weather?lat=51.51&lon=-0.13&place=london"></script>Customize city + theme → feed-pulse.com/free-weather-widget
A live countdown timer for any future date — product launches, sale endings, event start times. Auto-refreshes per second, renders as a card or inline pill.
<!-- Copy your personalized snippet from https://feed-pulse.com/free-countdown-widget -->
<script async src="https://feed-pulse.com/api/embed/countdown?to=2026-12-31T23:59:59Z"></script>Set your target date → feed-pulse.com/free-countdown-widget
A site-wide click heatmap recorder. Paste once in <head>, see aggregated click patterns rendered as an overlay on a fresh screenshot of each page. Privacy-by-default: clicks bucketed by 10-pixel cells so individual visitors stay anonymous.
<!-- Copy your personalized snippet from https://feed-pulse.com/heatmap -->
<script async src="https://feed-pulse.com/api/embed/clicks_heatmap?site_id=YOUR_SITE_ID"></script>See your heatmap → feed-pulse.com/heatmap
The classic "country flags of recent visitors" widget — same tradition as flagcounter.com, but Lighthouse-100 fast and cookie-free.
<!-- Copy your personalized snippet from https://feed-pulse.com/free-flag-counter-widget -->
<script async src="https://feed-pulse.com/api/embed/flag_counter?site_id=YOUR_SITE_ID"></script>Customize layout + colors → feed-pulse.com/free-flag-counter-widget
Last 10 visitors to your site in a scrolling real-time feed — country, city, referrer, time-ago. Auto-refreshes every 3 seconds. See traffic-feed-example in this org for full docs.
<!-- Copy your personalized snippet from https://feed-pulse.com/free-live-traffic-widget -->
<script async src="https://feed-pulse.com/api/embed/traffic_feed?site_id=YOUR_SITE_ID"></script>Customize → feed-pulse.com/free-live-traffic-widget
The 4 widgets dev portfolios + open-source project sites love. Each has its own repo with full docs:
traffic-feed-example— live visitor feedgithub-stars-example— ⭐ count badge for any reponpm-downloads-example— weekly/monthly downloads badgediscord-members-example— live Discord member counter
| Surface | What it does |
|---|---|
| Widget gallery | Interactive previews + customizer for all 19 widgets |
| Free SEO tools | 10 free SEO checkers (DA, DR, backlinks, SERP, Lighthouse, page speed, trust score, domain age, index check, traffic rank) |
| Data sources | Public list of every upstream provider + refresh cadence |
| Explore | Directory of public FeedPulse dashboards |
MIT — fork it, paste it, modify it.
Open an issue or reach out at feed-pulse.com.