Welcome to genfly.dev, an open-source AI-powered code generation tool that provides an isolated sandbox environment preview for each generated application
Here's a feature demonstration video of genfly.dev:
output.mov |
output.mov |
- AI-powered full-stack web development for NodeJS based applications directly in your browser.
- Attach images to prompts for better contextual understanding.
- Download projects as ZIP for easy portability Sync to a folder on the host.
- Isolated sandbox environment for running code.
- Self-hosting support with Next.js
-
Install Package Manager (pnpm):
npm install -g pnpm
-
Install Project Dependencies:
pnpm install
-
Start the Application:
pnpm run dev