{"id":20373370,"url":"https://github.com/frontarm/demoboard","last_synced_at":"2025-10-12T16:12:04.746Z","repository":{"id":35785402,"uuid":"209578338","full_name":"frontarm/demoboard","owner":"frontarm","description":"Demoboard live code editor","archived":false,"fork":false,"pushed_at":"2022-02-19T12:32:03.000Z","size":6458,"stargazers_count":83,"open_issues_count":28,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T02:11:25.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frontarm.com/demoboard","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-19T14:43:05.000Z","updated_at":"2024-05-20T19:16:27.000Z","dependencies_parsed_at":"2022-08-08T11:16:38.115Z","dependency_job_id":null,"html_url":"https://github.com/frontarm/demoboard","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fdemoboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fdemoboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fdemoboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontarm%2Fdemoboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontarm","download_url":"https://codeload.github.com/frontarm/demoboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530605,"owners_count":21119595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-15T01:18:01.946Z","updated_at":"2025-10-12T16:12:04.682Z","avatar_url":"https://github.com/frontarm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Demoboard\n=========\n\nAn embeddable live editor, with every package on npm.\n\n\nGetting Started\n---------------\n\nDemoboard can be embedded within any app built with Webpack -- including apps built with Create React App, Gatsby, Next.js, etc.\n\n```bash\nyarn add @frontarm/demoboard\n```\n\n```js\nimport React from 'react'\nimport { Demoboard, DemoboardGlobalStyles } from '@frontarm/demoboard'\n\nconst initialSources = {\n  '/index.js': `\nimport React from 'react@experimental'\nimport ReactDOM from 'react-dom@experimental'\n\nconst root = ReactDOM.createRoot(\n  document.getElementById('root')\n)\nroot.render(\u003ch1\u003eHello, world!\u003c/h1\u003e)`,\n}\n\nconst App = () =\u003e {\n  return (\n    \u003c\u003e\n      \u003cDemoboardGlobalStyles /\u003e\n      \u003cDemoboard\n        config={{\n          initialSources,\n          initialGeneratedTabs: ['/index.html'],\n        }}\n        id=\"demoboard\"\n      /\u003e\n    \u003c/\u003e\n  )\n}\n```\n\n\n\nContributing\n------------\n\n```bash\nyarn install\nyarn build\ncd examples\nyarn start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontarm%2Fdemoboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontarm%2Fdemoboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontarm%2Fdemoboard/lists"}