{"id":30396339,"url":"https://github.com/AR-js-org/studio","last_synced_at":"2025-08-21T13:03:10.132Z","repository":{"id":36697319,"uuid":"229733694","full_name":"AR-js-org/studio","owner":"AR-js-org","description":"An authoring platform to build Web Augmented Reality experiences, without coding knowledge","archived":false,"fork":false,"pushed_at":"2024-04-02T12:27:30.000Z","size":112806,"stargazers_count":271,"open_issues_count":20,"forks_count":73,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-08-14T10:52:08.112Z","etag":null,"topics":["aframe","ar","augmented-reality","authoring","hacktoberfest","hacktoberfest2020","threejs","webar"],"latest_commit_sha":null,"homepage":"https://ar-js-org.github.io/studio/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AR-js-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2019-12-23T10:54:36.000Z","updated_at":"2025-08-11T07:21:02.000Z","dependencies_parsed_at":"2024-11-14T00:37:58.090Z","dependency_job_id":null,"html_url":"https://github.com/AR-js-org/studio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AR-js-org/studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR-js-org%2Fstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR-js-org%2Fstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR-js-org%2Fstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR-js-org%2Fstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AR-js-org","download_url":"https://codeload.github.com/AR-js-org/studio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR-js-org%2Fstudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271485566,"owners_count":24767774,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aframe","ar","augmented-reality","authoring","hacktoberfest","hacktoberfest2020","threejs","webar"],"created_at":"2025-08-21T13:00:58.602Z","updated_at":"2025-08-21T13:03:10.125Z","avatar_url":"https://github.com/AR-js-org.png","language":"JavaScript","funding_links":[],"categories":["Development Tools"],"sub_categories":[],"readme":"# AR.js Studio\n\nAR.js Studio is an authoring platform to build Web Augmented Reality experiences, without coding knowledge.\n\n[Learn more](https://medium.com/@nicolcarpignoli/ar-js-studio-a-call-to-arms-for-the-first-open-source-web-ar-authoring-platform-a031069518f9)\n\n\u003cimg src=\"https://i.ibb.co/nz1ydkR/Schermata-2020-04-11-alle-13-48-16.png\"/\u003e\n\n## Try now!\n\n 🚀[Online version](https://ar-js-org.github.io/studio/)\n\n [HacktoberFest page](https://ar-js-org.github.io/studio/hacktoberfest)\n\n## Resources\n\n* [Google Drive Folder with Use Cases, Brainstorming, etc.](https://drive.google.com/open?id=1r2nJA8gfxFkty85DjPGUq56SOqNf0BsF)\n* [Design](https://www.figma.com/file/TUjZ2KYsmhA5LUkt9KIhcB/ARjs-Components?node-id=0%3A1)\n* [Design Mockup - only features, no real design](https://whimsical.com/D688LzTQQRyKESzRu1U4Au)\n* [Meetings](https://docs.google.com/document/d/1ffUXGyd97phpInvrOiNEU-5WatO7tX_Yyu1AUVtq3T4/edit)\n\n## If the publish on Github step fails\n\nIt is probably due to the external server handling oAuth2.0 requests.\nWe are using this project: https://github.com/prose/gatekeeper/ to handle the oAuth2.0 requests.\nThe project is now hosted on a private server, and it is not guaranteed to be always up and running.\nIf the publish fails, you should:\n\n- fork the arjs studio project (because you need to change the `publish-confirm.js` file)\n- host is somewhere else (even your GitHub pages)\n- find a node server that can host the gatekeeper project\n- set up the server with the gatekeeper project: you have to set, on the `config.json` file, the `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` [with the ones you get from the github oAuth app you create](https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api?apiVersion=2022-11-28)\n- be aware that gatekeeper is listening on port 9999 by default, use that on your server\n- on `studio` project, change the current URL on `publish-confirm.js` file line 21, with the new getekeeper server URL\n\nAll the other functionalities (and studio-backend project) should work as expected.\n\n## Development\n\nFor maintaining a consistent code style while developing, please use\n[Visual Studio Code](https://code.visualstudio.com/)\n\n# Authors\n\nIdea: [Nicolò Carpignoli](https://twitter.com/nicolocarp)\n\nDevelopment: [AR.js Organisation](https://github.com/AR-js-org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAR-js-org%2Fstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAR-js-org%2Fstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAR-js-org%2Fstudio/lists"}