DEV Community

Hosein Sedaqat
Hosein Sedaqat

Posted on

Building Tishra Analyzer: How I Created a Privacy-First SEO & Security Extension

From Ancient Inspiration to Modern Web Development — A Deep Dive into Creating a High-Performance Browser Tool with React and Manifest V3.

The Problem with Modern SEO Tools

In the fast-paced world of web development, we are often overwhelmed by complex SEO dashboards. Most tools are either hidden behind expensive paywalls or cluttered with ads that compromise user privacy. I wanted something different: an analyzer that is fast, beautiful, and runs entirely in the browser. That’s how Tishra Analyzer was born.

🌟 The Legend Behind the Name

The name Tishra (derived from Tishtar) comes from ancient Persian mythology, representing the star of brightness and rain. My goal was to build a tool that lives up to its name — bringing “brightness” to the hidden metadata of the web and “refreshing” the way developers audit their sites.

🛠️ The Tech Stack

Building a browser extension in 2026 requires balancing performance with strict browser standards. Here is the stack I chose:

React.js: For a modular and reactive User Interface.
Tailwind CSS & DaisyUI: To achieve a premium “Dark Mode” aesthetic that feels like a professional dashboard.
Manifest V3: Ensuring future-proof compatibility with the latest Chrome and Firefox standards.
Local Logic: Unlike many tools, the analysis engine runs 100% locally on your machine.

🚀 Key Features: A One-Click Audit

Tishra Analyzer doesn’t just give you raw data; it interprets it.

  1. The Intelligent Health Score
    The heart of the extension is an algorithm that weighs various factors — from Meta tags and H1 headers to SSL security — providing a score from 1 to 100.

  2. Real-time SERP Preview
    Ever wondered how your page looks on Google while you’re still coding it? Tishra simulates the Google Search result snippet in real-time, allowing for instant title and description optimization.

  3. Security & Performance Layers
    Beyond SEO, the tool audits critical security headers and measures page loading speeds, ensuring your site is not just searchable, but also safe and fast.

🔗 Try it Yourself!

Tishra Analyzer is open-source and available now.

Download for Firefox: [Link to Firefox Add-on Store]
Explore the Code: [Link to your GitHub Repository]
If you’re a developer or an SEO specialist, I’d love to hear your feedback. Let’s make the web a brighter place, one tab at a time. ✨

Top comments (0)