autoapp-builder / README.md
ruslanmv's picture
feat: complete AutoApp Builder - AI-powered HF Space generator
2c304fc verified
metadata
title: AutoApp Builder
emoji: 🏗️
colorFrom: blue
colorTo: blue
sdk: docker
app_port: 7860
pinned: true
license: mit
short_description: Generate HF Spaces from natural language

AutoApp Builder

Generate complete, working Hugging Face Space repositories from natural language descriptions.

Features

  • Smart SDK Selection - Automatically chooses Gradio, Docker, or Static based on your app description
  • LLM-Powered Code Generation - Uses state-of-the-art models to generate real, working code
  • Model Recommendations - Suggests the best HF models for your use case
  • Code Preview - Syntax-highlighted preview of all generated files
  • ZIP Download - Download the complete repo ready to upload to HF Spaces
  • Iterative Editing - Refine your generated app with follow-up prompts

How It Works

  1. Describe your app idea in natural language
  2. AutoApp Builder analyzes your prompt and plans the architecture
  3. Working code is generated for every file in the repo
  4. Preview, edit, and download your complete Space