- Nx 22.7 monorepo (pnpm 11.1, TypeScript 5.9, Node 24) - apps/api: NestJS 11 (CJS conforme CODING-RULES.md PGD-DB-004) - apps/web: React 19 + Vite 8 (ESM) - libs/shared/api-interface: Zod contract base - Docker Compose dev: Postgres 18, Valkey 8, MinIO, Mailpit - WDS artifacts: - design-artifacts/A-Product-Brief/ (5 docs canônicos + 16 dialogs) - design-artifacts/B-Trigger-Map/ (hub + 4 personas + feature impact) - Stack canon: STACK.md v2.2 + CODING-RULES.md v2.0 + brand.md - AGENTS.md + README.md como entrada para devs/agentes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
105 lines
1.8 KiB
Markdown
105 lines
1.8 KiB
Markdown
# Inspiration Analysis: {{project_name}}
|
|
|
|
> Reference Site Analysis & Design Principles
|
|
|
|
**Created:** {{date}}
|
|
**Author:** {{user_name}}
|
|
**Related:** [Product Brief](./product-brief.md) | [Visual Direction](./visual-direction.md) | [Content & Language](./content-language.md)
|
|
|
|
---
|
|
|
|
## Sites Analyzed
|
|
|
|
{{#each sites}}
|
|
|
|
### {{this.name}}
|
|
|
|
**URL:** {{this.url}}
|
|
|
|
#### What Client Liked
|
|
{{#each this.liked}}
|
|
- **{{this.element}}** — {{this.why}}
|
|
{{/each}}
|
|
|
|
#### What Client Didn't Like
|
|
{{#each this.disliked}}
|
|
- **{{this.element}}** — {{this.why}}
|
|
{{/each}}
|
|
|
|
#### Adaptations Needed
|
|
{{#each this.adaptations}}
|
|
- **{{this.element}}** — {{this.modification}}
|
|
{{/each}}
|
|
|
|
#### Principles Extracted
|
|
{{#each this.principles}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
---
|
|
|
|
{{/each}}
|
|
|
|
## Design Principles (Synthesized)
|
|
|
|
### Layout
|
|
**DO:**
|
|
{{#each layout_do}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
**DON'T:**
|
|
{{#each layout_dont}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
### Content Hierarchy
|
|
**DO:**
|
|
{{#each content_do}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
**DON'T:**
|
|
{{#each content_dont}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
### Visual Style
|
|
**DO:**
|
|
{{#each visual_do}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
**DON'T:**
|
|
{{#each visual_dont}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
### User Experience
|
|
**DO:**
|
|
{{#each ux_do}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
**DON'T:**
|
|
{{#each ux_dont}}
|
|
- {{this}}
|
|
{{/each}}
|
|
|
|
---
|
|
|
|
## How to Use This Document
|
|
|
|
**For Scenario Outlining (Phase 4):**
|
|
Reference layout patterns when designing user flows. Use navigation principles to inform site structure.
|
|
|
|
**For Page Design (Phase 5):**
|
|
Use extracted principles as design checklist. Reference "What Client Liked" for visual direction. Avoid "What Client Didn't Like" patterns.
|
|
|
|
**For Dream Up Self-Review:**
|
|
Check generated output against documented preferences. Each design principle is a self-review checkpoint.
|
|
|
|
---
|
|
|
|
_Generated by Whiteport Design Studio_
|