Search for pages, actions, and quick links.
Organize and track project tasks
Design new onboarding flow
Create wireframes and high-fidelity mockups for the updated user onboarding experience targeting a 20% improvement in activation rate.
Evaluate third-party analytics providers
Compare Mixpanel, Amplitude, and PostHog for our product analytics needs. Prepare a recommendation document.
Add multi-language support to email templates
Implement i18n for transactional emails — at minimum English, Spanish, and French.
Audit API rate-limiting configuration
Review current rate limits across all public endpoints and adjust for the upcoming enterprise tier launch.
Implement Stripe subscription webhooks
Handle subscription.created, updated, and deleted events to keep billing status in sync.
Build dashboard activity feed component
Real-time feed showing team activity — deployments, comments, and status changes.
Migrate user avatars to CDN
Move avatar storage from local disk to Cloudflare R2 with automatic resizing.
Add role-based access control to team settings
Restrict settings pages based on user roles (owner, admin, member). Includes middleware and UI guards.
Optimize SQL queries for the reports page
Several queries on the monthly report exceed 500ms. Add proper indexes and refactor N+1 patterns.
Set up CI/CD pipeline with GitHub Actions
Automated lint, test, build, and deploy steps for staging and production environments.
Implement dark mode theme toggle
System/light/dark mode support using next-themes with smooth transitions.
Create API documentation with OpenAPI spec
Write Swagger/OpenAPI 3.1 spec for all public endpoints and publish to docs site.