🧩 Use Case Stack

Build a Chrome Extension

Ship a browser extension from idea to Chrome Web Store. Development tools, hosting, payments, and distribution - covered.

VS Code logoVS Code
Plasmo logoPlasmo
Supabase logoSupabase
Stripe logoStripe
Chrome Web Store logoChrome Web Store
Notion logoNotion
Build a custom stack

Your extension dev toolkit

Framework, editor, backend, payments, management.

Our Pick: Development Framework
Plasmo
Free, open source

The browser extension framework that makes development feel modern. React, Vue, or Svelte support, hot reload, and built-in messaging between content scripts, background, and popup.

React/Vue/Svelte supportHot reloadBuilt-in messaging
Also consider
WXT

Vite-powered framework

Next-gen extension framework built on Vite. Auto-imports, file-based entrypoints, and cross-browser support. Free and open source. Best for developers who prefer Vite's speed.

Vanilla JS

No framework overhead

Build directly with the Chrome Extensions API. Zero dependencies, smallest bundle size, full control. Best for simple extensions or developers who want to learn the raw APIs.

Django
Django

Free - Python's battle-tested web framework. Batteries included, admin panel free. If P...

Python's battle-tested web framework. Batteries included, admin panel free. If Python is your language, this is your framework. Try Django →

FastAPI
FastAPI

Free - Python API framework that's absurdly fast. Auto-generates docs, async by default...

Python API framework that's absurdly fast. Auto-generates docs, async by default, type-safe. The modern Python backend. Try FastAPI →

Laravel
Laravel

Free - PHP's crown jewel. Elegant syntax, incredible ecosystem, and yes - PHP in 2026 i...

PHP's crown jewel. Elegant syntax, incredible ecosystem, and yes - PHP in 2026 is actually good. Forge + Vapor seal the deal. Try Laravel →

Ruby on Rails
Ruby on Rails

Free - The OG startup framework. Convention over configuration. Ship an MVP in a weeken...

The OG startup framework. Convention over configuration. Ship an MVP in a weekend, scale it for years. Still cooking. Try Ruby on Rails →

Flask
Flask

Free - Python micro-framework. Minimal, flexible, no opinions. When Django is too much ...

Python micro-framework. Minimal, flexible, no opinions. When Django is too much and you want to build from scratch. Try Flask →

Our Pick: Code Editor
VS Code
Free

The editor most extension developers use. Built-in Chrome DevTools integration, extension debugging, and a massive plugin ecosystem for every language and framework.

Extension debugging built inChrome DevTools integrationMassive plugin ecosystem
Also consider
Cursor

AI-powered coding

VS Code fork with built-in AI pair programming. Chat with your codebase, generate code, and debug faster. $20/mo. Best for solo developers who want an AI co-pilot.

WebStorm

Full IDE features

JetBrains' JavaScript IDE with advanced refactoring, debugging, and testing tools. $7.90/mo. Best for developers who want a fully-featured IDE out of the box.

Codeium
Codeium

Free - Free AI code completion. Works in 70+ languages, every major IDE. Copilot altern...

Free AI code completion. Works in 70+ languages, every major IDE. Copilot alternative that costs nothing. Try Codeium →

Aider
Aider

Free - AI pair programming in your terminal. Git-aware, edits files directly, explains ...

AI pair programming in your terminal. Git-aware, edits files directly, explains changes. CLI purist's Cursor. Try Aider →

Cody
Cody

Freemium - Sourcegraph's AI coding assistant. Understands your entire codebase, not just th...

Sourcegraph's AI coding assistant. Understands your entire codebase, not just the open file. Enterprise-grade context. Try Cody →

Claude Code
Claude Code

Paid - Anthropic's CLI coding agent. Plans, edits, tests, and commits - all from your t...

Anthropic's CLI coding agent. Plans, edits, tests, and commits - all from your terminal. The agentic future is here. Try Claude Code →

Pieces
Pieces

Free - AI-powered snippet manager. Saves, organises, and enriches your code snippets wi...

AI-powered snippet manager. Saves, organises, and enriches your code snippets with context. Never lose that util function again. Try Pieces →

Our Pick: Backend & Auth
Supabase
Free tier

Auth, database, and storage in one platform. Real-time subscriptions for syncing extension state across devices. Row-level security keeps user data safe without writing backend code.

Auth + database + storageReal-time subscriptionsRow-level security
Also consider
Firebase

Google ecosystem

Auth, Firestore, Cloud Functions, and hosting. Deep integration with Google services. Generous free tier. Best if you already use Google Cloud or want Firebase Auth simplicity.

Convex

Real-time backend

Reactive database with automatic syncing. TypeScript-first with server functions. Free tier. Best for extensions that need instant real-time data updates across users.

Redis
Redis

Freemium - In-memory data store that's fast beyond reason. Caching, sessions, queues, pub/s...

In-memory data store that's fast beyond reason. Caching, sessions, queues, pub/sub - the Swiss army knife of backend infra. Try Redis →

Drizzle ORM
Drizzle ORM

Free - TypeScript ORM that feels like writing SQL. Lightweight, fast, zero overhead. Pr...

TypeScript ORM that feels like writing SQL. Lightweight, fast, zero overhead. Prisma got too heavy, Drizzle kept it lean. Try Drizzle ORM →

Prisma
Prisma

Free - Type-safe database toolkit for Node.js. Schema-first, auto-generated client, mig...

Type-safe database toolkit for Node.js. Schema-first, auto-generated client, migrations. The default ORM for good reason. Try Prisma →

Fauna
Fauna

Freemium - Serverless document database with built-in auth and GraphQL. Zero ops, scales au...

Serverless document database with built-in auth and GraphQL. Zero ops, scales automatically. Niche but powerful. Try Fauna →

EdgeDB
EdgeDB

Free - Graph-relational database that's actually developer-friendly. EdgeQL is what SQL...

Graph-relational database that's actually developer-friendly. EdgeQL is what SQL wishes it was. Niche but brilliant. Try EdgeDB →

Stytch
Stytch

Freemium - Passwordless auth done right. Magic links, OTPs, OAuth, biometrics. Clean SDKs, ...

Passwordless auth done right. Magic links, OTPs, OAuth, biometrics. Clean SDKs, generous free tier. Clerk competitor. Try Stytch →

Hanko
Hanko

Free - Open-source passkey authentication. WebAuthn-first, FIDO2 compliant. The passwor...

Open-source passkey authentication. WebAuthn-first, FIDO2 compliant. The password is dead, Hanko is the funeral director. Try Hanko →

WorkOS
WorkOS

Freemium - Enterprise SSO and directory sync. When your SaaS lands that first enterprise cu...

Enterprise SSO and directory sync. When your SaaS lands that first enterprise customer and they need SAML/SCIM. Try WorkOS →

Kinde
Kinde

Freemium - Auth and user management with feature flags baked in. Australian-made, developer...

Auth and user management with feature flags baked in. Australian-made, developer-friendly, and growing fast. Try Kinde →

Firebase Auth
Firebase Auth

Free - Google's auth service. Dead simple setup, tons of providers, free tier handles m...

Google's auth service. Dead simple setup, tons of providers, free tier handles most startups. The easy button. Try Firebase Auth →

📖 Step-by-step build guide

How to Build a Chrome Extension

Ship a Chrome extension with user auth, cloud storage, and payments

Advanced 3-4 hours · 5 steps
VS Code VS Code
GitHub GitHub
Supabase Supabase
Stripe Stripe
Vercel Vercel
1
VS Code Scaffold extension with manifest.json and popup
VS Code · ~20 min
2
VS Code Build the core feature in content and background scripts
VS Code · ~40 min
3
Supabase Set up Supabase for user data and auth
Supabase · ~30 min
4
Stripe Add Stripe for premium features
Stripe · ~30 min
5
Vercel Create landing page on Vercel and publish to Chrome Web Store
Vercel · ~30 min
Follow the full guide
Launch Kit

Get the full launch checklist

Every tool pre-configured, setup order mapped out, integrations documented. Skip weeks of research.

Get the launch kit →Build my stack

Ready to build?

Your extension idea deserves to ship. Start building today.