Thanks for your interest in improving AI Learning Tracker.
- Keep changes focused and small.
- Prefer simple, readable solutions over clever ones.
- Do not include secrets, tokens, or private data in commits.
- Preserve local-first behavior (no forced login flows).
npm install
npm run devOpen http://localhost:3000.
npm run buildA PR should include:
- A clear summary of what changed and why.
- Screenshots or short clips for UI changes.
- Notes on any breaking changes.
- UX polish for roadmap/task flow
- Better ranking sources and transparency
- Mobile responsiveness improvements
- Documentation fixes and onboarding clarity
- Follow existing TypeScript + Tailwind patterns.
- Reuse existing UI primitives in
components/ui. - Keep naming and structure consistent with nearby code.