hatch-slidev-builder-mcp
Version:
A comprehensive MCP server for creating Slidev presentations with component library, interactive elements, and team collaboration features
65 lines (64 loc) • 1.51 kB
JSON
{
"name": "Business Proposal",
"description": "Comprehensive business proposal template for client presentations",
"theme": "hatch-corporate",
"slides": [
{
"layout": "cover",
"title": "Business Proposal",
"subtitle": "Partnership Opportunity"
},
{
"layout": "default",
"title": "Executive Summary",
"content": "proposal_overview"
},
{
"layout": "default",
"title": "Problem Statement",
"content": "problem_analysis"
},
{
"layout": "default",
"title": "Proposed Solution",
"content": "solution_framework"
},
{
"layout": "center",
"title": "Financial Projections",
"content": "financial_models"
},
{
"layout": "default",
"title": "Implementation Timeline",
"content": "project_timeline"
},
{
"layout": "default",
"title": "Team & Capabilities",
"content": "team_overview"
},
{
"layout": "default",
"title": "Investment & Returns",
"content": "roi_analysis"
},
{
"layout": "default",
"title": "Next Steps",
"content": "action_items"
}
],
"components": [
"financial_projections",
"timeline_chart",
"team_profiles",
"roi_calculator"
],
"styling": {
"primaryColor": "#00A651",
"secondaryColor": "#004225",
"accentColor": "#FFB800",
"fontFamily": "Inter, sans-serif"
}
}