Skip to content

feat: add Vercel Web Analytics and update README#59

Merged
Jiseoup merged 2 commits into
mainfrom
feat/vercel-web-analytics
Jul 20, 2026
Merged

feat: add Vercel Web Analytics and update README#59
Jiseoup merged 2 commits into
mainfrom
feat/vercel-web-analytics

Conversation

@Jiseoup

@Jiseoup Jiseoup commented Jul 20, 2026

Copy link
Copy Markdown
Owner

What & Why

Adds Vercel Web Analytics to measure traffic on the live demo.

Since this is a privacy-focused, self-hostable tool, analytics is disabled by default — the <Analytics /> script loads only when ENABLE_ANALYTICS=true is set, so forks and self-hosted deployments ship no tracking script unless they explicitly enable it.

No traffic data is ever sent to the maintainers.

Related Issue

N/A

How to Verify

  1. Without ENABLE_ANALYTICS: run npm run build && npm run start, open the app, and confirm no /_vercel/insights script/request appears in the browser Network tab.
  2. With ENABLE_ANALYTICS=true: restart and confirm the /_vercel/insights/script.js request now loads.
  3. On the demo deployment, also enable Web Analytics in the Vercel dashboard for data to be recorded.

Checklist

  • PR title follows Conventional Commits (feat:, fix:, chore:, refactor:, docs:, i18n:)
  • Translations added to both locales/ko.json and locales/en.json (if UI text changed)
  • Tested on mobile viewport (if UI changed)

@Jiseoup Jiseoup self-assigned this Jul 20, 2026
@Jiseoup Jiseoup added the feat New feature implementation label Jul 20, 2026
@Jiseoup
Jiseoup merged commit c017084 into main Jul 20, 2026
3 checks passed
@Jiseoup
Jiseoup deleted the feat/vercel-web-analytics branch July 20, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New feature implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant