frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: A .NET Web Framework on the Base .NET Core SDK

https://github.com/WispFramework/Wisp
2•utf_8x•1h ago
I’ve been experimenting with building a web framework directly on top of the base .NET runtime without using the ASP.NET Web SDK.

I'm calling it Wisp.

The main motivation was frustration with some aspects of ASP.NET, especially the requirement to target the Web SDK instead of the base .NET SDK. That makes embedding small HTTP apps inside existing applications harder than it should be since it forces you to pollute your scope with the Web SDK.

I also don't like CSHTML/Razor and wanted a more traditional templating language.

Wisp is a relatively lightweight MVC framework built without any dependencies on the .NET Web SDK.

Some highlights:

  - Runs on the base .NET SDK (no ASP.NET dependency)
  - Traditional MVC controllers
  - Dependency injection via Microsoft.Extensions.DependencyInjection
  - Configuration via Microsoft.Extensions.Configuration
  - Templating via the Fluid engine (Liquid-compatible)
It's still very alpha and definitely rough around the edges, but I've already built a few small applications with it and it works surprisingly well.

The code is written by hand, not vibe-coded.

If you're interested in experimenting with alternative approaches to building web apps in .NET, feedback and contributions are very welcome.

Docs: https://wispframework.github.io/Wisp/

Quick start:

  dotnet new install Wisp.Framework.Templates
  dotnet new wisp.mvc
  dotnet run
A minimal application looks like this:

  var hostBuilder = new WispHostBuilder();
  hostBuilder.UseStaticFiles();

  var appBuilder = hostBuilder.Build();
  appBuilder.UseControllers();

  var app = appBuilder.Build();
  await app.RunAsync();
It should hopefully Just Work(tm) :)

US Supreme Court's Republicans seized most dangerous power in constitutional law

https://www.vox.com/politics/481401/supreme-court-mirabelli-bonta-sauron-wins
1•robtherobber•44s ago•0 comments

Show HN: MeshCore SAR – Voice, Maps, and Messaging Without Cell Coverage

https://github.com/dz0ny/meshcore-sar
1•dz0ny•56s ago•0 comments

Show HN: Skill for structured deep research with Claude Code and Obsidian

https://github.com/alvdef/obsidian-deep-research
1•alvdef•1m ago•1 comments

First Known Mass iOS Attack

https://iverify.io/press-releases/first-known-mass-ios-attack
1•louismerlin•1m ago•0 comments

EU proposes "Made in EU" rules for strategic sectors to limit China reliance

https://www.reuters.com/world/china/eu-lay-out-local-content-rules-strengthen-manufacturing-cut-c...
1•alephnerd•2m ago•0 comments

Amiga C Tutorial

http://www.pjhutchison.org/tutorial/amiga_c.html
1•harel•2m ago•0 comments

Running Llama Inference on Intel Itanium

https://medium.com/@tglozar/running-llama-inference-on-intel-itanium-part-2-045d663fe5d4
1•RobotToaster•2m ago•0 comments

Mdenc – Diff-friendly Markdown encryption for Git

https://github.com/yogh-io/mdenc
1•yoghurt114•2m ago•1 comments

How to protect your privacy at a protest

https://proton.me/blog/how-to-protect-privacy-at-protests
1•Vinnl•2m ago•0 comments

Extensible macOS system telemetry generator

https://github.com/0xv1n/macnoise
1•Bengalilol•7m ago•0 comments

State of marketplaces: ChatGPT output directly used in tiles and descriptions

https://www.amazon.com/ADAOQIN-That-Heres-Revised-Title/dp/B0DQKYK19Q
1•stefanvdw1•7m ago•1 comments

Iran war wreaking havoc on shipping and air cargo, could create global delays

https://www.theregister.com/2026/03/02/iran_war_tech_supply_chain/
2•Bender•7m ago•0 comments

Show HN: See the blast radius of every code change in VS Code

https://marketplace.visualstudio.com/items?itemName=CodeLayers.codelayers
1•lnguyen11288•8m ago•0 comments

I built Visual Contextual Chat: AI that builds a structured profile as you talk

https://99helpers.com/tools/visual-contextual-chat
1•nickk81•8m ago•1 comments

Beta Release: Predicated Recursive Descent for Rust

https://wareya.wordpress.com/2026/02/01/beta-release-predicated-recursive-descent-for-rust/
1•PaulHoule•9m ago•0 comments

AWS says drones hit two of its datacenters in UAE, urges users to move resources

https://www.theregister.com/2026/03/02/amazon_outages_middle_east/
2•Bender•10m ago•0 comments

HeliBoard is creating an open source gesture typing library

https://github.com/Helium314/HeliBoard/wiki/Tutorial:-How-to-Contribute-Gesture-Data
1•edent•10m ago•0 comments

The Illusion of Building

https://uphack.io/blog/post/the-illusion-of-building/
1•mariushh•12m ago•3 comments

Show HN: sombra – Your personal deep analysis system for understanding power

https://sombra.consulting/
1•hashino•13m ago•0 comments

Show HN: Evogine – Zero-dependency evolutionary optimization for Python

https://github.com/sku10/evogine
1•sku10•14m ago•0 comments

Quit ChatGPT: Your subscription is bankrolling authoritarianism

https://www.theguardian.com/commentisfree/2026/mar/04/quit-chatgpt-subscription-boycott-silicon-v...
4•jleyank•17m ago•1 comments

Show HN: Dustoff – CLI to find and remove JavaScript/TS build artifacts

https://github.com/westpoint-io/dustoff
1•max-roma•18m ago•1 comments

Qwen3.5 Fine-Tuning Guide – Unsloth Documentation

https://unsloth.ai/docs/models/qwen3.5/fine-tune
1•bilsbie•25m ago•0 comments

The JVG algorithm could break RSA-2048 encryption with fewer than 5k qubits

https://briefglance.com/articles/new-quantum-algorithm-warns-of-an-accelerated-crypto-apocalypse
2•giuliomagnifico•25m ago•0 comments

Searchable JSON compression tech asset offline demo and DD evidence and BYOD kit

https://flippa.com/12431275-pre-revenue-tech-asset-searchable-json-ndjson-compression-offline-10-...
1•Tetsuro•25m ago•1 comments

Iran fires missile at Turkey, a NATO member

https://www.reuters.com/world/middle-east/turkey-says-nato-defences-destroyed-missile-fired-iran-...
4•breppp•25m ago•2 comments

Evaluating Theory of Mind and Internal Beliefs in LLM-Based Multi-Agent Systems

https://arxiv.org/abs/2603.00142
1•Anon84•26m ago•0 comments

Slopful Things

https://kyefox.com/slopful-things/
2•todsacerdoti•27m ago•0 comments

Show HN: I built a Reddit Growth Engine, not another Reddit lead gen toy

https://sleepleads.io
1•aashrun•28m ago•0 comments

Show HN: Grrow – NDA to wire in one platform for PE funds and family offices

1•shreybakhai•28m ago•0 comments