ExtGuard.online
Chrome Extension Kit
ChromeExtensions.org
extension.dev
Extension Police
StackBlitz
CodeSandbox
replit
CodePen
GitHub Codespaces
Glitch
JSFiddle
vscode.dev
What is ExtGuard?
ExtGuard is a full pipeline for Chrome extension builders.
Generate extension ideas, build extensions with AI, scan for Chrome Web Store issues, and improve approval chances before submission โ all in one platform.
I built ExtGuard after wasting days on Chrome Web Store rejection cycles while publishing my own extensions. Small mistakes like overbroad permissions, MV3 issues, and missing privacy policy details kept causing delays and rejections.
So I built the tool I wish existed.
What you can do with ExtGuard
Generate extension ideas
Get AI-generated Chrome extension ideas for:
SaaS products
productivity tools
AI utilities
niche extension businesses
indie hacker projects
Build extensions with AI
Describe your extension idea and generate starter extension code, structure, and workflows faster.
Scan extensions before submission
Upload your extension and detect issues that commonly trigger Chrome Web Store rejections.
Checks include:
Manifest V3 validation
Dangerous permissions
Overbroad host permissions
CSP violations
eval() and unsafe code
Missing icons
Privacy policy issues
Remote code loading
Listing quality problems
Improve approval chances
Get actionable suggestions and risk insights before submitting your extension to Google.
Key Features
100% client-side scanning
Your extension code never leaves your browser
AI-powered extension workflow
Chrome Web Store policy analysis
Risk scoring system
Fast scans in seconds
Built for indie developers and vibe coders
Built for
Indie hackers
Chrome extension developers
SaaS builders
Dev agencies
AI builders
Vibe coders
Why ExtGuard exists
Chrome extension publishing should not take weeks because of tiny policy mistakes.
ExtGuard helps developers move from idea โ build โ validation โ submission faster and with fewer rejection cycles.
Try it here: https://www.extguard.online/
ExtGuard.online
StackBlitzNo ExtGuard.online videos yet. You could help us improve this page by suggesting one.
I've started using this as my main IDE for new projects when I'm trying things out. If it keeps getting better at the rate it has been, it'll be even better than coding locally.
Based on our record, StackBlitz seems to be more popular. It has been mentiond 112 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Managing reactive state and dependent computations in JavaScript can get complex, especially when combining asynchronous and synchronous data. RS-X is a library that allows you to bind expressions to plain objects and makes the parts of the model used by those expressions fully reactive. Dependent computations automatically update when the underlying data changes. RS-X is framework-agnostic. While it can drive UI... - Source: Hacker News / 7 months ago
I like htmx, LiveView, React and Solid. They are great at different points, so I try to combine them in Solv (Stateless Offline-capable LiveView) and write a prototype to show the benefits. Solv's main idea is that stateless servers keep client's state in a volatile cache. It enables server components that are also interactive, which is best of both worlds between LiveView and htmx. Then fine-grained reactivity is... - Source: Hacker News / 10 months ago
I like htmx, LiveView, React and Solid. They are great at different points, and this is a prototype trying to combine them. Solv's main idea is that stateless servers keep client's state in a volatile cache. It enables server components that are also interactive, which is best of both worlds between LiveView and htmx. Then fine-grained reactivity is added to achieve efficient DOM updates + minimal payload size.... - Source: Hacker News / 10 months ago
In the code editor tab (powered by StackBlitz), navigate to the env.ts file and enter your OpenAI key. Run npm run generate in the terminal to see how @autoview generates TypeScript frontend code from example schemas derived from both TypeScript types and OpenAPI documents. - Source: dev.to / over 1 year ago
URL: https://stackblitz.com What it does: An online IDE for coding, previewing, and deploying web apps instantly. Why it's great: Rapidly spin up projects without local setups โ great for experimentation. - Source: dev.to / over 1 year ago
Chrome Extension Kit - Chrome extension starter templates and examples
CodeSandbox - Online playground for React
ChromeExtensions.org - ChromeExtensions.
replit - Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages โ without spending a second on setup.
extension.dev - The first low-code Chrome Extension builder
CodePen - A front end web development playground.