[DEMO]Foldspace is a fictional business created byUpstate Web Co.— $42K MRR, 320 customers, SOC 2 status are all illustrative.

// changelog

every shipped feature.

Customers asked us to maintain this in something that wasn't a Discord pin. Reverse-chronological. RSS at /changelog.xml.

v0.42.1

Apr 25, 2026

feature

Linear sync — bidirectional status from standup messages

Standup messages mentioning a Linear issue ID (e.g. ENG-1234) now post a status comment back to that issue automatically. Two-way: blocked-status from Linear surfaces in the next standup summary.

On by default for teams already connected to Linear. Disable per-team in Settings → Integrations → Linear.

{
  "event": "standup.posted",
  "team": "platform",
  "linear_issues": ["ENG-1234"],
  "status_synced": true
}

v0.42.0

Apr 22, 2026

feature

Async standup digests — daily Slack DM with cross-team summary

New per-user setting: "Cross-team digest" sends one Slack DM per day (default 9am local) summarizing every standup the user follows. Replaces the previous behavior of joining a shared channel for every team.

Best for engineering managers tracking 4+ teams. Free during the trial; included in all plans.

v0.41.4

Apr 19, 2026

fix

Transcription accuracy on commit-message-style language

Transcription model retrained on a corpus of public engineering team standups. Accuracy on technical terms (kubectl, async/await, p99) improved measurably; eyeballing the eval set: ~12% fewer corrections needed.

v0.41.3

Apr 15, 2026

integration

GitHub PR summary — auto-attach to standup

Standup messages now auto-include a one-line summary of any PRs the user opened or merged in the previous 24h. Pulls from GitHub via the existing app install — no extra setup.

GET /v1/standup/messages/{id}
> { "github_summary": "merged 2 PRs · opened 1 PR · reviewed 4" }

v0.41.0

Apr 8, 2026

security

SOC 2 Type II audit complete

Audit period closed Q1 2026. Report available to prospects under MNDA. The full /security page is updated with the new control list.

Customer impact: none (controls were in place; this is the formal attestation).