{"id":14990376,"url":"https://github.com/hal9ai/streamfy","last_synced_at":"2025-08-21T17:06:36.936Z","repository":{"id":225572349,"uuid":"766027577","full_name":"hal9ai/streamfy","owner":"hal9ai","description":"Buefy web components for Streamlit","archived":false,"fork":false,"pushed_at":"2024-03-06T03:54:14.000Z","size":6949,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-17T22:39:15.102Z","etag":null,"topics":["buefy","streamlit","streamlit-component","webcomponents"],"latest_commit_sha":null,"homepage":"https://streamfy.streamlit.app/","language":"Vue","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/hal9ai.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":"2024-03-02T06:14:41.000Z","updated_at":"2024-07-25T01:02:52.000Z","dependencies_parsed_at":"2024-03-08T19:52:28.953Z","dependency_job_id":null,"html_url":"https://github.com/hal9ai/streamfy","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"42229730dde2df2cb1598bfaedcb0d5fc4ccfaee"},"previous_names":["hal9ai/streamfy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hal9ai/streamfy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hal9ai%2Fstreamfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hal9ai%2Fstreamfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hal9ai%2Fstreamfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hal9ai%2Fstreamfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hal9ai","download_url":"https://codeload.github.com/hal9ai/streamfy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hal9ai%2Fstreamfy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271143398,"owners_count":24706346,"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-19T02:00:09.176Z","response_time":63,"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":["buefy","streamlit","streamlit-component","webcomponents"],"created_at":"2024-09-24T14:19:58.739Z","updated_at":"2025-08-21T17:06:36.705Z","avatar_url":"https://github.com/hal9ai.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamfy — Buefy for Streamlit\n\nModern frontend web components based on [Bulma](https://bulma.io/) and [Buefy](https://buefy.org/) for [Streamlit](https://streamlit.io/).\n\n[![](images/streamfy.gif)](https://streamfy.streamlit.app/)\n\nLive demo at [streamfy.streamlit.app](https://streamfy.streamlit.app/)\n\n## Getting Started\n\nInstall `streamfy`:\n\n```bash\npip install streamfy\n```\n\nCreate a simple application `app.py`:\n\n```py\nimport streamlit as st\nimport streamfy as sy\n\nsy.carousel(items=[\n  \"https://picsum.photos/id/1051/1230/500\",\n  \"https://picsum.photos/id/1052/1230/500\",\n  \"https://picsum.photos/id/1053/1230/500\",\n])\n```\n\nRun this application:\n\n```\nstreamlit run app.py\n```\n\n![](images/carousel.png)\n\nA file with all components is available in [examples/all.py](examples/all.py):\n\n![](images/components.png)\n\nTake a look at [Buefy's documentation](https://buefy.org/documentation) for a list of all properties and examples available.\n\n[![](images/buefy.png)](https://buefy.org/documentation)\n\n## Contributing\n\nEnsure you have [Python 3.6+](https://www.python.org/downloads/), [Node.js](https://nodejs.org), and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed.\n\nClone this repo and create a new Python virtual environment:\n\n```\n$ python3 -m venv venv  # create venv\n$ . venv/bin/activate   # activate venv\n$ pip install streamlit # install streamlit\n```\n\nInitialize and run the component frontend:\n\n```\n$ cd streamfy/frontend\n$ npm install    # Install npm dependencies\n$ npm run serve  # Start the Webpack dev server\n```\n\nFrom a separate terminal, run the Streamlit app:\n\n```\n$ . venv/bin/activate  # activate the venv you created earlier\n$ streamlit run streamfy/__init__.py  # run the example\n```\n\nIf all goes well, you should see something like this:\n\n![](images/development.png)\n\nModify the frontend code at `streamfy/frontend/src/Streamfy.vue` and the Python code at `streamfy/__init__.py`.\n\n## Resources\n\n- [Buefy Documentation](https://buefy.org/documentation/steps)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhal9ai%2Fstreamfy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhal9ai%2Fstreamfy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhal9ai%2Fstreamfy/lists"}