Skip to content

fix: update OGP and meta description#118

Merged
coji merged 5 commits into
mainfrom
fix/ogp-description
Mar 16, 2026
Merged

fix: update OGP and meta description#118
coji merged 5 commits into
mainfrom
fix/ogp-description

Conversation

@coji
Copy link
Copy Markdown
Owner

@coji coji commented Mar 16, 2026

Summary

  • og:description and twitter:description: "Just SQLite. No Redis required." → "Steps that survive crashes. SQLite to PostgreSQL."
  • Site description meta tag updated similarly

🤖 Generated with Claude Code

Summary by CodeRabbit

リリースノート

  • Documentation
    • 製品説明をSQLiteからPostgreSQLサポートまで拡張して更新
    • データベース選択ガイドを再編:SQLiteファミリー(シングルライター)とPostgreSQL(マルチライター)に統合
    • インストール手順を明確化:libSQL/Turso、PostgreSQL、better-sqlite3のバックエンド別オプション追加
    • リース型リカバリ、自動クリーンアップ、複数ストレージバックエンド対応といった主要機能を強調

coji and others added 4 commits March 16, 2026 18:11
- Update homepage: reflect PostgreSQL support, lease-based recovery, auto cleanup
- Restructure database comparison: split tables by SQLite family vs PostgreSQL
- Merge libSQL/Turso into one section (same dialect)
- Clarify single-writer nuance: local SQLite vs Turso remote vs PostgreSQL
- Fix inaccurate claims ("only backend for multi-worker" → "recommended")
- Improve decision flowchart with concrete use-case descriptions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add comparison table of alternatives (BullMQ, Temporal, Kafka, etc.)
- Clarify when Durably is the right fit vs other tools
- Fix "saves to SQLite" → "saves to the database (SQLite or PostgreSQL)"
- Update Server mode storage options to include PostgreSQL

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Sharpen homepage tagline: "Steps that survive crashes. SQLite to PostgreSQL."
- Replace single-row PostgreSQL table with bullet list

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Root: new tagline, feature list reflecting PostgreSQL/lease/purge support
- @coji/durably: add PostgreSQL install command, link to database guide
- @coji/durably-react: update tagline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
durably-demo Ready Ready Preview Mar 16, 2026 9:24am
durably-demo-vercel-turso Ready Ready Preview Mar 16, 2026 9:24am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 16, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0cccb2a0-cd75-4058-a834-e4d2a29d1be5

📥 Commits

Reviewing files that changed from the base of the PR and between ce575c2 and b24fb35.

📒 Files selected for processing (11)
  • .claude/skills/doc-check/SKILL.md
  • .claude/skills/doc-check/scripts/find-stale.sh
  • README.md
  • packages/durably-react/README.md
  • packages/durably/README.md
  • packages/durably/docs/llms.md
  • website/.vitepress/config.ts
  • website/guide/databases.md
  • website/guide/index.md
  • website/index.md
  • website/public/llms.txt

📝 Walkthrough

概要

このプルリクエストは、製品メッセージングを「Just SQLite」から「Steps that survive crashes. SQLite to PostgreSQL」に統一し、複数のREADMEとドキュメントを更新しています。データベース選択ガイドを再構成し、OGP/メタタグの一貫性チェックを追加し、サイトメタデータを刷新しました。

変更内容

コホート / ファイル(s) 要約
ドキュメント検証スキル
.claude/skills/doc-check/SKILL.md, .claude/skills/doc-check/scripts/find-stale.sh
Tier 5にデータベース比較ガイドを追加し、Tier 6でOGP/メタ説明のチェック対象を拡大。OGP/メタ説明の陳腐化パターン(「Just SQLite」「No Redis」)の検出ルールを新規追加。
メインREADMEと製品ページ
README.md, website/index.md, website/.vitepress/config.ts
キャッチフレーズを「Just SQLite. No Redis required.」から「Steps that survive crashes. SQLite to PostgreSQL.」に変更。機能セクションを再編成し、柔軟なストレージ、リース基盤の復旧、自動クリーンアップ機能を明示。
パッケージREADMEとドキュメント
packages/durably/README.md, packages/durably-react/README.md, packages/durably/docs/llms.md, website/public/llms.txt
パッケージの説明文を更新し、インストール手順を拡張。libSQL/TursoとPostgreSQLの推奨用途を明確化。
ガイドドキュメント
website/guide/databases.md, website/guide/index.md
データベース比較セクションをテーブル形式から「SQLiteファミリ(単一ライター)」「PostgreSQL(マルチライター)」のラベル付きセクションに再構成。并行性と選択基準に関する新しい警告ブロックを追加。

推定レビュー工数

🎯 3 (Moderate) | ⏱️ ~25 分

関連の可能性がある課題

  • docs: add "Choosing a Database" comparison guide #112: 本PRは「データベース選択ガイド」(website/guide/databases.md)と関連するサイドバー/config設定(website/.vitepress/config.ts)を直接実装しているため、この課題に対応しています。

関連の可能性がある PR

ポエム

🐰✨
かつてのSQLiteたった一つ、
今はPostgreSQLも選べるぞ!
クラッシュしても歩み止まらず、
柔軟なストレージで、どこへでも—
僕のドキュメント、ここに花咲く。🌸

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/ogp-description
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- og:description: "Just SQLite. No Redis required." → "Steps that survive crashes. SQLite to PostgreSQL."
- twitter:description: same
- site description: updated to reflect PostgreSQL support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coji coji force-pushed the fix/ogp-description branch from 289e70d to b24fb35 Compare March 16, 2026 09:23
@coji coji merged commit cc43d0f into main Mar 16, 2026
5 checks passed
@coji coji deleted the fix/ogp-description branch March 16, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant