{ "metadata": { "id": "pres-1736712000000-slideshare", "name": "SlideShare: Modern Web-Based Presentation Tool", "description": "An overview of the SlideShare presentation authoring and delivery platform", "theme": "default", "aspectRatio": "16:9", "createdAt": "2025-01-12T18:00:00.000Z", "updatedAt": "2025-01-12T18:00:00.000Z" }, "slides": [ { "id": "slide-0-1736712000000", "layoutId": "title-slide", "content": { "title": "SlideShare: Modern Presentation Authoring" }, "order": 0 }, { "id": "slide-1-1736712000001", "layoutId": "content-slide", "content": { "title": "What is SlideShare?", "content": "A powerful, browser-based presentation tool that works entirely offline.\n\n• No backend server required\n• All data stored locally in IndexedDB\n• Built with React and modern web technologies\n• Theme-based design system\n• Export and share presentations as JSON" }, "notes": "Emphasize the offline-first approach and zero server dependency", "order": 1 }, { "id": "slide-2-1736712000002", "layoutId": "markdown-slide", "content": { "title": "Key Features", "content": "## Core Capabilities\n\n### 📝 **Intuitive Slide Authoring**\n- Visual slide editor with live preview\n- Multiple layout options per theme\n- Drag-and-drop content placement\n- Rich text and markdown support\n\n### 🎨 **Flexible Theming System**\n- Pre-built professional themes\n- Customizable layouts with HTML/CSS\n- Consistent design across presentations\n- Theme switching without content loss\n\n### 💾 **Local-First Architecture**\n- Works completely offline\n- IndexedDB for persistent storage\n- Export/import JSON presentations\n- No cloud dependency or subscription" }, "order": 2 }, { "id": "slide-3-1736712000003", "layoutId": "2-content-blocks", "content": { "title": "Traditional vs SlideShare", "content1": "**Traditional Tools:**\n\n• Require installation\n• Platform-specific\n• Subscription-based\n• Cloud dependency\n• Limited customization\n• Proprietary formats", "content2": "**SlideShare:**\n\n• Runs in any browser\n• Cross-platform\n• Free and open\n• Works offline\n• Fully customizable\n• Open JSON format" }, "notes": "Highlight the advantages of web-based, local-first approach", "order": 3 }, { "id": "slide-4-1736712000004", "layoutId": "diagram-slide", "content": { "title": "Architecture Overview", "diagram": "graph TD\n A[Browser] --> B[React Application]\n B --> C[Presentation Editor]\n B --> D[Theme Engine]\n B --> E[Storage Layer]\n C --> F[Slide Components]\n D --> G[Layout Templates]\n D --> H[CSS Styles]\n E --> I[IndexedDB]\n E --> J[JSON Export/Import]", "content2": "Clean separation of concerns with modular architecture", "notes": "The architecture emphasizes modularity and browser-native technologies" }, "order": 4 }, { "id": "slide-5-1736712000005", "layoutId": "markdown-slide", "content": { "title": "Theme System Design", "content": "## Powerful & Flexible\n\n### **Layout Templates**\n- Simple HTML with Handlebars syntax\n- Semantic slot-based content areas\n- Multiple layouts per theme\n\n### **Styling with CSS**\n- CSS custom properties for theming\n- Responsive design built-in\n- Print-friendly styles included\n\n### **Content Slots**\n```html\n