build-web-app

build-web-app is a skill for Claude Code from saasroo/build-saas. It costs 62 tokens per session (2,099 once invoked), scanned A, original, MIT.

A guide for building a SaaS web application with Fireact, a framework combining Firebase, React, TypeScript, TailwindCSS, and Stripe. It sets up sign-in, subscriptions, teams, permissions, and deployment.

In plain words
What is it for?
Use it to scaffold and brand a SaaS app, configure Firebase and Stripe billing, add team invitations and permissions, and deploy to Firebase Hosting.
Why use it?
It reduces the initial work needed to create an app with user accounts, paid plans, and team access.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the build-saas plugin — 3 skills shipped together

Good fit Use it to scaffold and brand a SaaS app, configure Firebase and Stripe billing, add team invitations and permissions, and deploy to Firebase Hosting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saasroo/build-saas/build-web-app
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add saasroo/build-saas --skill build-web-app
Clone the repo
git clone --depth 1 https://github.com/saasroo/build-saas

Made for: Claude Code.

Or install build-saas, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build-web-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/saasroo/build-saas/build-web-app.svg)](https://agentmods.dev/skills/saasroo/build-saas/build-web-app)
Your own site
<a href="https://agentmods.dev/skills/saasroo/build-saas/build-web-app"><img src="https://agentmods.dev/badge/skills/saasroo/build-saas/build-web-app.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.02099
Opus 5 $0.00031 $0.01050
Sonnet 5 $0.00012 $0.00420
Haiku 4.5 $0.00006 $0.00210

Measured 8d ago against content hash 2ede0934da24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

build-web-app scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/build-web-app/SKILL.md · 259 lines

How it starts

The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build Web App

This skill guides you through building a complete SaaS web application using the Fireact open-source framework. Fireact provides authentication, subscription management, team collaboration, and Stripe billing out of the box — built on Firebase, React, TypeScript, and TailwindCSS.

When to Use This Skill

  • User wants to create a new SaaS web application
  • User wants an app with authentication, billing, and team management
  • User asks about Fireact or wants to scaffold a Firebase + React + Stripe app
  • User wants to add subscription management to a new project

What This Skill Does

  1. Scaffolds a complete SaaS app using the create-fireact-app CLI
  2. Configures Firebase (Auth, Firestore, Cloud Functions)
  3. Sets up Stripe billing with subscription plans
  4. Enables team management with invitations and permissions
  5. Customizes branding and UI with TailwindCSS
  6. Deploys to Firebase Hosting

How to Use

Build me a SaaS app for a project management tool with free and pro plans
Create a web app with Google auth, Stripe billing at $0/$29/$99, and team support
Scaffold a Fireact app for my AI writing tool

Instructions

Step 1: Gather Requirements

Ask the user for the following (provide sensible defaults where possible):

Product name:
What the app does (one-line):
Auth providers needed (email/password, Google, GitHub):
Billing plans:
  - Plan name, price, features (for each tier)
Team/multi-user support needed? (yes/no):
Target directory for the project:

If the user provides an app description without answering all questions, infer reasonable defaults:

  • Default auth: email/password + Google
  • Default plans: Free ($0), Pro ($29/mo), Enterprise ($99/mo)
  • Default team support: yes Confirm before proceeding.

Step 2: Prerequisites

Verify the following are installed:

# Node.js v18+
node -v

# Firebase CLI
firebase --version
# Install if missing: npm install -g firebase-tools

# Stripe CLI (for webhook testing)
stripe --version
# Install if missing: brew install stripe/stripe-cli/stripe

Read the full file on GitHub · 259 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 259 lines · 62 tokens per session scan A 2ede0934da24

Subscribe to this mod's changes

build-web-app is a skill published in the GitHub repository saasroo/build-saas (6 stars, last pushed 4mo ago), licensed MIT. It adds 62 tokens to every session and 2,099 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sfnext-extensions

Build extensions for Storefront Next using target-config.json, target points, extension routes, and translation namespaces. Use when creating modular features, inserting components into UI targets, adding extension routes, adding a section to an existing page, or using SFDCEXT integration markers. Covers the…

SalesforceCommerceCloud/b2c-developer-tooling · 96 tokens

sfnext-page-designer

Integrate Page Designer with Storefront Next using React decorators, component registry, and Region rendering. Use when creating merchant-editable pages, adding Page Designer components with @Component/@AttributeDefinition decorators, using fetchPageFromLoader, or rendering Regions. This is for the React/Storefront…

SalesforceCommerceCloud/b2c-developer-tooling · 84 tokens

sfnext-project-setup

Create and configure Storefront Next projects. Use when creating a new storefront, understanding project structure, setting up environment variables, or running the sfnext CLI for the first time. Covers project creation, directory layout, .env configuration, and sfnext CLI basics.

SalesforceCommerceCloud/b2c-developer-tooling · 58 tokens

sfnext-routing

Implement file-based routing in Storefront Next with React Router 7. Use when adding new pages, creating layout routes, defining route parameters, or understanding route module exports (loader, action, component, meta). Covers flat-routes conventions, nested layouts, and the app prefix.

SalesforceCommerceCloud/b2c-developer-tooling · 61 tokens

sfnext-state-management

Manage client-side state in Storefront Next using React context providers and feature-level Zustand stores. Use when handling basket/auth UI state, creating extension stores (for example store locator), or syncing client-visible state after server mutations. NOT for server-side data loading — see sfnext-data-fetching…

SalesforceCommerceCloud/b2c-developer-tooling · 66 tokens

vendure-dashboard-migration

Migrates Vendure Admin UI extensions (legacy Angular-based) to the new React Dashboard.

vendurehq/vendure · 24 tokens