Area: frontend · Effort: M
What: Create a searchable help centre with answers to common questions about deposits, withdrawals, vault strategies, wallet connections, and fee structures.
Why: Support tickets are expensive. A self-service help centre resolves the most common questions without human involvement, improving user satisfaction and reducing support costs.
Acceptance Criteria:
- Full-text search across all FAQ articles
- Articles are organised by category
- Each article has a
Was this helpful? rating
- Popular search queries with no results are tracked to identify content gaps
Hints:
frontend/src/app/help/page.tsx
- Use Algolia DocSearch or a simple Fuse.js client-side search for MVP
- Store articles as MDX files in
frontend/src/content/help/
Area: frontend · Effort: M
What: Create a searchable help centre with answers to common questions about deposits, withdrawals, vault strategies, wallet connections, and fee structures.
Why: Support tickets are expensive. A self-service help centre resolves the most common questions without human involvement, improving user satisfaction and reducing support costs.
Acceptance Criteria:
Was this helpful?ratingHints:
frontend/src/app/help/page.tsxfrontend/src/content/help/