{"id":21216934,"url":"https://github.com/lablnet/board","last_synced_at":"2026-03-05T20:03:57.936Z","repository":{"id":119240274,"uuid":"287947797","full_name":"lablnet/board","owner":"lablnet","description":"Simple, standalone, flexible and very lightweight board app/PWA in JavaScript.","archived":false,"fork":false,"pushed_at":"2022-06-26T10:10:20.000Z","size":229,"stargazers_count":5,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T13:11:30.298Z","etag":null,"topics":["board","docker-image","dockerfile","dockerize","drawing-app","drawingboard","free","gplv3","javascript","lightweight","open-source","prograsive","progressive-web-app","pwa-apps","simple-app","standalone","webapp"],"latest_commit_sha":null,"homepage":"http://lablnet.github.io/board","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lablnet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":"lablnet","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-08-16T13:21:10.000Z","updated_at":"2023-04-18T13:38:58.000Z","dependencies_parsed_at":"2023-12-27T15:48:15.493Z","dependency_job_id":null,"html_url":"https://github.com/lablnet/board","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lablnet/board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lablnet","download_url":"https://codeload.github.com/lablnet/board/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264573299,"owners_count":23630461,"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":["board","docker-image","dockerfile","dockerize","drawing-app","drawingboard","free","gplv3","javascript","lightweight","open-source","prograsive","progressive-web-app","pwa-apps","simple-app","standalone","webapp"],"created_at":"2024-11-20T21:56:23.341Z","updated_at":"2026-03-05T20:03:57.931Z","avatar_url":"https://github.com/lablnet.png","language":"JavaScript","readme":"# Board  \nSimple, standalone, flexible and very lightweight board app/PWA in JavaScript.  \n  \n## Features\n ### v1.3.0\n - [x] Infinite canvas with pan support (two finger drag on mobile or touchpad, Ctrl + drag on desktop)\n ### v1.2.0\n  - [x] Disable swipe to go back in chrome [#15](https://github.com/lablnet/board/issues/15)\n\n ### v1.1.0\n - [x] Added local server\n-  [x] Dockerize\n - [x] Undo and Redo\n - [x] Export image with background/ without background\n\n ### V1.0.0\n- [x] Standalone.  \n- [x] Draw on screen.  \n- [x] Progressive Web App.  \n- [x] Clear All using shortcut or gesture.  \n  - [x] In desktop (control + x)  \n  - [x] In mobile (five tap)  \n- [x] Custom context menu  \n  - [x] In desktop (right click to open)  \n  - [x] In mobile (three finger click)  \n- [x] Help Menu  \n- [x] About page  \n- [x] Settings page:  \n  - [x] Change marker color.  \n  - [x] Change background color of board.  \n  - [x] Change font size of marker.  \n- [x] Download as image.  \n  \n## Install\n  Clone this `git clone -b 1.1.0 https://github.com/Lablnet/board.git`\n  \n  Install require dependencies `npm i`\n  \n  run the server `node server.js`\n  \n ## Install With Docker\nPull from docker\n`docker push lablnet/board`\n\nRun the container\n`docker run --name board -d -p 9090:9090 lablnet/board:1.1`\n\n## Build With Docker\n  Clone this\n  `git clone -b 1.1.0 https://github.com/Lablnet/board.git`\n\nRun the following commands.\n\n`$ cd board`\n\n`$ chmod +x ./build.sh`\n\n`$ ./build.sh`\n\nYou have done it.\n\n\n ## Configuration\n The config file contain few configuration\n \n\t 1. The version of app `version`.\n\t \n\t 2. Developer mode or production `debug`\n\t \n\t 3. At end, `colors`\n\t\tyou can change it according to your requirement , you can add more colors too.\n\n## Usage\n\n![board](https://raw.githubusercontent.com/Lablnet/board/master/images/board.png \"Board\")\n\n\n## File structure\n `css/app.css`  =\u003e Main core CSS style file.\n \n  `images` Contain fav icon and others icons.\n  \n  `js/app.js`  =\u003e Main core JavaScript file.\n  \n  `js/undo.js`  =\u003e JavaScript file to handle undo/redo logic.\n  \n  `browserconfig.xml` Config file for EDGE browsers.\n  \n  `index.html`  =\u003e HTML file of app.\n  \n  `LICENSE` =\u003e GPL 3 License.\n  \n  `mainfest.json`  =\u003e Browser configuration file.\n  \n  `pwa.js`  =\u003e File to handle service worker for pwa app.\n\n## Icon\nThe logo is created using [canva](https://www.canva.com/)\n\nThe other icon from logo generated by using [realfavicongenerator](https://realfavicongenerator.net/)\n\n## Tested\nThe app is tested in the following mentioned browsers.\n| Browser | Desktop | Mobile |\n|--|--| -- |\n| Chrome | v83 | v84 |\n| Firefox | v79 | v68|\n| Opera | v70 | v59 |\n| EDGE | v84 | v45 |\n| Safari | v14 | v13 |\n\n## Contributions \nThere is still a lot of work to do, so feel free to contribute to open `PR` \n\n### Contribution guide\n\nYou're welcome to contribute the guideline can be found here [Contribution Guideline](https://github.com/lablnet/board/blob/master/CONTRIBUTING.md)\n\n# License  \nGPL-3  \n\n  \n## Disclaimer  \n**I do not accept responsibility for any illegal usage**\n\n## Similar Project\n[https://github.com/cs50/draw.cs50.io](https://github.com/cs50/draw.cs50.io)\n\n## Resources:  \n- https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial  \n- https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent  \n- https://developer.mozilla.org/en-US/docs/Web/API/Touch_events  \n- https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/Image  \n- https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/App_structure\n","funding_links":["https://patreon.com/lablnet"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flablnet%2Fboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fboard/lists"}