Stay in your ecosystem.
Write C# with familiar .NET build tools. Keep your editor, your language, and your flow.
dotnet buildSERVERLESS HOSTING FOR .NET
Serverless hosting for C# and .NET APIs. Deploy your app and pay only for CPU execution. Idle time between requests and during await is free.
Effortless hosting for people who have plans after work.
Cold start. Already ready.
LESS INFRASTRUCTURE
Build your API. Connect your database. Let Isoplane handle the hosting, so your next deployment doesn’t become an infrastructure project.
BUILT FOR .NET
A lightweight SDK for async .NET APIs. Familiar build tools, ordinary async / await, and a small API surface that stays out of your way.
public async Task<Response> HandleAsync(
Request request, Ctx context)
{
var value = await context.Cache.GetAsync(
request.Path);
return value is null
? Response.Text("Not found", 404)
: Response.Text(
Encoding.UTF8.GetString(value));
}Write C# with familiar .NET build tools. Keep your editor, your language, and your flow.
dotnet buildAn ecosystem-native build and deploy experience, with fewer steps between your code and a running API.
isoplane deployRun your API on Isoplane and keep your application’s state in an external database. Connect with familiar async .NET libraries.
Already using ASP.NET or Entity Framework? We plan to support both at launch to make porting your existing applications easier, along with dynamic LINQ queries, reflection, and runtime code generation.
Durable instances. Stateful .NET instances that keep their state between requests, sleep when idle, and pick up where they left off.
PRICING THAT MAKES SENSE
Pay for the CPU time your code uses, measured to the millisecond—not the wall-clock duration of a request.
Billed for 5ms of CPU.
We’ll release our full pricing details when we enter public preview. If you’d like to make a true dollar-for-dollar comparison today, please request to join our private preview and we’d be happy to discuss pricing with you.
Help shape Isoplane in private previewEXPLORE .NET HOSTING
Compare hosting approaches, understand CPU billing, and see where Isoplane fits.
Explore the options for C# APIs and how Isoplane’s hosting model compares.
Compare approachesCompare the current ASP.NET Core deployment route with Isoplane’s direction.
Explore .NET deploymentRead about launch compatibility and what to discuss for private preview.
See application fitREQUEST PRIVATE PREVIEW ACCESS
Building with .NET? We’d like to hear about it. Tell us a little about yourself and what you want to run on Isoplane.
We’re starting with async .NET APIs. Your use case will help shape what comes next.
isoplane.devStart with your name and email to request early access.