dotnetcore/wtm

Use WTM to write .netcore app fast !!!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 16th, 2026
Created on May 24th, 2018
Open Issues & Pull Requests: 109 (+0)
GitHub issues: Enabled
Number of forks: 896
Total Stargazers: 4,350 (+0)
Total Subscribers: 169 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.9 days
Mean response time: 109.8 days
90th percentile: 186.8 days
Tracked items: 10

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 16
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 531 days
Stale 30+ days: 16
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (14)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

WTM is a rapid application development framework for building .NET Core applications with integrated frontend and backend scaffolding.

The framework addresses the challenge of accelerating .NET Core development by providing code generation and scaffolding capabilities that reduce boilerplate work. It generates both backend logic and frontend components automatically, allowing developers to define data models once and have corresponding UI and API layers created. The approach combines a code-first methodology with support for multiple frontend frameworks, enabling teams to maintain consistency across the full stack while minimizing manual coding.

WTM suits teams building line-of-business applications and CRUD-heavy systems where rapid iteration matters more than highly customized interfaces. It works best for projects using ASP.NET Core with MVC or MVVM patterns, and it supports multiple frontend options including Vue, React, Element UI, and Layui variants. Organizations already committed to the .NET ecosystem and comfortable with generated code will find the most value, particularly those building internal tools or administrative interfaces where the framework's conventions align with project needs.

The project maintains steady activity with regular commits addressing bug fixes and feature refinements. Development focuses on improving code generation accuracy and expanding frontend framework support. The maintainers actively respond to issues and incorporate user feedback into releases. The framework receives ongoing updates to keep pace with .NET Core evolution and frontend library changes.