{"id":34042456,"url":"https://github.com/kaedroho/django-bridge","last_synced_at":"2026-04-02T11:22:19.747Z","repository":{"id":145901832,"uuid":"541135412","full_name":"kaedroho/django-bridge","owner":"kaedroho","description":"Build fast, user-friendly applications with Django and React or Vue","archived":false,"fork":false,"pushed_at":"2026-03-16T23:31:20.000Z","size":4405,"stargazers_count":272,"open_issues_count":11,"forks_count":15,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-17T09:45:51.085Z","etag":null,"topics":["django","react"],"latest_commit_sha":null,"homepage":"https://django-bridge.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaedroho.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-25T10:33:40.000Z","updated_at":"2026-03-16T23:31:23.000Z","dependencies_parsed_at":"2023-12-27T21:47:19.848Z","dependency_job_id":"25de02e7-1d6c-4b01-9cdb-e2beb2dfc9d1","html_url":"https://github.com/kaedroho/django-bridge","commit_stats":{"total_commits":381,"total_committers":5,"mean_commits":76.2,"dds":0.03149606299212604,"last_synced_commit":"c71959e813e5505e2b8c81a79c69210d242a3f1e"},"previous_names":["kaedroho/djream","kaedroho/django-react-appshell","kaedroho/meze","kaedroho/django-render","django-bridge/django-bridge","kaedroho/django-bridge"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/kaedroho/django-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaedroho%2Fdjango-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaedroho%2Fdjango-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaedroho%2Fdjango-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaedroho%2Fdjango-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaedroho","download_url":"https://codeload.github.com/kaedroho/django-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaedroho%2Fdjango-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","react"],"created_at":"2025-12-13T22:30:19.451Z","updated_at":"2026-04-02T11:22:19.742Z","avatar_url":"https://github.com/kaedroho.png","language":"TypeScript","funding_links":[],"categories":["Third-Party Packages"],"sub_categories":["Full-stack frameworks"],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"website/static/img/django-bridge-text-black.svg\"\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"website/static/img/django-bridge-text.svg\"\u003e\n        \u003cimg width=\"350\" src=\"website/static/img/django-bridge-text-black.svg\" alt=\"Django Bridge\"\u003e\n    \u003c/picture\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://github.com/django-bridge/django-bridge/actions\"\u003e\n        \u003cimg src=\"https://github.com/django-bridge/django-bridge/workflows/Django%20Bridge%20CI/badge.svg\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/BSD-3-Clause\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-BSD-blue.svg\" alt=\"License\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.python.org/pypi/django-bridge/\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/django-bridge.svg\" alt=\"Version\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://django-bridge.org/docs/introduction/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Documentation-blue\" alt=\"Documentation\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nWith Django Bridge, you can create fast, user-friendly single-page-applications and use all components available in the React and Vue ecosystems while keeping all application logic in Django.\n\nDjango Bridge applications use Django's built-in URL routing and views, allowing you to build your backend like a regular Django app and render the frontend with React or Vue components instead of Django templates.\n\nThe package contains a Django middleware and a small (11KB) frontend library that handles the data fetching and adapting Python objects into JavaScript.\n\nFind out more in our [Introduction](https://django-bridge.org/docs/introduction)\n\n## Key Features\n\n - Quickly build React or Vue applications with all the app logic in Django views, no APIs required!\n - Deeply integrated with Django. Supports Django forms, messages, and authentication\n - Open URLs in overlays to build modal interfaces\n - Use whatever UI component library/css framework you like\n - Supports Storybook and Vite hot module reloading\n - Available for both React (`@django-bridge/react`) and Vue 3 (`@django-bridge/vue`)\n\n## Demo project\n\nHave a look at our demo project to see Django Bridge in action!\n\nLive Demo: [demo.django-bridge.org](https://demo.django-bridge.org)\nSource code: [github.com/django-bridge/django-react-cms](https://github.com/django-bridge/django-react-cms)\n\n## Support\n\nFor support, please reach out to us on [GitHub discussions](https://github.com/django-bridge/django-bridge/discussions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaedroho%2Fdjango-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaedroho%2Fdjango-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaedroho%2Fdjango-bridge/lists"}