{"id":24911601,"url":"https://github.com/rickthehat/datastarexamples","last_synced_at":"2026-02-24T10:04:31.220Z","repository":{"id":274569178,"uuid":"923339858","full_name":"RickTheHat/DatastarExamples","owner":"RickTheHat","description":"Built using ASP.NET Core \u0026 Datastar","archived":false,"fork":false,"pushed_at":"2026-01-22T05:55:16.000Z","size":3252,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-19T23:54:54.812Z","etag":null,"topics":["asp-net-core","asp-net-mvc","datastar","minimal-api","mvc","razor-pages"],"latest_commit_sha":null,"homepage":"https://datastar.rickgraner.com","language":"HTML","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/RickTheHat.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":"2025-01-28T03:54:43.000Z","updated_at":"2026-02-09T02:57:24.000Z","dependencies_parsed_at":"2025-09-21T22:56:26.179Z","dependency_job_id":"a7071fb9-8bde-470d-926f-aeb56307ddd8","html_url":"https://github.com/RickTheHat/DatastarExamples","commit_stats":null,"previous_names":["rickthehat/datastarexamples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RickTheHat/DatastarExamples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickTheHat%2FDatastarExamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickTheHat%2FDatastarExamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickTheHat%2FDatastarExamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickTheHat%2FDatastarExamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RickTheHat","download_url":"https://codeload.github.com/RickTheHat/DatastarExamples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RickTheHat%2FDatastarExamples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"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":["asp-net-core","asp-net-mvc","datastar","minimal-api","mvc","razor-pages"],"created_at":"2025-02-02T04:29:05.681Z","updated_at":"2026-02-24T10:04:31.213Z","avatar_url":"https://github.com/RickTheHat.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datastar Examples\n### Built using [Datastar](https://data-star.dev/) and [ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet)\n\n1. [MVC](https://learn.microsoft.com/en-us/aspnet/core/data/ef-mvc/intro?view=aspnetcore-9.0) \u003e *examples partially finished*\n2. [Razor Pages](https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-9.0\u0026tabs=visual-studio) \u003e *examples partially finished*\n3. [Minimal API](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/overview?view=aspnetcore-9.0) \u003e *examples partially finished*\n\n## MVC project [https://datastar.gridsixty.com](https://datastar.gridsixty.com)\n![Active Search Demo](datastar-examples.png)  \n\n## What is Datastar?\n\nDatastar is a lightweight hypermedia framework that brings reactive functionality to server-rendered applications.\n\nIt combines the best of both worlds:\n- The simplicity and reliability of server-side rendering\n- The dynamic, reactive user experience of a (SPA) Single Page Application w/o the need for JavaScript\n- Use JavaScript sparingly and only when you decide\n\n## Why Use Datastar?\n\n- **Minimal JavaScript**: Just include a single 14.5 KiB file - smaller than Alpine.js and Htmx combined\n- **HATEOAS Compliant**: The only JavaScript you need is the library itself \u003e no additional client-side code required\n- **Server Technology Agnostic**: Write your backend in any language\n- **Real-time Updates**: Utilizes server-sent events for fast, responsive experiences\n\n## Benefits\n\n- **Build Like a Pro, Code Like a Beginner**: Create sophisticated, reactive web applications without wrestling with complex state management or JavaScript frameworks\n- **Real-Time Magic**: Update multiple parts of your page instantly - imagine a chat application where messages, user lists, and notifications all update in real-time without writing a single line of JavaScript\n- **Your Server, Your Rules**: Keep all your business logic where it belongs - on the server. No more duplicating validation rules or business logic in JavaScript\n- **Learn Once, Build Anything**: If you can build a traditional web page, you can build reactive applications. No need to learn Redux, React, or complex state management patterns\n- **Instant Feedback**: Create responsive interfaces that feel like native apps - type in a search box and watch results filter instantly, all without complex client-side code\n- **Focus on Features, Not Plumbing**: Spend your time building features users love instead of managing state, writing JavaScript, or debugging client-server communication\n- **Say Goodbye to Full Page Refreshes**: The dreaded full page refresh is a thing of the past with Datastar - enjoy smooth, partial updates that keep your users in flow\n\n## Community\n\nJoin our growing community of developers:\n\n- **Discord**: Join our [Discord server](https://discord.gg/bnRNgZjgPh) to:\n  - Get help with your Datastar projects\n  - Share your experiences and learn from others\n  - Stay updated on the latest features and best practices\n  - Connect with fellow developers\n\n- **YouTube**: Subscribe to our [YouTube channel](https://www.youtube.com/@data-star) for:\n  - Tutorial videos\n  - Feature demonstrations\n  - Best practices\n  - Implementation examples\n\n- **GitHub**: Check out the Datastar [library source code](https://github.com/starfederation/datastar/tree/main/library) to:\n  - Explore the implementation\n  - Contribute to the project\n  - Report issues\n  - Star the repository","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickthehat%2Fdatastarexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickthehat%2Fdatastarexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickthehat%2Fdatastarexamples/lists"}