{"id":16215766,"url":"https://github.com/rainingcomputers/shnootalk-playground","last_synced_at":"2025-12-31T14:33:20.560Z","repository":{"id":60850683,"uuid":"449546861","full_name":"RainingComputers/shnootalk-playground","owner":"RainingComputers","description":"VS code like editing environment to run and try ShnooTalk  programs in the browser","archived":false,"fork":false,"pushed_at":"2023-09-03T09:42:55.000Z","size":431,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T22:41:59.729Z","etag":null,"topics":["editor"],"latest_commit_sha":null,"homepage":"https://rainingcomputers.github.io/shnootalk-playground/","language":"Svelte","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/RainingComputers.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}},"created_at":"2022-01-19T04:30:17.000Z","updated_at":"2023-05-12T01:08:24.000Z","dependencies_parsed_at":"2024-12-21T13:41:49.642Z","dependency_job_id":"9fedf72e-9932-4d11-b8cf-cdc5e76dd0be","html_url":"https://github.com/RainingComputers/shnootalk-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RainingComputers/shnootalk-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fshnootalk-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fshnootalk-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fshnootalk-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fshnootalk-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainingComputers","download_url":"https://codeload.github.com/RainingComputers/shnootalk-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainingComputers%2Fshnootalk-playground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265829299,"owners_count":23835092,"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":["editor"],"created_at":"2024-10-10T11:16:21.024Z","updated_at":"2025-12-31T14:33:20.530Z","avatar_url":"https://github.com/RainingComputers.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](ui/public/icons/cloud-compile.png)\n\n# ShnooTalk Playground (Svelte Version)\n\nRun and try the [ShnooTalk](https://github.com/RainingComputers/ShnooTalk) language from your browser!\n\nThe UI is written in Svelte. The code editor is based on [shnootalk-ace](https://github.com/RainingComputers/shnootalk-ace/pulse)\n(extended [ace](https://github.com/ajaxorg/ace) text editor with ShnooTalk syntax support).\n\nThe [backend](server/) is a FastAPI Python app that calls the compiler as a subprocess. You can [deploy](server/kubernetes.yml) the app on kubernetes. \n\n\n## Running on local for development\n\n- Start the server\n\n  ```\n  cd server\n  PIPENV_VENV_IN_PROJECT=true pipenv shell\n  pipenv install --dev\n  make rundev\n  ```\n\n- Make test curl request\n \n  *Request*\n  ```\n  ❯ curl --header \"Content-Type: application/json\" \\\n    --request POST \\\n    --data '{\"main.shtk\": \"fn main() -\u003e int { println(\\\"Hello world\\\") return 0 }\"}' \\\n    http://127.0.0.1:8000/shnootalk-playground/api/v2/compile\n  \n  ```\n  *Response*\n  ```\n  {\"result\":\"SUCCESS\",\"output\":\"Hello world\\n\"}\n  ```\n\n- Configure UI server URL\n    - change `SERVER_URL` [here](ui/src/api/cloudCompile.ts) to `http://127.0.0.1:8000/shnootalk-playground/api/v2/compile`\n\n- Run UI\n  ```\n  cd ui\n  npm run dev\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fshnootalk-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainingcomputers%2Fshnootalk-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainingcomputers%2Fshnootalk-playground/lists"}