Suggested structure (example)

src/
├── app/
├── components/
│ ├── ShortenHero.tsx
│ ├── ShortenForm.tsx
│ └── ShortenedResult.tsx
├── services/
├── hooks/
├── styles/
└── utils/

Conventions

Benefits