Skip to content
Back to Case Studies
Case Study/Web App/ synqboard.com

Synqboard

A web app that turns Google Calendar into a Kanban board for service businesses that need more structure without changing how they already schedule work.

Type
Full-stack web app
Audience
Service businesses
Product
Calendar-powered Kanban board
Synqboard product screenshot

Product Idea

A Kanban board built from calendar events.

Synqboard started from a practical problem: service businesses often plan work in Google Calendar, but a calendar does not show where each client stands. The product adds the missing workflow layer while keeping calendar events as the source of truth.

  • Turns Google Calendar events into project cards
  • Groups events by client and workflow stage
  • Supports custom Kanban columns
  • Keeps calendar scheduling as the source of truth

Focus

Sync

Use existing Google Calendar data instead of duplicating work.

Track

Move clients through workflow stages from appointment to invoice.

Find

Search clients and events quickly from one operational view.

Synqboard detail screen screenshotSynqboard dashboard screenshotSynqboard logo and navigation detail

Product Design

Clear columns, useful states, fast project scanning.

Action blue

#3B82F6

App slate

#111827

Soft canvas

#F8FAFC

White

#FFFFFF

Interface

Calendar work, board clarity.

The UI keeps the daily work visible: large columns, clear project cards, status colors, and search in the main toolbar.

Features

  • Google Calendar sync
  • Client/project grouping
  • Drag-and-drop workflow
  • Search and quick filtering
  • Event detail views
  • Multi-language interface

Build

Full-stack product for calendar-based workflows.

The product combines calendar sync, Kanban workflow state, search, and account-level settings in a Nuxt application with a PostgreSQL-backed data model.

  • Nuxt
  • Vue
  • TypeScript
  • PostgreSQL
  • Prisma
  • Google Calendar API