Pick your stack. Ship in five minutes.
Framework recipes, theming, server components, and troubleshooting. The same recipes ship inside the npm package.
For AI editors
Point your editor at the docs MCP.
Cursor, Claude, Copilot, and Aider can read every component, prop, token, and setup step straight from the source. Add the server once and stop pasting docs into chat.
https://shilp-sutra.devalok.in/mcpFull editor setupPick your framework.
All six recipes assume Tailwind 4 CSS-first, React 18+, TypeScript optional.
Next.js (App Router)
transpilePackages, "use client" boundaries, font + CSS wiring.
Next.js (Pages Router)
_app.tsx wiring, globals.css import order.
Vite + React
PostCSS, Tailwind 4 CSS-first, font @import order.
Astro
@astrojs/react, client:load islands, CSS bundling.
Remix
links() exports, font preloading, route-level CSS.
TanStack Start
Vite-based SSR, route-tree CSS injection.