Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

How I Built a Chrome Extension to Analyze Viral Social Content (Statly)

As a developer and creator, figuring out what actually drives engagement on social platforms like Instagram, TikTok, and X usually requires hours of manual digging or expensive analytics tools. To solve this, I built Statly, a Chrome extension that turns any Instagram, TikTok, or X account into a ranked report of what’s actually working. Why I Built It Most social analytics tools give you…

I, a developer, recognized the need for insight into what drives engagement on social platforms such as Instagram, TikTok, and X. This insight usually comes from hours of manual research or through costly analytics tools. To address this issue, I developed Statly, a Chrome extension that transforms any Instagram, TikTok, or X account into a ranked report highlighting what is truly effective.

The motivation behind building Statly stemmed from the realization that most social analytics tools provide only high-level metrics. These tools fail to dissect content performance on a detailed level. My objective was to create a lightweight tool that enables easy auditing of growth, study of competitors' viral formats, and seamless integration directly into the browser without requiring any sharing of credentials.

The technological foundation of Statly comprises Vanilla JS and the Chrome Extension API (version 3) for the frontend, and Node.js for the backend. The platform also supports payments through Lemon Squeezy.

For developers and creators aiming to build public projects or seeking to expand their social media presence, Statly is available at https://trystatly.com. The platform welcomes feedback and feature requests, which can be submitted through the comments section.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

How to Handle O365 Shared Mailboxes in CI/CD Test Automation

Testing email workflows—like OTP verification, password resets, or automated notifications—is a core requirement for robust end-to-end (E2E) automation.

  • Register Azure AD app with Mail.ReadWrite and Mail.Send permissions
  • Obtain OAuth 2.0 tokens via Azure AD token endpoint
  • Send emails through shared mailbox using POST request to sendMail endpoint

Your dog walker says they went. This makes the walk say so too.

This is a submission for Weekend Challenge: Dog Days Edition TL;DR — A walker records the walk on their phone, the route is hashed in the browser, and a 147-byte attestation signed by the walker's own key lands on Solana devnet.

  • Dog walker records and hashes walk route on Solana devnet
  • Owner verifies walk trace by comparing computed hash with attestation
  • Verification process requires only two clicks without wallets or SOL

More from Sunday 16 August →