{"id":18761639,"url":"https://github.com/reflex-dev/reflex-web","last_synced_at":"2025-04-08T09:13:16.519Z","repository":{"id":90449534,"uuid":"577975610","full_name":"reflex-dev/reflex-web","owner":"reflex-dev","description":"A public repo of the reflex.dev website.","archived":false,"fork":false,"pushed_at":"2024-10-30T03:17:05.000Z","size":114546,"stargazers_count":193,"open_issues_count":35,"forks_count":172,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-10-30T06:16:40.244Z","etag":null,"topics":["python","webdevelopment"],"latest_commit_sha":null,"homepage":"https://reflex.dev","language":"Python","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/reflex-dev.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-12-14T00:42:00.000Z","updated_at":"2024-10-30T05:36:54.000Z","dependencies_parsed_at":"2024-02-12T19:53:10.304Z","dependency_job_id":"de862672-3c0c-4b7f-a883-b6af9a0fd257","html_url":"https://github.com/reflex-dev/reflex-web","commit_stats":null,"previous_names":["reflex-dev/reflex-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reflex-dev","download_url":"https://codeload.github.com/reflex-dev/reflex-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"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":["python","webdevelopment"],"created_at":"2024-11-07T18:17:04.551Z","updated_at":"2025-04-08T09:13:16.494Z","avatar_url":"https://github.com/reflex-dev.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/reflex_dark.svg#gh-light-mode-only\" alt=\"Reflex Logo\" width=\"300px\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/reflex_light.svg#gh-dark-mode-only\" alt=\"Reflex Logo\" width=\"300px\"\u003e\n\n\u003chr\u003e\n\n### **✨ The open-source framework to build and deploy web apps - no Javascript required. ✨**\n[![PyPI version](https://badge.fury.io/py/reflex.svg)](https://badge.fury.io/py/reflex)\n![tests](https://github.com/pynecone-io/pynecone/actions/workflows/integration.yml/badge.svg)\n![versions](https://img.shields.io/pypi/pyversions/reflex.svg)\n[![Documentation](https://img.shields.io/badge/Documentation%20-Introduction%20-%20%23007ec6)](https://reflex.dev/docs/getting-started/introduction/)\n[![Discord](https://img.shields.io/discord/1029853095527727165?color=%237289da\u0026label=Discord)](https://discord.gg/T5WSbC2YtQ)\n\u003c/div\u003e\n\n![Screenshot 2024-09-25-13 24 35](https://github.com/user-attachments/assets/4e18e223-6757-4345-bdce-f655dc264996)\n\n# Overview\n\nWelcome to the repository for the Reflex website!\n\nOur website is built using our own framework: [Reflex](https://reflex.dev/).\n\nReflex is the open-source framework empowering Python developers to build web apps faster.\nBuild both your frontend and backend in a single language, Python (pip install reflex), with no JavaScript or web development experience required.\n\n## Requirements\n\nWe recommend using a virtual environment with Python 3.10 or higher to run this project.\n\n## Setup Locally\n\n1. Fork this repository by clicking on the `Fork` button on the top right.\n2. Clone the forked repository to your local machine.\n3. Navigate to the project directory.\n4. Create a virtual environment.\n\n    ```bash\n    python3 -m venv .venv\n    ```\n\n5. Activate the virtual environment.\n\n    ```bash\n    source .venv/bin/activate\n    ```\n\n6. Install the dependencies.\n\n    ```bash\n    python -m pip install -r requirements.txt\n    ```\n\n7. Run the project.\n\n    ```bash\n    reflex run\n    ```\n\n    *Open the browser and go to `http://localhost:3000/` to see the website.*\n\n## Contributing\n\nWe welcome contributions of any size!\nFeel free to open issues, especially for sections of the documentation that you find confusing or need clarification.\n\nBelow are some good ways to get started in the Reflex community.\n\n - **Join our Discord**: Our [Discord](https://discord.gg/T5WSbC2YtQ) is the best place to get help on your Reflex project and to discuss how you can contribute.\n - **Join our Discourse**: Our [forum](https://forum.reflex.dev/) is a great way to talk about features you want added or things that are confusing/need clarification.\n - **GitHub Issues**: [Issues](https://github.com/reflex-dev/reflex/issues) are an excellent way to report bugs. Additionally, you can try and solve an existing issue and submit a PR.\n\nWe are actively looking for contributors, no matter your skill level or experience. To contribute check out [CONTRIBUTING.md](https://github.com/reflex-dev/reflex/blob/main/CONTRIBUTING.md)\n\n## License\n\nReflex is open-source and licensed under the [Apache License 2.0](LICENSE).\n","funding_links":[],"categories":["🛠️ Example Apps and Templates"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflex-dev%2Freflex-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflex-dev%2Freflex-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflex-dev%2Freflex-web/lists"}