{"id":13399338,"url":"https://github.com/elringus/bootsharp","last_synced_at":"2026-04-26T08:01:32.687Z","repository":{"id":38339841,"uuid":"427463324","full_name":"elringus/bootsharp","owner":"elringus","description":"Use C# in web apps with comfort","archived":false,"fork":false,"pushed_at":"2026-04-22T15:12:51.000Z","size":6102,"stargazers_count":758,"open_issues_count":7,"forks_count":38,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-04-22T15:31:23.157Z","etag":null,"topics":["codegen","csharp","interop","js","node","ts","typescript","wasm"],"latest_commit_sha":null,"homepage":"https://bootsharp.com","language":"C#","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/elringus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"elringus"}},"created_at":"2021-11-12T18:43:18.000Z","updated_at":"2026-04-21T20:37:01.000Z","dependencies_parsed_at":"2024-01-25T22:29:24.459Z","dependency_job_id":"510665aa-c7e9-43ed-b7ca-2fa9c09337d2","html_url":"https://github.com/elringus/bootsharp","commit_stats":{"total_commits":138,"total_committers":8,"mean_commits":17.25,"dds":0.5217391304347826,"last_synced_commit":"867cfd8f8b640aeb4b18630f5c637a01c13c5284"},"previous_names":["elringus/bootsharp","elringus/dotnetjs"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/elringus/bootsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elringus%2Fbootsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elringus%2Fbootsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elringus%2Fbootsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elringus%2Fbootsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elringus","download_url":"https://codeload.github.com/elringus/bootsharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elringus%2Fbootsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32289926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T06:26:00.361Z","status":"ssl_error","status_checked_at":"2026-04-26T06:25:58.791Z","response_time":129,"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":["codegen","csharp","interop","js","node","ts","typescript","wasm"],"created_at":"2024-07-30T19:00:36.531Z","updated_at":"2026-04-26T08:01:27.676Z","avatar_url":"https://github.com/elringus.png","language":"C#","funding_links":["https://github.com/sponsors/elringus"],"categories":["C# #","C#"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://bootsharp.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg width=\"200\" src=\"https://raw.githubusercontent.com/elringus/bootsharp/main/docs/public/favicon.svg\" alt=\"Bootsharp\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.nuget.org/packages/Bootsharp\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/Bootsharp\" alt=\"nuget\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codefactor.io/repository/github/elringus/bootsharp/overview/main\"\u003e\u003cimg src=\"https://codefactor.io/repository/github/elringus/bootsharp/badge/main\" alt=\"codefactor\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/elringus/bootsharp\"\u003e\u003cimg src=\"https://codecov.io/gh/elringus/bootsharp/branch/main/graph/badge.svg?token=AAhei51ETt\" alt=\"codecov\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/elringus/bootsharp/actions/workflows/codeql.yml\"\u003e\u003cimg src=\"https://github.com/elringus/bootsharp/actions/workflows/codeql.yml/badge.svg\" alt=\"codeql\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n# Use C# in web apps with comfort\n\nBootsharp streamlines the integration of .NET C# apps and libraries into web projects. It's ideal for building applications where the domain (backend) is authored in .NET C#, while the UI (frontend) is a standalone TypeScript or JavaScript project. Think of it as [Embind](https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html) for C++ or [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) for Rust.\n\n![](https://raw.githubusercontent.com/elringus/bootsharp/main/docs/public/imgit/encoded/img-banner.png@dense.avif)\n\nFacilitating high-level interoperation between C# and TypeScript, Bootsharp lets you build the UI layer within its natural ecosystem using industry-standard tooling and frameworks, such as [React](https://react.dev) and [Svelte](https://svelte.dev). The project can then be published to the web or bundled as a native desktop or mobile application with [Electron](https://electronjs.org) or [Tauri](https://tauri.app).\n\n## Features\n\n✨ High-level C# \u003c-\u003e TypeScript interop\n\n📦 Embeds binaries to single-file ES module\n\n🗺️ Works in browsers and JS runtimes (Node, Deno, Bun)\n\n⚡ Generates bindings and types over C# interfaces\n\n🏷️ Supports interop over object instances\n\n🛠️ Allows customizing emitted bindings\n\n🔥 Supports multi-threading, NativeAOT-LLVM, trimming\n\n## 🎬 Get Started\n\nhttps://bootsharp.com/guide\n\n---\n\n\u003ca href=\"https://naninovel.com\"\u003e\n  \u003cp align=\"center\"\u003eBootsharp is used in \u003cstrong\u003eNaninovel: Visual Novel, Dialogue \u0026 Cutscene Storytelling Engine\u003c/strong\u003e. Check it out!\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\u003cimg alt=\"naninovel banner\" src=\"https://raw.githubusercontent.com/elringus/cdn/main/naninovel-banner-wide.png\"\u003e\u003c/p\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felringus%2Fbootsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felringus%2Fbootsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felringus%2Fbootsharp/lists"}