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.

Your prompt

5 placeholders left
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.

Similar prompts

Break a God Function Apart

Split an oversized function into well-named pieces without changing external behavior.

Design a Database Schema

CREATE TABLE statements with constraints, indexes, and the reasoning behind each choice.

Design a REST API

Endpoint-by-endpoint design including the error responses most API specs forget.

Design a System Component

A component design with data model, API surface, the hard parts, and what to defer to v2.