Affinity
Integrated build prompt · An end-to-end product, UX, UI, frontend, SEO/AEO, and QA specification inspired by Affinity
QUICK ANSWER
How can I build a site using Affinity's information architecture as a reference?
Use the development prompt and DESIGN.MD on this page together. The development prompt defines features, information architecture, states, and SEO for creating, editing, and publishing visual work; DESIGN.MD fixes screen structure, tokens, components, responsive behavior, and accessibility.
Development criteria
It turns the relationships and states of projects, assets, and versions, key user flows, recovery paths, and completion conditions into an implementable specification.
Design criteria
Start from creation canvas · restrained minimal · medium information density · tool rail -> central canvas -> layers or assets -> export, while avoiding the original logo, proprietary copy, images, and pixel-level layout.
Risk to validate
Treat tool complexity, export quality, and rights as a primary design risk and define loading, empty, error, partial-data, and success states.
How to use it
- Replace the users, core features, and technology stack in the development prompt with your project details.
- Give DESIGN.MD to your AI builder or coding agent as the persistent design standard.
- Validate 360px, 768px, and 1280px layouts, keyboard navigation, and error states against the checklist.
REFERENCE & BLUEPRINT
Live site and design preview

GETMD checks two capture providers in parallel and uses the fastest valid image. When region, login, or site policy blocks capture, a branded structural fallback is shown automatically.
COPY-READY PROMPT
Prompt Markdown preview
Affinity
Integrated build prompt · Creative tools · Product, UX, UI, frontend, SEO/AEO, performance, and QA in one build specification.
When to use this prompt
Use this document when you are planning, designing, or building a product where creating, editing, and publishing visual work matters. Study the public information architecture of Affinity , but reinterpret it for your own problem. Do not reproduce its logo, copy, images, proprietary assets, or pixel-level layout.
- Reference service: Affinity
- Core entities: projects, assets, and versions
- Primary risk: tool complexity, export quality, and rights
- Starting interface direction: creation canvas · restrained minimal · medium information density · tool rail -> central canvas -> layers or assets -> export · #7E4DD2 · Affinity
Public interface design analysis
- Reference basis: These are recurring visual and structural patterns from public landing screens and representative task flows. Verify the current live capture because services change over time.
- Interface archetype: creation canvas
- Tone and manner: restrained minimal
- Information density: medium
- Color strategy: high-contrast brand accents on dark surfaces (#7E4DD2)
- Navigation model: sidebar-led context switching
- Structural sequence: tool rail -> central canvas -> layers or assets -> export
- Reusable patterns: tool rail, asset panel, document canvas, layer list, export action
- Independent application rule: Use the order and decision principles only. Do not reproduce logos, copy, imagery, icons, or proprietary screen composition.
Project inputs to replace
product_name: "[Your product name]"
target_users: "[Primary users and context]"
problem: "[Problem they need to solve]"
core_features: "[Three to five essential features]"
business_goal: "[Conversion, activation, retention, or another metric]"
technology_stack: "[For example, Next.js and Tailwind CSS]"
brand_tone: "[For example, clear, calm, and trustworthy]"Copy-ready prompt
Act as a senior product designer, UX strategist, frontend architect, and technical SEO lead.
Create an implementation-ready product specification and, when requested, production-quality code for [Your product name]. Use Affinity (https://affinity.serif.com) only as a reference for information architecture and decision flow in a product designed for creating, editing, and publishing visual work. Do not copy the service's brand, logo, wording, images, protected assets, or exact screen composition.
Project context:
- Target users: [Primary users and context]
- Problem: [Problem they need to solve]
- Core features: [Three to five essential features]
- Business goal: [Conversion, activation, retention, or another metric]
- Technology stack: [Framework, styling, data, and hosting]
- Brand tone: [Voice and visual character]
Required design and implementation criteria:
1. Make the relationships and states of projects, assets, and versions understandable at a glance.
2. Provide prevention, explanation, and recovery paths for tool complexity, export quality, and rights.
3. Specify loading, empty, error, success, disabled, permission-denied, and partial-data states.
4. Preserve content priority and navigation at 360px, 768px, and 1280px.
5. Use semantic HTML, logical keyboard order, visible focus, 44px touch targets, and WCAG AA contrast.
6. Define page structure, components, data, actions, microcopy, edge cases, and measurable acceptance criteria.
7. Give every indexable page a unique title, meta description, canonical URL, heading hierarchy, and crawlable internal links.
8. Answer important user questions directly in visible content. Keep WebSite, WebPage, BreadcrumbList, and CreativeWork structured data consistent with that content.
9. Set performance budgets for the main image, fonts, JavaScript, Core Web Vitals, and slow-network behavior.
10. Return a testable result rather than general design advice.
Output in this order:
- Goals, assumptions, and success metrics
- User flow and information architecture
- Screen and component specification
- Data model, states, and error recovery
- Responsive and accessibility rules
- SEO, AEO, and structured-data plan
- Implementation plan or code
- Verifiable completion checklistStarting design tokens
:root {
--color-primary: #7E4DD2;
--color-ink: #F8FAFC;
--color-canvas: #090A0B;
--color-surface: #141619;
--color-tint: #7E4DD255;
--color-danger: #FB7185;
--radius-card: 8px;
--space-1: 4px; --space-2: 8px; --space-3: 12px;
--space-4: 16px; --space-6: 24px; --space-8: 32px;
}These tokens are a starting point, not a request to clone Affinity. Validate contrast, hierarchy, density, and brand distinctiveness for your own users.
Expected deliverables
- Product requirements tied to user outcomes and measurable success criteria
- Information architecture and the critical end-to-end flow
- Component contracts covering data, states, actions, and accessibility
- Mobile, tablet, and desktop adaptation rules
- SEO/AEO content model, structured data, and internal-link plan
- Performance budgets, analytics events, tests, and release acceptance criteria
Follow-up prompts
- "Take the most important flow and define normal, loading, empty, partial-data, validation-error, server-error, permission-denied, and success states with one consistent data model."
- "Convert the specification into semantic, reusable components with realistic English content at 360px, 768px, and 1280px. Include keyboard and screen-reader behavior."
- "Audit the result for tool complexity, export quality, and rights. Rank failures by severity and give observable evidence, a fix, a verification method, and a completion condition."
- "Remove anything that resembles Affinity's brand or proprietary layout while preserving only the useful information-architecture principle."
- "Split the result into engineering tickets with purpose, data requirements, component API, edge cases, accessibility criteria, tests, and dependencies."
Validation checklist
- ☐ Affinity is used only as an information-architecture reference.
- ☐ Project-specific users, problems, features, and metrics replace every placeholder.
- ☐ The priority and state changes of projects, assets, and versions are explicit.
- ☐ Trust and recovery paths address tool complexity, export quality, and rights.
- ☐ Empty, delayed, partial, failed, and permission-restricted states are covered.
- ☐ Keyboard, screen reader, 200% zoom, reduced motion, and contrast can be tested.
- ☐ The final design has its own product language and visual identity.