ssr-ssgDeep workflow for SSR, SSG, ISR, and hybrid rendering—choosing modes per route, data freshness, caching, streaming, hydration, SEO, and operational trade-off...
Install via ClawdBot CLI:
clawdbot install codekungfu/ssr-ssgGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 24, 2026
Product pages need real-time stock updates for certain items (SSR or ISR) while category pages can be statically generated and revalidated periodically. This balances freshness with performance.
Public marketing pages and blog posts are pre-rendered at build time (SSG) for fast CDN delivery and SEO, while dynamic features like search or user comments use client-side hydration.
After login, dashboards require server-side rendering per user request to fetch sensitive data and personalize content, but the app shell can be static or cached separately.
Breaking news uses SSR for immediate freshness; evergreen articles are SSG with periodic revalidation. A soft paywall hides content from crawlers and unauthenticated users, managed via edge logic.
Landing pages for destinations are SSG for SEO, while search results and booking flows use SSR to reflect live pricing and availability. Caching strategies prevent stale quotes.
Offer faster page loads, prioritized CDN caching, or higher revalidation limits as a premium feature for customers with strict performance SLAs.
Provide expert guidance to businesses migrating from legacy SPA to hybrid rendering, including route classification, caching strategies, and performance auditing.
Bundle optimized rendering configurations (ISR, stale-while-revalidate) with hosting, ensuring automatic CDN invalidation and edge caching to improve performance.
💬 Integration Tip
Start by mapping each route's freshness and personalization needs to a matrix, then select the rendering mode per route rather than applying a site-wide default.
Scored May 24, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.