Skip to main content

AI-powered project scaffolding tool

Project description

Scaffold-AI

Scaffold-AI is a powerful CLI tool that leverages AI to generate new project scaffolds quickly and efficiently. Powered by the OpenAI API, it allows you to create projects with customizable templates, supporting both Vite and vanilla setups.

Features

  • AI-powered scaffolding: Generate project structures using advanced AI models.
  • Flexible model selection: Choose your preferred OpenAI model for generation.
  • Multiple templates: Scaffold projects with Vite or vanilla code.
  • Standalone operation: Functions independently through the command line without requiring specific editors or plugins.

Getting Started

Prerequisites

  • Python installed on your system
  • An OpenAI API key

Installation & Usage

Option 1: Install as a package (recommended)

Install Scaffold-AI globally using pip:

pip install scaffold-ai

Set your OpenAI API key and run the CLI:

export OPENAI_API_KEY=<api_key> && scaffold-ai

Follow the prompts to scaffold your new project.

Option 2: Build and run from source

Clone the repository and navigate to the project directory:

git clone https://github.com/vjtvalero/scaffold-ai.git
cd scaffold-ai

It is recommended to use a virtual environment for dependency management. You can use either uv or Python's built-in venv:

Using uv:

uv venv
source .venv/bin/activate

Or using venv:

python -m venv .venv
source .venv/bin/activate

Install the required Python packages:

pip install -r requirements.txt

or if you used uv:

uv add -r requirements.txt

Set your OpenAI API key and run the CLI:

export OPENAI_API_KEY=<api_key> && py src/scaffold-ai/main.py

Follow the prompts to scaffold your new project.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scaffold_ai-0.1.5.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scaffold_ai-0.1.5-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file scaffold_ai-0.1.5.tar.gz.

File metadata

  • Download URL: scaffold_ai-0.1.5.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for scaffold_ai-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0456fa57f2bfb7aedd24808391f97347daf1e6087d889ff95279f75b5ba3d949
MD5 3c5d5d71b362811009b2917656bcceea
BLAKE2b-256 1f54e217897acbdc6f561e9fd0920aebeff00cb80f91dfe2b9bb6e591f9cc633

See more details on using hashes here.

File details

Details for the file scaffold_ai-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for scaffold_ai-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8976b6a5821e876259fa65f92516925f8205fe1ad06047287c77d492a5372a00
MD5 f37b88fc87cef4b837d0b94260409a92
BLAKE2b-256 4869116e515231c4f99d0d1adb251dd373931fe8ceb121742749bca96c11b2b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page