See Postnomic in action
Two live reference apps render the same Krause Engineering demo blog through the Postnomic Client SDK — one built with ASP.NET Core Razor Pages, one with Blazor. Both are open source in postnomic-dotnet.
- ASP.NET Core demo: aspnetcore.demo.postnomic.com
- Blazor demo: blazor.demo.postnomic.com
What to try
- Browse the embedded blog — post lists, individual posts, tags, categories, and authors are all served from the Postnomic API through the SDK.
- Switch languages — use the EN / DE toggle in the navigation. It changes both the app's own chrome and the blog content: posts that have a German translation are shown in German, and the rest fall back to English.
- Compare the tiers — each demo exposes a blog per subscription tier (Free, Plus, Pro, Enterprise) so you can see branding and feature differences.
Both apps are thin — the blog UI comes entirely from the SDK NuGet packages, so what you see is what you get when you embed Postnomic in your own app.