https://github.com/phrkdll/weavly
Modular API starter kit for modern applications.
https://github.com/phrkdll/weavly
api bootstrapper cli dotnet microservice modular monolith web
Last synced: 3 months ago
JSON representation
Modular API starter kit for modern applications.
- Host: GitHub
- URL: https://github.com/phrkdll/weavly
- Owner: phrkdll
- License: mit
- Created: 2025-07-02T11:53:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T15:21:54.000Z (4 months ago)
- Last Synced: 2025-12-21T21:16:21.347Z (3 months ago)
- Topics: api, bootstrapper, cli, dotnet, microservice, modular, monolith, web
- Language: C#
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Weavly 🧶
**Weave your backend!**
_Modular API starter kit for modern applications._
Available via [NuGet](https://www.nuget.org/packages?q=Weavly&includeComputedFrameworks=false&prerel=true).
## 🚨 Caution
*The project is still at a very early stage. Some things may even be broken. Do not use in production!*
## 🚀 What is Weavly?
Weavly is a modular starter framework for ASP.NET Core projects.
It helps you to quickly **assemble**, **connect**, and **scale** your backend systems using an **event-driven architecture**.
Whether you’re building **microservices** or a **modular monolith** – Weavly’s plug-and-play modules have you covered.
## ✨ Key Features
- 🧩 Modular architecture (Core, Auth, Mail, Config, etc.)
- ⚡ Event-driven module communication
- 🚀 Fast project bootstrap
- 🛠️ Easy microservice & monolith integration
- 🔄 Flexible and scalable
## 📦 Available Modules
- Weavly.Core
- Weavly.Auth
- Weavly.Mail
- Weavly.Configuration
*(More to come…)*
## 🛠️ Getting Started
```shell
dotnet tool install -g weavly.cli
wv init
```