Skip to content

nftblackmagic/an-codeAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genfly.dev

genfly.dev: AI-Powered Full-Stack Web Development in the Browser

Welcome to genfly.dev, an open-source AI-powered code generation tool that provides an isolated sandbox environment preview for each generated application


Video Demo

Here's a feature demonstration video of genfly.dev:

output.mov
output.mov

Features

  • 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

Local Development

  1. Install Package Manager (pnpm):

    npm install -g pnpm
  2. Install Project Dependencies:

    pnpm install
  3. Start the Application:

    pnpm run dev

Community & contact

Docker image creation

docker buildx build --platform linux/amd64 -t registry.fly.io/flow-gen-ai:latest --push .

Fly machine test

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

About

AI generate code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • SCSS 2.2%
  • Other 0.5%