🚀 Project Generator

Generate Gradle Android modularized projects designed specifically for building purposes. Create customizable module architectures with build configurations and testing frameworks. Perfect for research, performance analysis, and testing build systems at scale.

This will be used as the name for your generated project

Project Structure Preview (Example with 50 modules)

When using "Random" type, this value becomes the maximum number of classes per module
Fixed: Each module gets exactly the specified number of classes. Random: Each module gets a random number of classes (2 to the specified maximum)

🔄 Generating your project... This may take a few moments.

⚠️ GCP Account Limitation: The number of modules is limited to 300 due to GCP account constraints. For larger projects, use the CLI directly with: ./projectGenerator generate-project --modules 1500 --layers 40