{"id":30284642,"url":"https://github.com/leocodeio/product-management-lean-canvas","last_synced_at":"2026-02-09T13:32:57.606Z","repository":{"id":310112852,"uuid":"1038750006","full_name":"leocodeio/product-management-lean-canvas","owner":"leocodeio","description":"Made by harsha, helps to edit the canvas and dowload the canvas and upload md file at ease to revert","archived":false,"fork":false,"pushed_at":"2025-08-15T20:10:46.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T21:42:49.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leocodeio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T18:50:19.000Z","updated_at":"2025-08-15T20:10:50.000Z","dependencies_parsed_at":"2025-08-15T21:42:51.011Z","dependency_job_id":"6c5bfa5b-5149-430b-9034-0a22f641aa85","html_url":"https://github.com/leocodeio/product-management-lean-canvas","commit_stats":null,"previous_names":["leocodeio/product-management-lean-canvas"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/leocodeio/product-management-lean-canvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2Fproduct-management-lean-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2Fproduct-management-lean-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2Fproduct-management-lean-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2Fproduct-management-lean-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leocodeio","download_url":"https://codeload.github.com/leocodeio/product-management-lean-canvas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leocodeio%2Fproduct-management-lean-canvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29267001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-16T19:14:04.750Z","updated_at":"2026-02-09T13:32:57.585Z","avatar_url":"https://github.com/leocodeio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Management Study Resources\n\nThis directory contains study materials and tools for product management.\n\n## Files\n\n### 01-lean-canvas.html\nInteractive Lean Canvas tool with the following features:\n\n#### Core Features\n- **9-section lean canvas**: Problem, Solution, Unique Value Proposition, Unfair Advantage, Customer Segments, Key Metrics, Channels, Cost Structure, Revenue Streams\n- **Rich text formatting**: Bold, italic, underline, colors, font sizes, text alignment, bullet/numbered lists\n- **Auto-save**: Automatically saves your work to browser localStorage\n- **Responsive design**: Works on desktop, tablet, and mobile devices\n\n#### Export/Import Features\n- **PDF Export**: High-quality PDF download using the startup name as filename\n- **JSON Export/Import**: Complete data preservation with all formatting intact\n\n#### JSON Format Structure\nThe JSON export format preserves all canvas data including rich text formatting:\n\n```json\n{\n  \"exportedAt\": \"2025-01-15T10:30:00.000Z\",\n  \"version\": \"1.0\",\n  \"metadata\": {\n    \"designedFor\": \"Startup Name\",\n    \"designedBy\": \"Designer Names\",\n    \"date\": \"2025-01-15\",\n    \"version\": \"1.0\"\n  },\n  \"sections\": {\n    \"problem\": {\n      \"content\": \"\u003cb\u003eHTML formatted content\u003c/b\u003e\",\n      \"existingAlternatives\": \"Alternative solutions\"\n    },\n    \"solution\": {\n      \"content\": \"Top 3 features\"\n    },\n    \"uniqueValueProposition\": {\n      \"content\": \"UVP content\",\n      \"highLevelConcept\": \"High level concept\"\n    },\n    \"unfairAdvantage\": {\n      \"content\": \"Unfair advantage description\"\n    },\n    \"customerSegments\": {\n      \"content\": \"Target customers\",\n      \"earlyAdopters\": \"Early adopter description\"\n    },\n    \"keyMetrics\": {\n      \"content\": \"Key metrics to measure\"\n    },\n    \"channels\": {\n      \"content\": \"Customer acquisition channels\"\n    },\n    \"costStructure\": {\n      \"content\": \"Fixed and variable costs\"\n    },\n    \"revenueStreams\": {\n      \"content\": \"Revenue sources\"\n    }\n  }\n}\n```\n\n#### Usage Instructions\n\n##### Exporting from Lean Canvas\n1. Click the download button (📥) in the formatting toolbar\n2. Select \"Download JSON\" from the dropdown menu\n3. The file will be automatically downloaded with your startup name as the filename\n\n##### Importing to Lean Canvas\n1. Click the upload button (📤) in the formatting toolbar\n2. Select your JSON file\n3. The canvas will be automatically populated with your data including all rich text formatting\n\n#### Advantages of JSON Format\n- **Complete formatting preservation**: All rich text formatting (bold, italic, colors, etc.) is maintained\n- **Reliable parsing**: No complex text parsing issues\n- **Native JavaScript support**: Fast and error-free import/export\n- **Extensible**: Easy to add new features and data fields\n- **Compact**: Efficient storage format\n\n#### File Naming Convention\n- Format: `[startup-name]-lean-canvas.json`\n- Example: `spectralapp-lean-canvas.json`\n- Replace spaces with hyphens\n- Use lowercase for filenames\n\n### Browser Compatibility\n- Chrome/Chromium browsers (recommended)\n- Firefox\n- Safari\n- Edge\n\n### Dependencies\n- Font Awesome icons (CDN)\n- jsPDF library for PDF generation\n- html2canvas for PDF rendering\n\n### Notes\n- HTML formatting from the rich text editor is preserved in JSON export/import\n- Auto-save functionality uses localStorage for persistence\n- Always backup your canvas data before importing new files\n- The JSON format is version-controlled for future compatibility","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Fproduct-management-lean-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleocodeio%2Fproduct-management-lean-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleocodeio%2Fproduct-management-lean-canvas/lists"}