- TypeScript
- Astro - Hybrid SSR using its Cloudflare integration
- Solid - Simpler, lightweight and performant interactive components
- TailwindCSS - CSS framework
- Cloudflare - For deployment
- Pages - CDN served static assets
- Workers - Edge, serverless functions
- Workers KV - Edge, serverless key-value store.
- Workflow
- CI/CD (GitHub Actions)
- UI Component Testing (Storybook)
- Consider E2E Testing (Playwright)
- Consider Mocking (e.g. DB interactions)
-
base62
testing
- Performance
- Benchmark Go for Workers/Functions (WASM)
- Migrate to WorkersKV (Removed Turso and DrizzleORM code and dependencies)
- Check other URL Shortener services for ideas