Skip to content
View Shewart's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Shewart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Shewart/README.md
 ███████╗██╗  ██╗███████╗██╗    ██╗ █████╗ ██████╗ ████████╗
 ██╔════╝██║  ██║██╔════╝██║    ██║██╔══██╗██╔══██╗╚══██╔══╝
 ███████╗███████║█████╗  ██║ █╗ ██║███████║██████╔╝   ██║   
 ╚════██║██╔══██║██╔══╝  ██║███╗██║██╔══██║██╔══██╗   ██║   
 ███████║██║  ██║███████╗╚███╔███╔╝██║  ██║██║  ██║   ██║   
 ╚══════╝╚═╝  ╚═╝╚══════╝ ╚══╝╚══╝ ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   

Software Engineer · C#/.NET · Blazor · React · Open Source

Website X Bluesky Email


Building tools I wish existed. Shipping real software, not just tutorials.

const shewart = {
    focus: ["Blazor Component Libraries", "Clean Architecture", "Developer Tooling"],
    stack: ["C#", ".NET", "Blazor", "TypeScript", "React", "Next.js", "Tailwind CSS"],
    currently: "Building ShellUI — shadcn/ui for Blazor",
    philosophy: "Copy, don't install. Own your components."
};

Open Source Projects

🐚 ShellUI

CLI-first Blazor component library inspired by shadcn/ui

Stars NuGet License

80 components · Tailwind v4 · No Node.js required

dotnet tool install -g ShellUI.CLI
shellui init
shellui add button card dialog

Own your components. Copy to your codebase, customize everything. CLI + NuGet hybrid workflow.


Documentation site for ShellUI — live at shellui.dev

Stars Website

Fumadocs · MDX · TypeScript · Vercel

Comprehensive docs with component previews, installation guides, and theming reference. Built with Fumadocs.


Production-ready .NET backend starter with Clean Architecture, Minimal APIs & multi-database support

Stars Forks Release

Clean Architecture · MongoDB + PostgreSQL · FluentValidation · Swagger · dotnet new template

dotnet new install Shewart.DotnetBackendTemplate
dotnet new dotnet-backend -n MyApi
dotnet run --project MyApi.Api

Zero to production-ready API in minutes. Generic CRUD, input validation, multi-database — just add your entities.


Tech Stack


Stats


contribution snake

Dev Joke

always building, always shipping.

If it's not open source, does it even exist?

Pinned Loading

  1. shellui-dev/shellui shellui-dev/shellui Public

    CLI-first Blazor component library inspired by shadcn/ui

    HTML 4

  2. dotnet-backend-template dotnet-backend-template Public template

    the full starter kit for a dotnet project backend implemented using clean architecture

    C# 1 1