{"id":26493283,"url":"https://github.com/bblfsh/web","last_synced_at":"2026-03-10T03:33:57.855Z","repository":{"id":22053405,"uuid":"94877196","full_name":"bblfsh/web","owner":"bblfsh","description":"Web client for Babelfish server","archived":false,"fork":false,"pushed_at":"2022-12-09T14:45:44.000Z","size":24926,"stargazers_count":23,"open_issues_count":31,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-28T11:59:35.398Z","etag":null,"topics":["babelfish","frontend","tool","ui","web"],"latest_commit_sha":null,"homepage":"http://dashboard.bblf.sh","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/bblfsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-20T10:02:38.000Z","updated_at":"2023-05-09T21:12:35.000Z","dependencies_parsed_at":"2022-09-20T05:27:26.229Z","dependency_job_id":null,"html_url":"https://github.com/bblfsh/web","commit_stats":null,"previous_names":["bblfsh/dashboard"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/bblfsh/web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bblfsh%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bblfsh%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bblfsh%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bblfsh%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bblfsh","download_url":"https://codeload.github.com/bblfsh/web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bblfsh%2Fweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30323213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":["babelfish","frontend","tool","ui","web"],"created_at":"2025-03-20T09:51:55.935Z","updated_at":"2026-03-10T03:33:57.834Z","avatar_url":"https://github.com/bblfsh.png","language":"JavaScript","readme":"# Babelfish web [![Build Status](https://travis-ci.org/bblfsh/web.svg?branch=master)](https://travis-ci.org/bblfsh/web)\n\nWeb client for [Babelfish server](https://bblf.sh).\n\nIt's a user-friendly tool for testing and studying how Babelfish parses source code.\n\n![Screenshot_gif](images/web.gif?raw=true)\n\n## Installation\n\nBabelfish server (v2.9.1 or newer) is required.\nIf you don't have it running please read the [getting started](https://doc.bblf.sh/using-babelfish/getting-started.html) guide. You will learn how to use and deploy a bblfsh server.\n\n### Recommended way (using Docker)\n\n```sh\ndocker run --privileged -d -p 9432:9432 --name bblfsh bblfsh/bblfshd:latest-drivers\ndocker run -p 8080:8080 --link bblfsh bblfsh/web -bblfsh-addr bblfsh:9432\n```\n\nWhen the server starts, the web client will be available on http://localhost:8080\n\nPlease read the [getting started](https://doc.bblf.sh/using-babelfish/getting-started.html) guide on how to use and deploy the bblfshd server, how to install drivers, etc.\n\n### Standalone\n\nIf you don't want to run the **web client** using our *Docker* image you can download a binary from the [releases page](https://github.com/bblfsh/web/releases) and run it instead:\n\n```sh\n./bblfsh-web -bblfsh-addr \u003cbblfsh-server-addr\u003e\n```\n\nYou can also configure the server in debug mode passing `--debug` extra flag, and the logging level with the `LOG_LEVEL` environment value:\n\n```sh\nLOG_LEVEL={debug,info,warning error} ./bblfsh-web -bblfsh-addr \u003cbblfsh-server-addr\u003e --debug\n```\n\nIf none are set, its default values will be logging level `info`, and server in `ReleaseMode`.\n\n\n## Development\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). There is information about the [application architecture](CONTRIBUTING.md#Architecture) and how to [build](CONTRIBUTING.md#Development) from sources.\n\n## Contributing\n\nPlease take a look at [CONTRIBUTING](CONTRIBUTING.md) file to see how to contribute in this project.\n\n## License\n\nGPLv3, see [LICENSE](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbblfsh%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbblfsh%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbblfsh%2Fweb/lists"}