Docs/Code Export

Source Code Export Ecosystem

We believe true AI-generation shouldn't result in vendor lock-in. Nirmaanly allows you to export raw, production-ready source code at any stage of your development cycle.

Three Frameworks

Choose your output format: HTML/CSS/JS for instant websites, React 18 + Tailwind for SPAs, or Next.js 14 App Router for full-stack apps. All with TypeScript and Framer Motion.

# Export Formats
✦ HTML/CSS/JS (Tailwind CDN)
✦ React 18 + Vite + Tailwind
✦ Next.js 14 App Router

Mobile (Expo)

Alpha

Coming soon: Our mobile translation agent will map React components to React Native views and generate an Expo-ready directory for iOS & Android app stores.

# App Store Ready
✦ React Native Navigation
✦ `app.json` pre-configured
✦ Translated Tailwind styles

Post-Export: Self Hosting

Once downloaded, unzip the file and you exist fully within the standard Node ecosystem. You can deploy directly to Vercel, Netlify, or an AWS EC2 instance.

Terminal
$
cd my-nirmaanly-project
$
npm install
$
cp .env.example .env.local # Add your own DB keys
$
npm run dev