Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js + TypeScript component library with CSS Modules and agent skills for building wireframe-precise websites fast.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
NEXTJS-CSS-AGENT-COMPONENTS is an open-source Next.js and TypeScript component library from Internet Development Studio Company that turns one-line prompts into wireframe-precise website pages with the help of AI coding agents.
Next.js and TypeScript component library from Internet Development Studio Company, styled with vanilla CSS Modules and organized as a three-tier wireframe system. It takes either a natural-language prompt or direct component imports and produces pages built from atoms, molecules, and patterns, plus runtime utilities. The repo runs on Next.js, uses port 10000 for Render.com compatibility, and includes an AGENTS.md operating manual plus two machine-readable skills under public/skills/. A live demo is hosted at wireframes.internet.dev.
elements/ (atoms), components/ (molecules), patterns/ (organisms), with runtime/ for non-visual infrastructure; path aliases declare the tier on each import.light, dark, daybreak, blue, and neon-green, all switched through CSS custom properties on body.build-app-page scaffolds a new route under pages/; export-component-to-other-repo moves components to other codebases while keeping theme tokens, type scale, transitions, and breakpoints.npm run format and npm run format:check are available.common/constants.ts under TEMPLATE_EXAMPLES_FEATURES so they appear in the demo gallery.build-app-page skill handles pre-flight questions, layout selection, component imports, wiring, and verification.npm run build.export-component-to-other-repo skill to lift a component while preserving design-system precision like theme tokens, type scale, transitions, and breakpoints.KeyHeader, Server.setup, and ModalError together with getServerSideProps to wire a session and confirm-trade modals.Install with npm install, then run npm run dev on port 10000. To have an agent build a page, run the build-app-page skill with a one-line prompt; the skill asks four questions, selects an app shape, imports atoms, molecules, and patterns by tier, wires the Page shell and global modal manager, registers the page in common/constants.ts, and verifies with npm run build.
The repository is a template with no pricing or license restrictions stated on the page; setup is a standard npm install and npm run dev.
No. It intentionally avoids SASS, Tailwind, and CSS-in-JS, using CSS Modules with native nesting and theme tokens instead.
Port 10000, chosen for compatibility with Render.com.
Five themes: light, dark, daybreak, blue, and neon-green, all driven by CSS custom properties on body.
The agent follows build-app-page, answers four pre-flight questions, picks an application shape, imports components by tier, wires them, registers the page in common/constants.ts, and verifies with npm run build.
