{"id":23143453,"url":"https://github.com/sh20raj/steamlit","last_synced_at":"2026-04-29T17:32:13.172Z","repository":{"id":265614813,"uuid":"896348158","full_name":"SH20RAJ/steamlit","owner":"SH20RAJ","description":"A lightweight Node.js framework for building reactive, data-driven web apps with minimal effort.","archived":false,"fork":false,"pushed_at":"2024-12-27T07:23:03.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T06:32:28.334Z","etag":null,"topics":["javascript","steamlit","streamlit","streamlit-alternative"],"latest_commit_sha":null,"homepage":"https://sh20raj.github.io/steamlit/","language":"JavaScript","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/SH20RAJ.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":"2024-11-30T05:43:18.000Z","updated_at":"2024-12-29T02:36:19.000Z","dependencies_parsed_at":"2024-12-01T07:33:01.881Z","dependency_job_id":null,"html_url":"https://github.com/SH20RAJ/steamlit","commit_stats":null,"previous_names":["sh20raj/steamlit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2Fsteamlit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2Fsteamlit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2Fsteamlit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SH20RAJ%2Fsteamlit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SH20RAJ","download_url":"https://codeload.github.com/SH20RAJ/steamlit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174467,"owners_count":20896078,"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":["javascript","steamlit","streamlit","streamlit-alternative"],"created_at":"2024-12-17T15:13:29.713Z","updated_at":"2026-04-29T17:32:13.134Z","avatar_url":"https://github.com/SH20RAJ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steamlit 🚀  \nA lightweight Node.js framework for building reactive, data-driven web apps with minimal effort.\n\n---\n\n## Features ✨  \n- **Reactive Components**: Build dynamic UIs with auto-updates.  \n- **Easy API**: Simple functions to create interactive widgets like buttons, sliders, and charts.  \n- **Data Visualization**: Built-in support for rendering graphs and charts.  \n- **Fast Setup**: Spin up your app instantly with minimal configuration.  \n- **Customizable**: Extend functionality with your favorite Node.js libraries.  \n\n---\n\n## Getting Started 🛠️  \n\n### Installation  \n```bash\nnpm install steamlit\n```\n\n### Example App  \nHere’s a quick example to get started:  \n```javascript\nconst { App, Button, Chart } = require('steamlit');\n\nconst app = new App();\n\napp.page(\"Dashboard\", () =\u003e {\n    const data = [10, 20, 30, 40, 50];\n    app.add(Chart(\"Line\", { data }));\n\n    app.add(Button(\"Click Me\", () =\u003e {\n        console.log(\"Hello from Steamlit!\");\n    }));\n});\n\napp.run();\n```\n\nRun the app:  \n```bash\nnode app.js\n```\n\nOpen your browser at `http://localhost:3000` to view your app.\n\n---\n\n## Documentation 📚  \nCheck out the [Documentation](#) for detailed usage instructions and advanced features.\n\n---\n\n## Contributing 🤝  \nWe welcome contributions!  \n1. Fork the repository.  \n2. Create a new branch for your feature/bugfix.  \n3. Submit a pull request.\n\n---\n\n## License 📜  \nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh20raj%2Fsteamlit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh20raj%2Fsteamlit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh20raj%2Fsteamlit/lists"}