frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
89•conesus•2d ago•83 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
285•smalltorch•14h ago•73 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
77•flamestro•7h ago•49 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
47•Humanista75•2d ago•19 comments

Show HN: Rev-dep – 20x faster knip.dev alternative build in Go

https://github.com/jayu/rev-dep
35•jayu_dev•6h ago•7 comments

Show HN: Beehive – Multi-Workspace Agent Orchestrator

https://storozhenko98.github.io/beehive/
39•mst98•2d ago•17 comments

Show HN: I Built Smart Radio That Auto-Skips Talk and Ads by Using ML

https://tunejourney.com/
3•FreeGuessr•1h ago•1 comments

Show HN: Mission Control – Open-source task management for AI agents

https://github.com/MeisnerDan/mission-control
33•meisnerd•12h ago•5 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
211•vintagedave•1d ago•214 comments

Show HN: Usplus.ai – Build a company of AI agents and execute work autonomously

https://usplus.ai:443/
2•usplusAI•3h ago•4 comments

Show HN: Safari-CLI – Control Safari without an MCP

https://www.npmjs.com/package/@tamasno1/safari-cli
2•boros2me•4h ago•0 comments

Show HN: Modern Reimplementation of the Speck Molecule Renderer

https://github.com/vangelov/modern-speck
25•vlad_angelov•4d ago•4 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
213•__cayenne__•1d ago•78 comments

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
217•odvcencio•1d ago•104 comments

Show HN: Clocksimulator.com – A minimalist, distraction-free analog clock

https://www.clocksimulator.com/
124•user_timo•1d ago•94 comments

Show HN: Transcribe-Critic – Merge transcript sources for stronger transcript

https://github.com/ringger/transcribe-critic
2•ringger•5h ago•1 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
131•yassi_dev•1d ago•53 comments

Show HN: I stopped building apps for people. Now I make CLI tools for agents

https://github.com/Aayush9029/homebrew-tap
2•aayush9029•6h ago•0 comments

Show HN: Decoy – A native Mac app for mocking HTTP endpoints locally

https://decoy-app.com/
6•mosselman•6h ago•1 comments

Show HN: Smplogs – Local-first AWS Cloudwatch log analyzer via WASM

https://www.smplogs.com
3•alonsim•6h ago•0 comments

Show HN: I built a local AI-powered Ouija board with a fine-tuned 3B model

https://github.com/SurceBeats/Planchette
4•SurceBeats•6h ago•3 comments

Show HN: Protection Against Zero-Day Cyber Attacks

3•gaurav1086•7h ago•0 comments

Show HN: OpenSwarm – Multi‑Agent Claude CLI Orchestrator for Linear/GitHub

https://github.com/Intrect-io/OpenSwarm
34•unohee•23h ago•18 comments

Show HN: Browser-based .NET IDE with visual designer, NuGet packages, code share

https://xaml.io/s/Samples/Newtonsoft
5•userware•7h ago•0 comments

Show HN: Batchling – save 50% off any GenAI requests in two lines of code

https://github.com/vienneraphael/batchling
2•vienneraphael•7h ago•0 comments

Show HN: The best agent orchestrator is a 500-line Markdown file

https://github.com/bassimeledath/dispatch
3•bombastic311•7h ago•0 comments

Show HN: Conjure – 3D printed objects from text description only

https://conjure.tech
7•suchanekj•7h ago•5 comments

Show HN: I built a managed Claude AI and hosting service

https://codedoc.us
2•novatrope•7h ago•0 comments

Show HN: I made a directory for Claude skills

https://skillsplayground.com/skills/
2•jackculpan•7h ago•0 comments

Show HN: Duck Talk – Real-time voice interface to talk to your Claude Code

https://github.com/dhuynh95/duck_talk
6•DanyWin•7h ago•0 comments
Open in hackernews

Show HN: Browser-based .NET IDE with visual designer, NuGet packages, code share

https://xaml.io/s/Samples/Newtonsoft
5•userware•7h ago
Hi HN, I'm Giovanni, founder of Userware. We built XAML.io, a free browser-based IDE for C# and XAML that compiles and runs .NET projects entirely client-side via WebAssembly. No server-side build step.

The link above opens a sample project using Newtonsoft.Json. Click Run to compile and execute it in your browser. You can edit the code, add NuGet packages, and share your project via a URL.

What's new in v0.6:

- NuGet package support (any library compatible with Blazor WebAssembly) - Code sharing via URL with GitHub-like forking and attribution - XAML autocompletion, AI error fixing, split editor views

The visual designer is the differentiator: 100+ drag-and-drop controls for building UIs. But the NuGet and sharing features work even if you ignore the designer entirely and just write C# code.

XAML.io is currently in tech preview. It's built on OpenSilver (https://opensilver.net), a from-scratch reimplementation of the WPF API (subset) using modern .NET, WebAssembly, and the browser DOM. It's open-source and has been in development for over 12 years (started as CSHTML5 in 2013, rebranded to OpenSilver in 2020).

Limitations: one project per solution, no C# IntelliSense yet (coming soon), no debugger yet, WPF compatibility improvements underway, desktop browsers recommended.

Full details and screenshots: https://blog.xaml.io/post/xaml-io-v0-6

Happy to answer questions about the architecture, WebAssembly compilation pipeline, or anything else.