SaaSHub helps you find the best software and product alternatives Learn more →
Craftsman Alternatives
Similar projects and alternatives to craftsman
-
Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
eShopOnContainers
Discontinued Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
-
eShopOnWeb
Discontinued Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
-
-
CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9 (by ardalis)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
-
simple_aspnet_auth
Simple ASP.NET Authorisation boilerplate project. No EF, no database, no IdentityServer4 just a basic logging in system for both cookies and JWT and a controller with a set of examples.
-
-
PeakLimsApi
🧬 Source-available fair-code licensed LIMS. The laboratory software you'll enjoy using.
-
pluralsight-ddd-fundamentals
Sample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
-
-
-
-
Accio
Discontinued An opensource card browsing website built on ASP.NET Core for the Harry Potter TCG - http://www.accio.cards/ (by perezdev)
-
-
better-code-with-ddd
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
craftsman discussion
craftsman reviews and mentions
- Verticle Slice Architecture
-
Anyone have a link to a public repo of a full scale web project?
There’s some stuff I’d tweak on this project but it has some more advanced concepts you can check out. If you want to play around with something similar (several updates since this project) and get past the boilerplate you can check out this project.
-
I want to be angular/.net fullstack dev, beginner
If you’re having trouble getting started backend wise, I made a tool that can scaffold some boilerplate for you. You can also check out projects like Jason or ardalis’s clean architecture projects. Here’s one that’s a little dated but still good.
-
Embedded Developer transitioning to C#
If you’re interested, something like this is a more built out project I built a while back. It’s not done and I’d change several things looking back, but it gives you an idea. If you want to try something similar you can scaffold out an api with this tool, but there are other good projects you can reference as well!
-
Can anyone recommend good examples of REST API
If you’re interested, I made a tool that scaffolds out an API for you. Saves us a lot of time at work and sets up a lot of the boilerplate for you. You can also customize it for yourself with whatever changes you want.
-
Learning .NET core as a front-end developer
And here’s a project scaffolding tool
-
Just sharing a complex DDD based web api I made to dogfood my OSS
I’ve been building out an OSS tool that scaffolds web api boilerplate for about two years now and I’ve learned a lot throughout the process. I wanted to take an opportunity to really dog food a DDD like flow with it and came up with the sandbox project for an Accessioning model within a LIMS (essentially intake for lab orders) since I have some background there.
-
API’s in ASP.NET
Lots of resources out there. You can scaffold a vertically sliced ddd project with this tool. Here’s a slightly modded example from what it produces.
-
I got tired of all the boilerplate for my web apis, so I made a tool to scaffold it for me. Craftsman v0.16 is out with Pulumi scaffolding for a Keycloak Auth Server, DDD updates, and more.
About 2 years ago now, I decided to take my .NET template project a bit further and made a code scaffolding tool called Craftsman. The idea is that I can write a simple description of my project using yaml or json and get all the boilerplate set up for me so I could jump right into business logic. These files aren't a source of truth, just a description to get things started. It's getting closer to a stable v1, but it's not there yet.
-
What things to know before developing API for production using .NET?
I don’t think there’s one singular right way to make it good. Personally, I’ve found vertical slice architecture and DDD to encourage a very maintainable codebase. I have this project that I’ve been building and iterating on with what I’ve found works well for me.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 May 2025
Stats
pdevito3/craftsman is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of craftsman is C#.