For developers, by developers
A production-ready Starter Kit that accelerates website development on the Umbraco platform. Enterprise-grade architecture, performance, SEO, and security — out of the box.
git clone https://github.com/T4VN/uTPro.git
cd uTPro
# Configure database in appsettings.json
dotnet run --project Project/uTPro.Project.Web/uTPro.Project.Web.csproj
# Open /umbraco and complete the Umbraco installation
# Import data via uSync in backoffice📖 Full guide: docs.utpro.dev/2-Setup/
| Feature | |
|---|---|
| 🏗️ | Modular .NET architecture (Common / Extension / Foundation / Feature / Project) |
| ⚡ | Output Cache, WebOptimizer, WebMarkupMin, Brotli/GZip |
| 🔍 | Open Graph, JSON-LD, hreflang, canonical, sitemap.xml, robots.txt |
| 🔒 | Security headers, HSTS, request limits, Data Protection key rotation |
| 🌐 | Multilingual with cookie-based language memory |
| 🧩 | Block Grid with live preview, reusable Top/Bottom components |
| 📊 | Backoffice dashboard, URL Viewer, SEO Audit, File Manager, Job Monitor |
Full documentation at docs.utpro.dev
| Topic | Link |
|---|---|
| Getting Started | docs.utpro.dev/getting-started/ |
| Setup | docs.utpro.dev/2-Setup/ |
| Project Structure | docs.utpro.dev/3-Project-Structure/ |
| Configurations | docs.utpro.dev/4-Configurations/ |
| Developer Reference | docs.utpro.dev/9-Developer-Reference/ |
Free and open source — customize, extend, and innovate without limits.


