{"id":20566319,"url":"https://github.com/trimorphdev/fore","last_synced_at":"2026-04-22T04:06:23.858Z","repository":{"id":143750804,"uuid":"494626660","full_name":"trimorphdev/fore","owner":"trimorphdev","description":"A full stack web framework for Rust","archived":false,"fork":false,"pushed_at":"2022-05-22T14:10:11.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T04:08:48.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/trimorphdev.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-05-20T22:55:51.000Z","updated_at":"2022-05-21T01:52:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"18e873e9-4abf-4ff5-b8e6-985369078c79","html_url":"https://github.com/trimorphdev/fore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trimorphdev/fore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimorphdev%2Ffore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimorphdev%2Ffore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimorphdev%2Ffore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimorphdev%2Ffore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trimorphdev","download_url":"https://codeload.github.com/trimorphdev/fore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trimorphdev%2Ffore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":[],"created_at":"2024-11-16T04:41:05.810Z","updated_at":"2026-04-22T04:06:23.833Z","avatar_url":"https://github.com/trimorphdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fore\n*A full stack web framework for Rust.*\n\n## Features\n- **Server-side rendering**: for improved loading speeds and better SEO.\n- **Component based**: modular components makes designing web pages easier.\n- **RSX** _**(Requires Nightly)**_: use inline HTML as Fore components in Rust.  Made extremely fast with the use of Rust's procedural macro system.\n\n## Example\n```rust\nuse fore::prelude::*;\n\nfn main() {\n    println!(\"{}\", rsx! {\n        \u003cDiv\u003e\n            Hello, world!\n        \u003c/Div\u003e\n    }.render()); // =\u003e \u003cdiv\u003eHello, world!\u003c/div\u003e\n}\n```\n\n## Contributing\nUse the right [Gitmoji](https://gitmoji.dev) for your commits.  Please [create an issue](https://github.com/trimorphdev/fore/issues/new) if you have any questions, thanks for contributing! :heart:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrimorphdev%2Ffore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrimorphdev%2Ffore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrimorphdev%2Ffore/lists"}