A powerful CLI tool that creates consistent, feature-based folders with all the boilerplate code you need for modern web development.
See how your features are organized with clean, consistent folder structures
src/features/
Project Root
Components
Hooks
Pages
Services
Store
Types
Validations
Generate all the files and folders for your features with a single command
Generate components and pages with proper TypeScript setup
TanStack Query hooks for server state and mutations
Zustand stores with full TypeScript support
Complete TypeScript interfaces and types
Reusable React hooks for your features
Form validation with proper error handling
Install @heco-gen/features and start generating feature-based structures instantly
npm install @heco-gen/featuresOnce installed, run npx heco --help to get started