{"id":18109225,"url":"https://github.com/asterics/AsTeRICS-Grid","last_synced_at":"2025-03-29T15:30:50.864Z","repository":{"id":37737907,"uuid":"134720142","full_name":"asterics/AsTeRICS-Grid","owner":"asterics","description":"Free and simple to use app for augmentative and alternative communication (AAC) with offline support, flexible input methods and media access","archived":false,"fork":false,"pushed_at":"2024-04-25T10:15:34.000Z","size":111921,"stargazers_count":41,"open_issues_count":87,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-01T12:44:50.733Z","etag":null,"topics":["aac","accessibility","alternative-communication","alternative-communication-methods","assistive-technology","asterics-grid","augmentative-communication","free-software","pwa","pwa-app","text-to-speech","webradio","youtube","youtube-player"],"latest_commit_sha":null,"homepage":"https://grid.asterics.eu/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asterics.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-24T13:35:49.000Z","updated_at":"2024-05-03T10:43:54.744Z","dependencies_parsed_at":"2023-09-23T17:53:50.602Z","dependency_job_id":"f3386967-1728-4b04-a22d-fdda3bbffbae","html_url":"https://github.com/asterics/AsTeRICS-Grid","commit_stats":null,"previous_names":[],"tags_count":419,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asterics%2FAsTeRICS-Grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asterics%2FAsTeRICS-Grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asterics%2FAsTeRICS-Grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asterics%2FAsTeRICS-Grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asterics","download_url":"https://codeload.github.com/asterics/AsTeRICS-Grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246204505,"owners_count":20740324,"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":["aac","accessibility","alternative-communication","alternative-communication-methods","assistive-technology","asterics-grid","augmentative-communication","free-software","pwa","pwa-app","text-to-speech","webradio","youtube","youtube-player"],"created_at":"2024-11-01T00:01:37.984Z","updated_at":"2025-03-29T15:30:45.854Z","avatar_url":"https://github.com/asterics.png","language":"JavaScript","funding_links":["https://www.paypal.com/donate/?hosted_button_id=38AJJNS427MJ2","https://opencollective.com/asterics-foundation/projects/asterics-grid"],"categories":["⛪ Open Source"],"sub_categories":[],"readme":"# AsTeRICS Grid\nApp for creating a flexible grid system that can be used for **Augmentative and Alternative Communication (AAC)**, for **Smart Home control** and as a **webradio** or **YouTube player**.\n\n## Core features\nThese are the most important features of AsTeRICS Grid:\n* **Cross platform**: runs on PC, Smartphone, Tablet, Windows, Linux, Android, iOS\n* **No installation** needed, just open https://grid.asterics.eu/ in the browser\n* Once loaded, AsTeRICS Grid **runs offline** without internet connection\n* Optionally **synchronize configuration** using the cloud (data is end-to-end encrypted)\n* Very **flexible grid system**, layouts are completely customizable\n* **Text-to-speech** in various languages\n* **Internationalization**: create grid sets in multiple languages\n* **Various input possibilities** like Clicking, Tapping (on touchscreen), Hovering, Scanning, Keyboard, Buttons, and even more complex ones like Eye-Tracking, Head-Tracking or use of EMG muscle sensors (using the AsTeRICS Framework)\n* Integrated search for **open AAC symbols** from https://www.opensymbols.org/\n* **Smart Home control** (using the AsTeRICS Framework)\n* **Flexible keyboard layouts** with **word prediction** and **self-learning dictionaries**\n* **Play webradios** (over 25000) using [radio-browser.info](http://www.radio-browser.info/gui/#!/)\n* **Search and play YouTube videos**\n\n## Production environments\nThere are 3 versions of AsTeRICS Grid online:\n* https://grid.asterics.eu/ current stable release\n* https://grid.asterics.eu/latest/ current testing (beta) release, possibly unstable\n* http://grid.asterics-foundation.org/ non-https version, but otherwise exactly the same app as https://grid.asterics.eu/ - may be used in cases where interaction with local resources (e.g. HTTP action) is needed and [browsers are refusing it because of mixed content](https://github.com/asterics/AsTeRICS-Grid/discussions/410). \n\n## Documentation\nSee [User documentation](docs/documentation_user/README.md) or [AsTeRICS Grid Playlist on YouTube](https://www.youtube.com/playlist?list=PL0UXHkT03dGrIHldlEKR0ZWfNMkShuTNz).\n\nAlso see [Developer documentation (not finished, maybe outdated)](docs/documentation_dev/README.md) and the [Collaboration guide](docs/documentation_dev/collaboration.md).\n\n## Run project locally\n1. clone the project `git clone git@github.com:asterics/AsTeRICS-Grid.git`\n2. install node.js https://nodejs.org/\n3. install yarn, see https://yarnpkg.com/\n4. go to the directory of the cloned project and run `yarn install`\n5. run `npm run start` and open http://localhost:9095\n\n## Npm scripts\nAfter `yarn install` the following commands are available:\n1. `npm run start` --\u003e starts a webserver serving the AsTeRICS grid on `http://localhost:9095`, does hot reloading if js-sources change.\n1. `npm run start-legacy` --\u003e same as `start` but js sources are transformed to ES5 using babel.\n1. `npm run start-no-live` --\u003e same as `start` but hot reloading is disabled.\n2. `npm run build` --\u003e builds the js-files in folder `src` to `app/build` folder.\n3. `npm run start-superlogin-dev` --\u003e runs [superlogin](https://github.com/colinskow/superlogin) locally and makes it possible to create \"online users\" within the locally running application. A local [CouchDb](https://couchdb.apache.org/) instance is necessary in order to work.\n4. `npm run release` -\u003e releases the current version with a new tag and push it to `gh-pages` branch in order to be served at https://grid.asterics.eu/\n5. `npm run release-latest` -\u003e same as `npm run release` but with destination https://grid.asterics.eu/latest/\n5. `npm run test` -\u003e runs tests of the project using [Jest](https://jestjs.io/).\n\n## History\nThe AsTeRICS Grid evolved out of [AsTeRICS Ergo](https://github.com/asterics/AsTeRICS-Ergo), see [AsTeRICS Ergo Master Plan](https://github.com/asterics/AsTeRICS-Ergo/wiki/Master-Plan-AsTeRICS-Ergo) and [AsTeRICS Ergo Architecture](https://github.com/asterics/AsTeRICS-Ergo/wiki/Architecture) and will eventually replace AsTeRICS Ergo.\n\n## Support us\nIf you want to support the development of AsTeRICS Grid or contribute to the costs for running the server/database for syncronization you're very welcome to donate:\n\n\u003cdiv\u003e\n\u003ca title=\"Donate with PayPal\" href=\"https://www.paypal.com/donate/?hosted_button_id=38AJJNS427MJ2\" target=\"_blank\" style=\"margin-right:3em\"\u003e\n\u003cimg src=\"https://github.com/asterics/AsTeRICS-Grid/raw/master/app/img/donate-paypal.png\" width=300/\u003e\u003c/a\u003e\n\u003cspan\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n\u003ca title=\"Donate at opencollective.com\" href=\"https://opencollective.com/asterics-foundation/projects/asterics-grid\" target=\"_blank\"\u003e\n\u003cimg src=\"https://github.com/asterics/AsTeRICS-Grid/raw/master/app/img/donate-open-collective.png\" width=300/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Acknowledgements and Attribution\n\nAsTeRICS Grid was developed within several funded projects:\n* **2018-2019:** project [Toolbox for Rapid Design of Smart Homes and Assistive Technologies (ToRaDes)](https://embsys.technikum-wien.at/projects/torades/index.php) at the [UAS Technikum Wien](https://www.technikum-wien.at/), funded by the [City of Vienna](https://www.wien.gv.at/kontakte/ma23/index.html), Project 18-04\n* **2019-2023:** project [Knowledge Hub for Accessible Technologies (WBT)](https://embsys.technikum-wien.at/projects/khat/index.php) at the [UAS Technikum Wien](https://www.technikum-wien.at/), funded by the [City of Vienna](https://www.wien.gv.at/kontakte/ma23/index.html), Project 26-02\n* **2022-2025:** project [Inclusion International (In2)](https://www.technikum-wien.at/forschungsprojekte/inclusion-international/) at the [UAS Technikum Wien](https://www.technikum-wien.at/), funded by the [City of Vienna](https://www.wien.gv.at/kontakte/ma23/index.html), Project 33-02\n* **2024-2025:** [netidee project funding for AsTeRICS Grid](https://www.netidee.at/asterics-grid), Call 18\n* **2024-2028:** project [Inclusion via digital augmentative and alternative communication (InDiKo)](https://www.technikum-wien.at/forschungsprojekte/indiko/) at the [UAS Technikum Wien](https://www.technikum-wien.at/), funded by the [City of Vienna](https://www.wien.gv.at/kontakte/ma23/index.html), Project 38-09\n\n\u003cimg src=\"https://github.com/asterics/AsTeRICS-Grid/assets/2537025/290d809f-1ccf-4362-be68-f07ff0e21878\" width=\"400\"/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\n\u003cimg src=\"https://github.com/asterics/AsTeRICS-Grid/raw/master/app/img/netidee.svg\" width=\"250\"/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\n\nOther people and organizations we want to thank:\n* Thanks to [ARASAAC](https://arasaac.org/) for collaborating and providing their pictogram API\n* Thanks to [crowdin.com](https://crowdin.com/project/asterics-grid) for providing a free open source license\n* Thanks to [browserstack.com](https://browserstack.com/) for providing us free UI tests on their platform.\n* Thanks to Alex Segler for the great Webradio API [radio-browser.info](http://www.radio-browser.info/) which makes it possible to search and play webradios within AsTeRICS Grid\n* Thanks to the makers of the API from [opensymbols.org](https://www.opensymbols.org/) which makes it possible to search for open AAC symbols within AsTeRICS Grid\n* Thanks to ResponsiveVoice for providing an free non-commercial version, \u003ca href=\"https://responsivevoice.org\"\u003eResponsiveVoice-NonCommercial\u003c/a\u003e licensed under \u003ca href=\"https://creativecommons.org/licenses/by-nc-nd/4.0/\"\u003e\u003cimg title=\"ResponsiveVoice Text To Speech\" src=\"https://responsivevoice.org/wp-content/uploads/2014/08/95x15.png\" alt=\"95x15\" width=\"95\" height=\"15\" /\u003e\u003c/a\u003e\n* Thanks to all the developers of these projects, which are all used by AsTeRICS Grid in production:\n    * [core-js](https://github.com/zloirock/core-js)\n    * [couch-auth](https://github.com/perfood/couch-auth)\n    * [dom-i18n](https://github.com/ruyadorno/dom-i18n)\n    * [file-saver](https://www.npmjs.com/package/file-saver)\n    * [fontawesome](https://fontawesome.com/)\n    * [GridList](https://github.com/hootsuite/grid)\n    * [hls.js](https://github.com/video-dev/hls.js/)\n    * [html2canvas](https://github.com/niklasvh/html2canvas)\n    * [jszip](https://stuk.github.io/jszip/)\n    * [jQuery](https://jquery.com/)\n    * [jQuery context menu](https://swisnl.github.io/jQuery-contextMenu/)\n    * [jQuery UI](https://jqueryui.com/)\n    * [loglevel](https://github.com/pimterry/loglevel)\n    * [navigo](https://github.com/krasimir/navigo)\n    * [n-ary-huffman](https://github.com/lydell/n-ary-huffman)\n    * [Object Model](https://objectmodel.js.org/)\n    * [PouchDB](https://pouchdb.com/)\n    * [predictionary](https://github.com/asterics/predictionary)\n    * [Stanford Javascript Crypto Library (SJCL)](https://crypto.stanford.edu/sjcl/)\n    * [superlogin-client](https://www.npmjs.com/package/superlogin-client)\n    * [Vue.js](https://vuejs.org/)\n    * [Workbox](https://github.com/GoogleChrome/workbox)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasterics%2FAsTeRICS-Grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasterics%2FAsTeRICS-Grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasterics%2FAsTeRICS-Grid/lists"}