{"id":13550499,"url":"https://github.com/VeryGoodOpenSource/dart_frog","last_synced_at":"2025-04-03T00:34:03.522Z","repository":{"id":37066491,"uuid":"487699415","full_name":"VeryGoodOpenSource/dart_frog","owner":"VeryGoodOpenSource","description":"A fast, minimalistic backend framework for Dart 🎯","archived":false,"fork":false,"pushed_at":"2024-12-23T21:14:21.000Z","size":12897,"stargazers_count":1891,"open_issues_count":95,"forks_count":152,"subscribers_count":28,"default_branch":"main","last_synced_at":"2024-12-24T22:33:11.239Z","etag":null,"topics":["backend","backend-framework","backend-server","dart","dart-frog","dart-library","hot-reload","server"],"latest_commit_sha":null,"homepage":"https://dartfrog.vgv.dev","language":"Dart","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/VeryGoodOpenSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-02T02:55:21.000Z","updated_at":"2024-12-24T19:47:23.000Z","dependencies_parsed_at":"2024-02-22T14:51:18.829Z","dependency_job_id":"e61b5f1f-51ff-4c75-b9b2-3a2909e28014","html_url":"https://github.com/VeryGoodOpenSource/dart_frog","commit_stats":{"total_commits":1012,"total_committers":42,"mean_commits":"24.095238095238095","dds":0.6215415019762847,"last_synced_commit":"b7ec36b35b3b00ea3659e2f82a21f12d0ae321da"},"previous_names":[],"tags_count":121,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fdart_frog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fdart_frog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fdart_frog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fdart_frog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VeryGoodOpenSource","download_url":"https://codeload.github.com/VeryGoodOpenSource/dart_frog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905869,"owners_count":20852820,"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":["backend","backend-framework","backend-server","dart","dart-frog","dart-library","hot-reload","server"],"created_at":"2024-08-01T12:01:34.048Z","updated_at":"2025-04-03T00:34:03.473Z","avatar_url":"https://github.com/VeryGoodOpenSource.png","language":"Dart","readme":"[![Dart Frog Logo][logo_white]][dart_frog_link_dark]\n[![Dart Frog Logo][logo_black]][dart_frog_link_light]\n\n[![ci][ci_badge]][ci_link]\n[![coverage][coverage_badge]][ci_link]\n[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]\n[![License: MIT][license_badge]][license_link]\n[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)\n\nA fast, minimalistic backend framework for Dart 🎯\n\nDeveloped with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄\n\n## Documentation 📝\n\nFor official documentation, please visit https://dartfrog.vgv.dev.\n\n## Packages 📦\n\n| Package                                                                                                         | Pub                                                                                                                    |\n| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |\n| [dart_frog](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog)                       | [![pub package](https://img.shields.io/pub/v/dart_frog.svg)](https://pub.dev/packages/dart_frog)                       |\n| [dart_frog_gen](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_gen)               | [![pub package](https://img.shields.io/pub/v/dart_frog_gen.svg)](https://pub.dev/packages/dart_frog_gen)               |\n| [dart_frog_cli](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_cli)               | [![pub package](https://img.shields.io/pub/v/dart_frog_cli.svg)](https://pub.dev/packages/dart_frog_cli)               |\n| [dart_frog_web_socket](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_web_socket) | [![pub package](https://img.shields.io/pub/v/dart_frog_web_socket.svg)](https://pub.dev/packages/dart_frog_web_socket) |\n| [dart_frog_auth](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_auth)             | [![pub package](https://img.shields.io/pub/v/dart_frog_auth.svg)](https://pub.dev/packages/dart_frog_auth)             |\n\n\n## Quick Start 🚀\n\n### Prerequisites 📝\n\nIn order to use Dart Frog you must have the [Dart SDK][dart_installation_link] installed on your machine.\n\n### Installing 🧑‍💻\n\n```sh\n# 📦 Install the dart_frog cli from pub.dev\ndart pub global activate dart_frog_cli\n```\n\n### Creating a Project ✨\n\nUse the `dart_frog create` command to create a new project.\n\n```sh\n# 🚀 Create a new project called \"my_project\"\ndart_frog create my_project\n```\n\n### Start the Dev Server 🏁\n\nNext, open the newly created project and start the dev server via:\n\n```sh\n# 🏁 Start the dev server\ndart_frog dev\n```\n\n💡 **Tip**: By default port `8080` is used. A custom port can be used via the `--port` option.\n\n### Create a Production Build 📦\n\nCreate a production build which includes a `DockerFile` so that you can deploy anywhere:\n\n```sh\n# 📦 Create a production build\ndart_frog build\n```\n\n### Create New Routes and Middleware 🛣️\n\nTo add new routes and middleware to your project, use the `dart_frog new` command.\n\n```sh\n# 🛣️ Create a new route \"/hello/world\"\ndart_frog new route \"/hello/world\"\n\n# 🛣️ Create a new middleware for the route \"/hello/world\"\ndart_frog new middleware \"/hello/world\"\n```\n\n## Goals 🎯\n\nDart Frog is built on top of [shelf](https://pub.dev/packages/shelf) and [mason](https://pub.dev/packages/mason) and is inspired by many tools including [remix.run](https://remix.run), [next.js](https://nextjs.org), and [express.js](https://expressjs.com).\n\nThe goal of Dart Frog is to help developers effectively build backends in Dart. Currently, Dart Frog is focused on optimizing the process of building backends which aggregate, compose, and normalize data from multiple sources.\n\nDart Frog provides a simple core with a small API surface area in order to reduce the learning curve and ramp-up time for developers. In addition, Dart Frog is intended to help Flutter/Dart developers maximize their productivity by having a unified tech stack that enables sharing tooling, models, and more!\n\n## Extensions 💻\n\n- [VS Code](https://marketplace.visualstudio.com/items?itemName=VeryGoodVentures.dart-frog): extends VS Code with support for Dart Frog and provides tools for effectively managing Dart Frog projects within VS Code.\n\n[dart_installation_link]: https://dart.dev/get-dart\n[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml/badge.svg\n[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml\n[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg\n[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only\n[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only\n[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only\n[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg\n[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis\n[very_good_ventures_link]: https://verygood.ventures\n","funding_links":[],"categories":["Dart","Server Frameworks"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVeryGoodOpenSource%2Fdart_frog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVeryGoodOpenSource%2Fdart_frog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVeryGoodOpenSource%2Fdart_frog/lists"}