foundry

skill
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 74 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides a Nuxt 4 template designed to help technical founders quickly build validation landing pages, capture emails, and manage content. It also includes Model Context Protocol (MCP) tools that allow AI agents to query site documentation and changes.

Security Assessment
Overall risk: Low. The automated code scan checked 12 files and found no dangerous patterns, hardcoded secrets, or unsafe execution of shell commands. The tool relies on standard webhooks for event tracking, meaning sensitive data like payment processing is handled externally via links rather than processed locally. The only notable network behavior is an "opt-in" feature that auto-registers your site's endpoints with the creator's mentorship network if a specific environment variable is enabled in production.

Quality Assessment
The project is actively maintained, with its latest push occurring today. It has gathered 74 GitHub stars, indicating a modest but growing level of community trust and interest. However, the repository lacks a license file. This is a significant administrative oversight; without a defined license, the legal terms of use, modification, and distribution remain technically undefined, which may be a concern for strict commercial environments.

Verdict
Use with caution due to the missing software license, though the underlying code itself is safe and clean to use.
SUMMARY

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

README.md

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)
  • MCP tools for AI agents — query docs, decisions, and detect content changes
  • Auto-registration with the Incubrain mentorship network (opt-in)
  • Theme-aware backgrounds — 12 pattern/gradient utilities that follow your brand
  • 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
  └── incubrain/    Incubation platform example
.starters/
  └── default/      Minimal template (used by CLI)
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/...

MCP Tools

AI agents can query your site via the Model Context Protocol:

Tool Purpose
list-pages Browse docs with content hashes
get-page Retrieve full markdown + hash
list-decisions Browse decision log entries
get-decision Retrieve full decision markdown
what-changed Lightweight polling — paths + SHA-256 hashes with since filter

Tools are auto-registered from server/mcp/tools/. Visit /_mcp/tools in dev to verify.

Mentorship Network

Set NUXT_FOUNDRY_REGISTER=true in production to auto-register with the Incubrain mentorship network. Your site's MCP endpoint and RSS feeds are shared so mentors can track your progress.

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

Reviews (0)

No results found