owner-bugs
Tech Stack
Technologies powering the Owner Bugs application.
Core Framework
N
Next.js 16
React framework with App Router
R
React 19
UI library
T
TypeScript
Type-safe development
Styling & UI
T
Tailwind CSS v4
Utility-first CSS
S
shadcn/ui
Component library based on Radix UI
R
Radix UI
Headless UI primitives
L
Lucide React
Icon library
G
Geist
Font family (Sans + Mono)
S
Sonner
Toast notification library
Backend
C
Cloudflare Pages Functions
Serverless backend for API routes (not Workers)
G
GitHub API
Issue creation and screenshot upload
R
Resend
Transactional email for bug confirmation and resolution notifications
Testing
V
Vitest
Unit test runner
T
Testing Library
React component testing with @testing-library/react
J
jsdom
DOM implementation for tests
Development
B
Bun
Package manager
W
Wrangler
Cloudflare deployment CLI
Environment Variables
| Variable | Service |
|---|---|
GITHUB_TOKEN | GitHub API authentication for issue creation and file uploads |
RESEND_API_KEY | Email sending for confirmation and resolution notifications |
WEBHOOK_SECRET | GitHub webhook HMAC-SHA256 signature verification |