{"id":51180218,"url":"https://github.com/frappe/studio","last_synced_at":"2026-06-27T06:31:43.165Z","repository":{"id":285952824,"uuid":"840202855","full_name":"frappe/studio","owner":"frappe","description":"Visual App Builder for the Frappe Framework","archived":false,"fork":false,"pushed_at":"2026-06-24T13:05:56.000Z","size":8183,"stargazers_count":256,"open_issues_count":21,"forks_count":88,"subscribers_count":22,"default_branch":"develop","last_synced_at":"2026-06-24T15:05:28.851Z","etag":null,"topics":["app-builder","erpnext","frappe","frappe-framework","frappe-ui","javascript","low-code","open-source","python","typescript","vue"],"latest_commit_sha":null,"homepage":"","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/frappe.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":"agents.md","dco":null,"cla":null}},"created_at":"2024-08-09T07:28:44.000Z","updated_at":"2026-06-24T13:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe1967ca-4233-4330-9f8a-eaf082a012b0","html_url":"https://github.com/frappe/studio","commit_stats":null,"previous_names":["frappe/studio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frappe/studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frappe%2Fstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frappe%2Fstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frappe%2Fstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frappe%2Fstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frappe","download_url":"https://codeload.github.com/frappe/studio/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frappe%2Fstudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34844344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"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":["app-builder","erpnext","frappe","frappe-framework","frappe-ui","javascript","low-code","open-source","python","typescript","vue"],"created_at":"2026-06-27T06:31:42.516Z","updated_at":"2026-06-27T06:31:43.160Z","avatar_url":"https://github.com/frappe.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://github.com/user-attachments/assets/5f1cd3ee-9985-4385-8ac1-a984f1e66979\" height=\"80\" lt=\"Frappe Studio Logo\"\u003e\n\n\u003ch1\u003eFrappe Studio\u003c/h1\u003e\n\n**Visual App Builder for the Frappe Framework**\n\n\u003cdiv\u003e\n    \u003cpicture\u003e\n        \u003cimg width=\"1402\" alt=\"Frappe Studio Screenshot\" src=\"https://github.com/user-attachments/assets/2177dba2-2d4d-4c4b-95bd-bdd6c875278e\"\u003e\n    \u003c/picture\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n⚠️ **WARNING**: This project is in a very early development stage. Expect breaking changes, incomplete features, and bugs. Not recommended for production use yet.\n\nWatch a demo [here](https://www.youtube.com/live/BMjG0Dn39DM?si=jmaeUWtfYy4TS3ap\u0026t=15360)\n\n### Vision\n\nFrappe Studio aims to improve how developers build applications with the Frappe Framework.\n\n### Current Features\n\n- Drag \u0026 drop layout builder with frappe-ui components\n- Wire Frappe Framework data sources in the app using minimum configurations\n- Edit props and slots for any component with the powerful editor\n- Faster layout creation with form and CRUD utilities\n- Build reactive apps with dynamic variables, scripts \u0026 watcher support\n\n### Under the Hood\n\n- [Frappe Framework](https://github.com/frappe/frappe): A full-stack web application framework.\n- [Frappe UI](https://github.com/frappe/frappe-ui): A Vue-based UI library, to provide a modern user interface.\n\n\n## Installation\n\n### Local Setup\n\n1. [Setup Bench](https://docs.frappe.io/framework/user/en/installation).\n1. In the frappe-bench directory, run `bench start` and keep it running.\n1. Open a new terminal session and cd into `frappe-bench` directory and run following commands:\n```bash\nbench get-app studio\nbench new-site studio.localhost --install-app studio\nbench browse studio.localhost --user Administrator\n```\n1. Access the studio page at `studio.localhost:8000/studio` in your web browser.\n\n**For Frontend Development**\n1. Open a new terminal session and run the following commands:\n```bash\ncd frappe-bench/apps/studio\nyarn install\nyarn dev --host\n```\n1. Now, you can access the site on vite dev server at `http://studio.localhost:8080`\n\n**Note:** You'll find all the code related to Studio's frontend inside `frappe-bench/apps/studio/frontend`\n\n\u003ch2\u003e\u003c/h2\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\t\u003ca href=\"https://frappe.io\" target=\"_blank\"\u003e\n\t\t\u003cpicture\u003e\n\t\t\t\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://frappe.io/files/Frappe-white.png\"\u003e\n\t\t\t\u003cimg src=\"https://frappe.io/files/Frappe-black.png\" alt=\"Frappe Technologies\" height=\"28\"/\u003e\n\t\t\u003c/picture\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrappe%2Fstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrappe%2Fstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrappe%2Fstudio/lists"}