Skip to content

Foundry Overview

KungRaseri edited this page Mar 19, 2026 · 1 revision

RealmFoundry — Community Portal

Status: Early development Technology: .NET 10 / Blazor Server

Overview

RealmFoundry is a Blazor Server web app for community content submission and curation. It acts as the community-facing layer over ContentDbContext — players and contributors can submit new content (enemies, items, quests, etc.) which goes through a review and approval pipeline before being published to the live database.

Running

dotnet run --project RealmFoundry

Current State

Feature Status
Authentication ✅ Scaffolded
Submission forms ✅ Scaffolded
Review / approval workflow 🔲 Not Started
ContentDbContext publish pipeline 🔲 Not Started

Clone this wiki locally