Blawesome (bloom + awesome) is an open-source goal tracking platform that grows with you. Build your personal growth dashboard by enabling modules that matter to you - from weight lifting to meditation, the possibilities are endless.
- Next.js - React Framework
- TypeScript - Type Safety
- Bun - JavaScript Runtime & Package Manager
- TailwindCSS - Styling
- DrizzleORM - Database ORM
- shadcn/ui - UI Components
- Biome - Linter & Formatter
- Standardize Drizzle Queries (Create Return Types using Zod Schemas Up top and z.infer)
- Ensure queries are only returning the data we need
- Move functions to /lib and establish better aliases for shorter imports
- Add JWT Types