Skip to content

Introduction

Foundry is a comprehensive toolkit designed for developers who manage multiple JavaScript/TypeScript projects. It provides a “Gold Standard” for configurations, a modular library of “Blocks,” and a “Commander” CLI to eliminate configuration drift and accelerate development across your entire project fleet.

PillarPurposeKey Components
1. The StandardFleet-wide ConsistencyESLint, TSConfig, Prettier, Dev-Config
2. The BlocksModular CapabilitiesAI, DB, SDK, Analytics, Widgets
3. The CommanderFleet ManagementFleet Audit, Global Linting, Mass Upgrades
4. The ForgeRapid ScaffoldingTemplate-based project initialization

Foundry provides high-quality, pre-built modules that you can drop into any project:

  • The Standard: Versioned configs for Next.js, Vite, and Node.
  • The Blocks: Unified AI providers, PostHog wrappers, and DB utilities.
  • The Widgets: Embeddable React components for Feedback, Changelogs, and Testimonials.
  • The Engine: A high-performance Cloudflare Worker backend powering all blocks.
  • The Standard — Versioned packages in packages/tooling used by all your repos.
  • The Blocks — Modular logic and UI packages in packages/blocks and packages/widgets.
  • The Cockpit — A Next.js dashboard to monitor your fleet’s health and analytics.
  • The CLI — The unified interface for managing projects and standards.
  1. Quickstart — Get the Foundry running in 5 minutes.
  2. The Standard — Learn about our linting and TS rules.
  3. The CLI — Explore the Commander and Forge tools.