COMING SOON
Available (soon) for iOS 18+
Mark'd
Git-based Task Management
Mark'd is the native iOS app that brings backlog.md to your pocket, keeping your tasks right where they belong—in your Git repository.
Inspired by and compatible with backlog.md
---
id: task-2
title: Beta Feedback System
status: Done
assignee: []
created_date: '2025-07-12'
updated_date: '2025-07-12'
labels:
- feature
- firebase
- user-research
dependencies: []
---
## Description
Beta feedback system with
Firebase Firestore
## Objectives
1. Feature preferences
2. Pain points
## Data Model
```swift
struct BetaFeedback {
let id: String
let userId: String?
let timestamp: Date
let featuresWanted: [String]
// ... more fields
}
```
Native iOS Experience
Beautiful SwiftUI interface with Kanban boards, milestones, and 9 stunning themes. Works offline, syncs via iCloud.
Pure Markdown Storage
Tasks stored as .md files with YAML frontmatter. Compatible with Backlog.md CLI. Your data, your control.
Git-Ready Architecture
Organized in drafts/, tasks/, and completed/ folders. Built for version control and team collaboration.