🔧 Project Schema Creator

Create detailed project schemas with file specifications and dependencies

Project Configuration

Define your project structure and configuration

File Specifications

Define the files, their descriptions, and dependencies

No files added yet. Click "Add File" to get started.

Generated Schema

Your project schema will appear here as JSON

Fill out the form and click "Generate Schema" to create your project schema

Schema Requirements

Required Fields:

  • projectName - Name of your project
  • rootDirectory - Output directory for generated files
  • files - Array of file specifications

File Specification Fields:

  • path - File path relative to root directory
  • description - What the file does
  • priority - Generation order (lower = earlier)
  • dependencies - Other files this depends on
  • fileType - Type of file to generate