foundry

foundry

IncuBrain Foundry is a MIT Nuxt 4 template optimised for creating AI-native businesses

Stars: 76

Visit
 screenshot

Foundry is a tool designed for technical founders to create validation landing pages. It allows users to capture email signals before building, with features such as landing pages, authority docs, event tracking, and zero lock-in. The tool is built using Nuxt 4, Tailwind v4, and TypeScript, and provides quick start options for easy setup. Foundry helps founders test interest, collect payments, and sell services before fully developing their products.

README:

Foundry

Validation landing pages for technical founders. Capture signal before you build.

What It Does

  • Landing pages with email capture, presales, and booking flows
  • Authority docs with citations, cross-linking, and MCP integration
  • Event tracking that streams to your webhooks (Telegram, Slack, Discord)
  • Zero lock-in — standard Nuxt app, swap any tool anytime

Stack: Nuxt 4 · Tailwind v4 · TypeScript

Quick Start

npx create-foundry my-project
cd my-project
npm install
npm run dev

Or install the layer directly:

npm install @incubrain/foundry
// nuxt.config.ts
export default defineNuxtConfig({
  extends: ['@incubrain/foundry']
})

Validation Paths

Email Capture — Test interest before creating content Presales — Collect payment before building (external links to Stripe/LemonSqueezy) Service Bookings — Sell calls via Cal.com/Calendly, learn from delivery

Project Structure

layer/              Nuxt layer (npm: @incubrain/foundry)
examples/
  ├── foundry/      Demo site
  ├── astronera/    Real-world example
  └── starter/      Minimal template
cli/                create-foundry CLI

Configuration

Edit content files, not code:

content/
├── config/         Site config (YAML)
├── pages/          Landing pages (Markdown)
└── faq/            FAQ entries (YAML)

Set up webhooks:

cp .env.example .env
NUXT_WEBHOOK_URL=https://discord.com/api/webhooks/...

What's Not Included

  • Email sequences (use ConvertKit/Mailchimp)
  • Authentication (validation ≠ product)
  • Payment processing (external links only)
  • Databases (webhooks stream to your destination)

These belong in your product, not your validation tool.

Links

License

MIT

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for foundry

Similar Open Source Tools

For similar tasks

For similar jobs