Import an existing project ZIP and restore it inside DreamOS86.
ZIP import lets you bring an existing codebase into DreamOS86. The import pipeline:
| Framework | Detection |
| ----------- | ----------- |
| Next.js | next.config.js/ts |
| React / Vite | vite.config.ts |
| Expo | app.json with expo key |
| Capacitor | capacitor.config.ts |
| TWA | twa-manifest.json |
@supabase/supabase-js, @supabase/ssr)firebase package, firebase.json)stripe, @stripe/stripe-js)schema.prisma)tailwind.config.*)✅ Source files and directory structure
✅ package.json and dependencies list
✅ Environment variable names (not values — add secrets manually)
✅ Framework configuration
✅ Route structure
✅ Integration configuration
⚠️ Not restored:
Once imported, you can use the AI to continue building:
"This is an existing Next.js app. Add a Stripe subscription page."
"Review this codebase and suggest improvements to the auth flow."
→ Make sure your ZIP includes the root config files (package.json, next.config.ts, etc.) at the top level, not inside a subdirectory.
→ Exclude node_modules and .next from your ZIP. Only source files are needed.