Design System · Components
JumboPopdown__WorkingGroups
Sibling to JumboPopdown__Projects with the same hover/click/Esc/arrow-key behavior. Conforms to Jumbotron-Popdown-Patterns.md.
Mode Theme
Default — active + proposed
As wired into Header.astro next to the Projects popdown. Hover the trigger or tab to it and press Enter.
Communities of Practice
Working groups in the FullStack VC community.
- Performance Content Development Explore how a small VC team can ship sharp, defensible, citation-rich content rapidly — without hiring an editorial team. We share editorial workflows, agent loops, and the standards we hold each other to.
- Hack & Ship Make things people want — internal tools, open source projects, tiny SaaS. Check out new tooling, treat shipping as a craft, and have fun doing it peers who are willing to get nerdy.
Proposed · open call
- Data-Driven Venture Make data work for you and your firm - sourcing, enrichment, scoring, and the workflow that creates a true engine of better decisions and mangement.
- Tech Stack Deep Dives Go deep on the stack, choose or use better vendors and apps across workflows — CRM, Fund Admin Platforms, Syndicate Platforms, efficiency tools, or even Excel mastery — at a level of detail that creates results.
Active only — showProposed: false
Hides the proposed subgroup.
Communities of Practice
Working groups in the FullStack VC community.
- Performance Content Development Explore how a small VC team can ship sharp, defensible, citation-rich content rapidly — without hiring an editorial team. We share editorial workflows, agent loops, and the standards we hold each other to.
- Hack & Ship Make things people want — internal tools, open source projects, tiny SaaS. Check out new tooling, treat shipping as a craft, and have fun doing it peers who are willing to get nerdy.
Props + tokens
<JumboPopdown__WorkingGroups
triggerLabelTxt="Working Groups" /* nav-link text */
workingGroups={popdownWorkingGroups} /* pre-loaded WorkingGroupEntry[] */
showProposed={true} /* default true */
/>
/* Loader */
import { loadWorkingGroupsForPopdown } from '../../lib/load-working-groups';
const popdownWorkingGroups = await loadWorkingGroupsForPopdown({ showProposed: true, maxItems: 6 });
/* Tokens read */
--fx-card-bg, --fx-card-border, --fx-card-shadow-hover,
--color-text, --color-text-muted, --color-primary, --color-surface, --color-border,
--color-status-active, --color-status-proposed, --color-status-archived,
--font-display, --font-code