Product Foundations

The projects in this section represent early explorations in structured application design, mobile architecture, and user-focused systems. These foundational builds helped shape AppWork’s approach to scalable, thoughtfully designed products.

Checkly

Checkly App

Checkly is a comprehensive task management application designed to help you organize, prioritize, and accomplish your goals efficiently. More than just a simple to-do list, Checkly provides robust features for managing complex workflows with persistent storage and real-time sync capabilities.

Key Features:

  • Advanced Task Management: Create, edit, prioritize, and track tasks with detailed metadata and status management.
  • Project Organization: Group related tasks into projects and categories for better organization and focus.
  • Real-time Synchronization: Tasks sync instantly across all your devices using Supabase real-time capabilities.
  • Guest Mode: Use the app without an account with local storage, or sign in for cloud sync and multi-device access.
  • Cross-platform: Native experience on Web, Android, iOS, macOS, Windows, and Linux.

Technologies Used:

  • Frontend: Flutter (Dart)
  • Backend: Supabase (Postgres, Auth, Realtime)
  • State management: Provider + ChangeNotifier
  • Local storage: SharedPreferences (guest mode)
  • Platforms: Web, Android, iOS, macOS, Windows, Linux
View ProjectDownload Android APK

Kankan

Kanban App

A lightweight Kanban board for organizing tasks using drag-and-drop columns and cards. Create and manage boards, lists, and cards with persistence provided by the project's backend.

Key Features:

  • Drag-and-drop: Move cards between columns.
  • Board and list management: Create, edit and delete boards, lists and cards.
  • Persistent storage: Saves boards and cards to a backend so data is retained.
  • Responsive UI: Works on mobile and desktop devices.

Technologies Used:

  • Frontend: Flutter (Dart)
  • State & architecture: Provider-based state management; modular lib/ structure
  • Backend: Supabase (Postgres, Auth, Realtime)
  • Platforms: Web, Linux, Android and other Flutter-supported targets
View ProjectDownload Android APK