Fetching latest headlines…
Sprint 8 closed: Productization
NORTH AMERICA
πŸ‡ΊπŸ‡Έ United Statesβ€’July 2, 2026

Sprint 8 closed: Productization

1 views0 likes0 comments
Originally published byDev.to

Sprint 8 is closed.

The goal was to turn prototypes into a usable product direction β€” desktop and cloud exploration, team workspace model, authentication, and billing β€” without over-building before validation.

What Sprint 8 delivered

  • Desktop app exploration β€” Tauri 2 direction, MVP scope, apps/desktop stub
  • Cloud backend exploration β€” optional sync, org admin, API boundaries
  • Team workspace model β€” Organization β†’ Workspace β†’ Project
  • Authentication model β€” local-only default, GitHub OAuth for teams, API keys for automation
  • Billing and pricing exploration β€” Local / Team / Enterprise tiers (no payment integration)

Canonical decisions live in ADR-0008.

New package: @meronq/product

Shared TypeScript types for product boundaries (exploration only β€” no cloud service yet):

Type Role
Organization Billing and SSO boundary
Workspace Team grouping for projects
ProjectLink Repo connection inside a workspace
WorkspaceMember / WorkspaceRole Access control model
BillingTier local Β· team Β· enterprise
AuthMode local_only Β· github_oauth Β· api_key

Delivery phases (ADR-0008)

Now     CLI + MCP     Power users, IDE integration
Next    Desktop       Project picker, handshake, memory viewer
Later   Cloud         Optional team sync and org admin

Meronq stays local-first. Desktop is a shell over existing packages β€” not a parallel codebase.

Sprint 9 β€” Desktop MVP

Tauri scaffold, project folder picker, handshake and memory stats UI, MCP lifecycle status.

Follow along

Read the full post on meronq.pages.dev Β· Source on GitHub

Comments (0)

Sign in to join the discussion

Be the first to comment!