Feature: Brand voice guidelines and user-facing copy sweep #57
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrated from GitHub issue icub3d/decentcom#79
Original Author: @icub3d
Original Date: 2026-04-17T21:59:16Z
Feature: Brand voice guidelines and user-facing copy sweep
Overview
Establish brand voice and comparative-copy guidelines for decentcom, then sweep user-facing strings and the README to remove named references to competing services. Internal developer docs (CLAUDE.md, design docs, code comments) keep their references for clarity.
Background
Split from #78. decentcom's user-facing messaging should stand on its own merits. Naming competitors in marketing copy tends to read worse than leading with our own strengths, and it also drifts out of date. Internal docs are a different audience — mentioning "Discord terms" there actually helps new developers onboard, so the sweep is scoped to user-facing surfaces only.
This issue is a dependency for #80 (in-app About component) and #81 (landing site) — both consume the brand voice doc as their copy source.
Requirements
docs/brand.mdcovering:README.mdclient/src/**(JSX text, button labels, placeholder text, toasts, modal copy, error messages visible to users).CLAUDE.mdand other agent/contributor docs.docs/design/**.Task List
docs/brand.md(voice + value props + comparison rules).rg -i "discord|slack|matrix|teams|irc" README.md client/srcand catalog every user-facing hit.README.mdto open with our own framing instead of "Discord alternative".docs/brand.md.Test List
README.mdor user-facing paths underclient/src/**.Open Questions
docs/brand.mdthat both #80 and #81 can reuse? (Recommendation: yes, include 2-3 candidates for later selection.) ✓ Done — three candidates included indocs/brand.md.Dependencies