{"id":15890322,"url":"https://github.com/swlkr/ryde","last_synced_at":"2025-04-05T04:14:20.139Z","repository":{"id":225218134,"uuid":"759586124","full_name":"swlkr/ryde","owner":"swlkr","description":"ryde is a single person, single file hypermedia web framework for rust","archived":false,"fork":false,"pushed_at":"2024-05-21T21:01:23.000Z","size":232,"stargazers_count":177,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T20:09:45.272Z","etag":null,"topics":["axum","css","html","hypermedia","rust","ryde","single-file","single-person","sqlite","web","web-development","webdev","webdevelopment"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":false,"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/swlkr.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}},"created_at":"2024-02-18T23:43:59.000Z","updated_at":"2024-05-28T23:46:39.484Z","dependencies_parsed_at":"2024-05-18T18:22:08.481Z","dependency_job_id":"07ab74f0-2dd0-4b2e-9874-354df61e4caa","html_url":"https://github.com/swlkr/ryde","commit_stats":null,"previous_names":["swlkr/ryde"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fryde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fryde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fryde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fryde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/ryde/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284953,"owners_count":20913704,"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":["axum","css","html","hypermedia","rust","ryde","single-file","single-person","sqlite","web","web-development","webdev","webdevelopment"],"created_at":"2024-10-06T07:05:11.468Z","updated_at":"2025-04-05T04:14:20.121Z","avatar_url":"https://github.com/swlkr.png","language":"Rust","readme":"# ryde\n\nryde is a single person web framework for rust\n\n# Install\n\n```sh\ncargo add --git https://github.com/swlkr/ryde\n```\n\n# Quickstart\n\n```rust\nuse ryde::*;\n\n#[router]\nfn router() -\u003e Router {\n    Router::new().route(\"/\", get(get_slash))\n}\n\n#[main]\nasync fn main() {\n    serve(\"::1:9001\", router()).await\n}\n\nasync fn get_slash() -\u003e Html {\n    html! {\n        \u003c!DOCTYPE html\u003e\n        \u003chtml\u003e\n            \u003chead\u003e\n                \u003ctitle\u003eryde with rust\u003c/title\u003e\n            \u003c/head\u003e\n            \u003cbody\u003e\n                \u003cdiv\u003eyou are here {url!(get_slash)}\u003c/div\u003e\n            \u003c/body\u003e\n        \u003c/html\u003e\n    }\n}\n```\n\n# More examples\n\nClone the repo and check out the rest of examples!\n\n# Why\n\nThe goal of ryde is to destroy all boilerplate. Every keystroke you write should mean something. This goal is achieved through pervasive use of the science of macro-ology to define a web development DSL on top of axum, tokio and sqlite.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fryde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Fryde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fryde/lists"}