foundry
Nuxt marketing sites with built-in signal capture
All Skills in This Repository (7)
Pure Emerald Level Indicatorsnuxt-ui
Generate Nuxt UI component Markdown documentation from the official repository.
vue
Reference Vue 3 Composition API patterns for components, composables, and tests.
nuxt-content
Build content-driven Nuxt apps with Nuxt Content v3 typed collections.
motion
Automate hardware-accelerated animations in Vue 3 and Nuxt with motion-v.
docs-writer
Generate audience-appropriate Maharashtra policy documentation with Research, Policy, and Pilots sections.
nuxt
Guide Nuxt 4+ projects through server routes, routing, middleware, and configuration patterns.
nuxt-modules
Guide developers in creating, publishing, and maintaining Nuxt modules with Nuxt Kit.
Frequently Asked Questions
FAQPage SchemaHow to install Foundry?▼
Run `npx skills add incubrain/foundry --all -g -y` in your terminal to install all skills in this suite globally.
What does Foundry do?▼
Foundry is a Nuxt 4 layer for building marketing sites that capture visitor events, form submissions, and errors into one server-side signal buffer. An external consumer pulls that stream through an authenticated endpoint, so you can validate demand before building a product.
Does Foundry replace Google Analytics?▼
Yes, by design. It avoids third-party analytics vendors entirely and instead buffers events and errors server-side, letting your own consumer pull the data with a cursor.
Is Foundry readable by AI crawlers?▼
Yes. It ships MCP tools, llms.txt support, raw-markdown redirects, and classifies every visitor as human, agent, or bot server-side.
Do I need to write backend code to capture leads?▼
No. The included ConvertForm component posts to a built-in capture endpoint with honeypot spam protection and validation already wired in.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core