Skip to main content
ShipAddons - Ship Google Workspace add-ons without the setup pain | Product Hunt

Ship your add-on in days, not weeks.

Everything you need to launch a monetized add-on, already built.

  • Google OAuth authentication
  • Stripe subscriptions & billing
  • Supabase database with RLS
  • Sheets, Docs, Slides & Forms
  • React + TypeScript frontend
  • Discord community

One-time purchase · Lifetime updates · Full source code

I cannot say enough good things about this product. The boilerplate code is extremely well thought out, clean, and production-ready, and it helped me get to a working production setup far faster than I would have on my own. What really sets it apart, though, is the level of support behind it.

Joseph Graziano

★★★★★

Verify on Gumroad →
Manuel, founder of ShipAddons

Hey, I'm Manuel 👋

After two years of building Google Workspace Add-ons, I realized every project started the same way: setting up auth, Stripe, the database, and fighting Google scopes and Apps Script limitations.

I built ShipAddons to save myself (and you) from that repetitive and boring work. It's the starter kit I wish I had when I started.

btw, this is my latest released addon: GPT Image Generator

Skip the headaches

Building a Google Workspace Add-on from scratch means dealing with a lot of boring setup. We've done it all for you.

Time you'll save (at minimum)

60hours

At $50/hour that's

$3,000

Everything you need to ship addons

A complete toolkit for building production-ready Google Workspace Add-ons.

Google Authentication

Workspace-native authentication using Google Identity Tokens, built specifically for Google Workspace Add-ons.

  • Automatic session handling
  • Per-app scope configuration (Sheets, Docs, Slides, Forms)
  • Secure backend token verification
  • User profile retrieval
AI-Ready Codebase

Built for AI-assisted development

Clean, well-documented code that AI tools understand. Get help from Cursor, Copilot, or ChatGPT to extend your add-on faster than ever.

Cu

Cursor

AI-first code editor

Cl

Claude

AI assistant

GH

GitHub Copilot

AI pair programmer

GPT

ChatGPT

AI assistant

lib/entitlements.ts
// =============================================================================
// FEATURE REQUIREMENTS MAPPING
// =============================================================================
// Map feature names to their minimum required plan.
// This allows feature-based access control without hardcoding plan checks.
//
// HOW TO CUSTOMIZE:
// - Add your feature names as keys
// - Set the minimum plan required as the value
// - Example: "ai_analysis": "PRO" means only PRO users can access AI analysis
// =============================================================================

export const FEATURE_REQUIREMENTS: Record<string, Plan["id"]> = {
  // Example features - customize these for your app
  basic_feature: "BASIC",
  essential_feature: "ESSENTIAL",
  pro_feature: "PRO",
  
  // Add your own features here:
  // "export_pdf": "ESSENTIAL",
  // "ai_analysis": "PRO",
  // "team_collaboration": "PRO",
  // "api_access": "ESSENTIAL",
};

Simple, transparent pricing

One-time purchase. Lifetime access. No subscriptions, no hidden fees.

Launch Price

Starter Kit

Everything you need to build & ship your Google Workspace add-on

$49$149

Save $100 during launch — price increases soon.

Watch how we go from boilerplate to monetized addon: Video Series

  • Full source code
  • Google OAuth authentication
  • Sidebar & Dialog UI
  • Stripe subscriptions & billing
  • Supabase database with RLS
  • Multi-app support (Sheets, Docs, Slides, Forms)
  • Comprehensive documentation
  • Lifetime updates
  • Discord community access
Get ShipAddons — $49

One-time payment · Instant access · Lifetime updates

Frequently asked questions

Everything you need to know about ShipAddons.

You get the complete source code for a production-ready Google Workspace Add-on boilerplate. This includes the Apps Script backend, React frontend, authentication system, Stripe integration, Supabase database, and comprehensive documentation.

Ready to ship?

Stop wasting time on boilerplate. Get ShipAddons today and focus on what makes your add-on unique.

One-time purchase • Lifetime updates

Watch the tutorial series