Productify
Productify is a web-first productivity suite designed to bridge the gap between technical project management and personal fitness tracking. Originally conceived as a portfolio centerpiece, it evolved into a robust tool for users who demand speed and data integrity.
Core Objectives
- Performance-First Architecture: Built on Astro 6 to ensure near-instant load times by shipping zero client-side JavaScript by default, only hydrating interactive tracking components when necessary.
- Unified Data Ecosystem: Leveraged Supabase for real-time synchronization of exercise goals, subtask hierarchies, and automated logging.
- Aesthetic Utility: Developed a “Bento” style landing page and dashboard that integrates 3D-inspired glassmorphism with high-contrast Tailwind CSS v4 utility styling.
Technical Contributions
- Optimistic UI Logic: Implemented advanced state management for the exercise and todo modules, allowing users to log activity and delete tasks with instant UI feedback while background sync handles the Supabase handshake.
- Dynamic Calendar Integration: Engineered a custom logging system that maps Supabase
activity_logsto an iCal-compatible format, allowing users to visualize their productivity within external calendar applications. - Responsive Sidebar Navigation: Designed a bespoke navigation system that transitions from a persistent desktop sidebar to a mobile-optimized drawer, maintaining accessibility across all device types.
Impact
Productify serves as a highly performant hub for managing complex workflows, successfully handling intricate data relationships (like subtask-to-parent mapping) while maintaining a clean, minimalist user experience.
Next Steps
I’m currently working on polishing the Web UI and making a Native Apple app for Mac, iPhone, iPad, and more.