Nakshora 3.0 runs anywhere CSS is built. The four first-class integrations are maintained in the monorepo; everything else rides on the PostCSS plugin or the CLI.
First-class#
ViteThe recommended integration: virtual module, HMR, verified against Vite 5/6/7/8.PostCSSwebpack, Next.js, Laravel, Rails, Django — anything with PostCSS.CLI (no bundler)Compile from the terminal into any pipeline.CDNZero-install prototyping with the full build.
Framework & platform guides#
webpackVia the PostCSS plugin — loader config included.ParcelZero-config via PostCSS.esbuildWatch mode + PostCSS glue.Rolluppostcss + nakshora in the plugin chain.Next.jsApp Router + Pages Router, SSR-safe.NuxtVite-mode Nuxt with HMR.AstroIsland-friendly, zero JS shipped.Remix / React RouterRoute-based styling with HMR.SvelteKitScoped classes coexist happily.LaravelVite + Blade, the modern Laravel stack.Ruby on Railscssbundling-rails or importmap paths.WordPressBlock themes and classic themes.
Tip. Can't find your stack? Nakshora outputs plain CSS — any pipeline that accepts a stylesheet can consume it. Ask in the faq/index|FAQ.
