Back to Resume
Community Website
Built a full-featured community website for a Helldivers 2 themed Discord server using React 19 and TanStack Start, deployed as a server-side rendered Cloudflare Workers app.
React 19TypeScriptTanStack StartTanStack RouterSSRCloudflare WorkersEdge Deploymenti18nAccessibilitySEO
Visit project ↗Challenge
Deliver a fast, accessible, and internationally localized public site to a global gaming community, without managing servers or tolerating cold-start latency.
Approach
- Used TanStack Start for SSR with TanStack Router's file-based routing and deployed to Cloudflare Workers for zero-cold-start edge rendering.
- Implemented 15-locale i18n with browser-native locale detection and localStorage persistence.
- Built structured data (JSON-LD), sitemap generation, and OpenGraph metadata for SEO discoverability.
- Enforced accessibility with eslint-plugin-jsx-a11y linting and vitest-axe integration tests.
- Added WebP conversion build scripts, intersection observer animations, and hover-prefetching for performance.
Outcomes
- Shipped a globally distributed community site with no server infrastructure to manage.
- Made the site accessible to international members across 15 languages.
- Improved SEO coverage and discoverability through structured data and automated sitemaps.
- Caught accessibility regressions early with automated axe tests on all major views.