Scaffold a Project Structure
A minimal folder layout, boilerplate, and dependency list for a new project — nothing you didn't ask for.
Intermediate1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
The kind of thing being built
Tech stack or framework preference
The must-have capabilities, not nice-to-haves
The build and dev tools already in use
The style rules this code already follows
Your prompt
I'm starting a new {{project_type}} using {{stack}}. The project needs to: {{core_features}} Generate: - The recommended folder structure with explanations for each directory - Boilerplate files I need (config, entry point, package manifest, gitignore) - A basic {{tooling}} setup - Initial dependency list with versions Follow {{conventions}} conventions. Don't include any features I didn't list — keep it minimal.