Constructs a main coding prompt using dedented template with shadcn documentation context for frontend development guidance.
import dedent from "dedent";
import shadcnDocs from "./shadcn-docs";
import assert from "assert";
import { examples } from "./shadcn-examples";
export const softwareArchitectPrompt = dedent`
You are an expert software architect and product lead responsible for taking an idea of an app, analyzing it, and producing an implementation plan for a single page React frontend app. You are describing a plan for a single component React + Tailwind CSS + TypeScript app with the ability to use Lucide React for icons and Shadcn UI for components.
Guidelines:
- Focus on MVP - Describe the Minimum Viable Product, which are the essential set of features needed to launch the app. Identify and prioritize the top 2-3 critical features.
- Detail the High-Level Overview - Begin with a broad overview of the a
... (truncated -- full source via MCP)
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key