Idea Plan Components
IdeaWeekGrid renders tasks grouped by ISO week for each idea slug. It is used inside idea-docs under the Planning section.
Usage
<IdeaWeekGrid idea="reading-content-creation" project="walkingweekend" />The component fetches /api/ideas/tasks/[idea] and groups matching proj-docs by week. Proj-docs must set idea: <slug> in their frontmatter to appear.
Live Examples
Reading Content Creation & Teaching
walkingweekend.com reading-publishing workflow: stories, books, magazines and teaching materials. · project="walkingweekend"
Projects HeyGen Avatar Video
Avatar-driven daily recaps on /projects and task-level avatar videos. · project="bearlabs"
Stories Teach Tab HeyGen Avatar Video
Avatar videos inside walkingweekend.com reading stories Teach tab. · project="walkingweekend"
Agent Portal Tabs & Planner
Homepage and planner tab UX with URL-backed navigation. · project="benben"
Idea Summary Card
IdeaSummaryCard is the same card rendered on the /ideas landing page. It shows the idea title, project chip, generated date, and project avatar.
<IdeaSummaryCard title="..." project="bearlabs" generatedOn="2026-06-08" href="/ideas/..." description="..." />Remotion Video Generation
Programmatic video generation from /reading and /sharing content
Jun 8, 2026HyperFrames Video Editor for /sharing
Embed HyperFrames Studio as a video editor inside /sharing pages
Jun 10, 2026Target-Based Content System
Target-scoped config overrides and content filtering
May 11, 2026Idea Meta
IdeaMeta renders slug, project, motivation, scope, brainstorming and planning as a compact table inside idea-doc planning notes. The slug is shown as code.
<IdeaMeta slug="..." project="bearlabs" date="2026-06-26" motivation="..." scope="..." brainstorming="..." planning="<IdeaWeekGrid ... />" />| Slug | reading-content-creation |
| Project | walkingweekend |
| Date | 2026-06-26 |
| Motivation | walkingweekend.com needs a unified reading-publishing studio. |
| Scope | Unify the creation, editing and publishing workflow for stories, books, magazines and teaching materials on walkingweekend.com. |
| Brainstorming |
|
| Planning | |