# Postnomic > Postnomic is a developer-centric, headless blog backend for .NET: a hosted REST API plus open-source Client SDKs (NuGet) that developers embed into their own apps to render a fully-featured blog on their own domain. Postnomic is built on .NET 10 and .NET Aspire. It separates authoring from presentation: authors write and manage content in a hosted dashboard, while the public blog is served through the REST API and rendered inside the developer's own application. It is aimed at .NET developers and engineering teams who want a blog integrated into an existing ASP.NET Core or Blazor app rather than a separate, standalone CMS. Integration is via the open-source Client SDKs — `Postnomic.Client` (HTTP client), `Postnomic.Client.AspNetCore` (Razor Pages), and `Postnomic.Client.Blazor` (Blazor Server + WebAssembly), plus `Postnomic.Client.Abstractions`. The SDK authenticates to the API with an API key (`X-Api-Key` header); the dashboard uses Auth0 (JWT). The managed service is hosted on Azure Container Apps in the EU (GDPR). Features include multi-language posts (per-post translations with a per-blog default language, resolved via `?lang=` or the `Accept-Language` header), a full post lifecycle (draft, scheduled, published, archived), tags, categories, threaded comments with moderation, media storage, analytics, scheduling, cross-posting, and a help center. ## Product - [Postnomic home & overview](https://www.postnomic.com/): What Postnomic is, core features, and pricing. - [About Postnomic](https://www.postnomic.com/About): Background on the product and the team behind it. - [Dashboard app](https://web.postnomic.com): Where authors sign in to write and manage blog content. ## Documentation & Support - [Support & help center](https://www.postnomic.com/Support): Documentation, help articles, and getting-started guidance for integrating the SDKs and API. ## Pricing - [Pricing](https://www.postnomic.com/#pricing): Free, Plus, Pro, and Enterprise tiers. A Free tier is available; higher tiers raise quotas and add analytics, scheduling, MCP server access, priority support, and SLA. ## Contact - [Contact](https://www.postnomic.com/Contact): Get in touch with the Postnomic team.