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
- GitHub Issues:The bug must be mentioned in the issues.
- Wechat:sparrow777-js,Open for collaboration and exchange.
- email: [email protected]
docker buildx build --platform linux/amd64 -t registry.fly.io/flow-gen-ai:latest --push .
fly machine run registry.fly.io/flow-gen-ai:latest
--app test-ai-gen-12345
--region ord
--vm-size shared-cpu-1x-1gb
--port 80:8080
--port 443:8080
--env FLY_PROCESS_GROUP=app
--env PRIMARY_REGION=ord
--env APP_ENV=production
--autostop