frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Raincast – Describe an app, get a desktop app (open source)

https://github.com/tihiera/raincast
9•tito777•1h ago

Comments

ghrl•1h ago
Well, while Tauri is certainly nice, it's not quite what I imagine when I hear "native".
tito777•35m ago
But you're right that the UI layer is still HTML/CSS rendered in a webview. It's not SwiftUI or Win32. Tauri gets you closer to native than Electron, smaller binaries, lower memory, OS-level webview, but it's not the same as writing Cocoa or GTK directly.

For what this project does (AI generating full apps), Tauri hits a good tradeoff: one codebase, all platforms, real system access, and the AI is much better at generating React than platform-specific UI frameworks. I tried to do the same with Swift it, fails meserably

Barbing•1h ago
That live preview sounds pretty neat!
tito777•33m ago
Thanks, I failed after three attempts. I tried to build a clone of the current backend Tauri at dev time. The only approach that worked well was having a proxy. But now I'm looking into embedding a compiler inside the Tauri Rust at prod time.
pasanhk•1h ago
This looks like a massive level-up for the "AI-to-Software" pipeline. Moving from simple web-app generation to actual native desktop apps is a huge step for utility—especially if it handles the boilerplate for system-level APIs.

The fact that it's open-source is a great move for the HN crowd. I’m curious, what are you using under the hood for the desktop shell? Is it wrapping an Electron/Tauri instance, or is it generating something like Rust/Python natively?

Clean UI on the site, too. Excited to see where this goes!

tito777•31m ago
Under the hood, it is wrapping Tauri, and as the live preview benefits from a proxy-tauri backend to let you feel like you are already in prod mode. I like that feeling too. There is no Python, only Rust, AppleScript, and Shell script.
pasanhk•20m ago
Using Tauri makes a lot of sense here keeping the binary size small while having Rust's safety for the backend is a huge win over Electron. The proxy tauri backend for live previews sounds like a clever way to handle the dev-to-prod feedback loop. Curious if you have hit any specific hurdles with AppleScript for the system level automation yet?
tito777•8m ago
AppleScript execution is running outside of the tauri app; the current app has no way to get the output reliably of the AS code generated by AI. Unless I do a semantic review of the code to make sure that I can capture the output/error of AS execution. By now, AS run 90% of the time, when it is a single-phase execution, then it is easy. But multiphase execution has a high chance of having the code break in the middle.

That is why I instruct the AI engine to prefer sequential execution (atomic fashion)

afternoon12•47m ago
How is this better than..Already existed platforms (both legacy and Indie)...like Antigravity etc..
tito777•29m ago
I also use Antigravity. I want to have the live preview of what I'm building. I don't have it in Claude Code, Antigravity, or Cursor.
Oxodao•27m ago
Not native at all
tito777•13m ago
Edited now. My main concern is how to embed a mini Rust compiler in Tauri for prod time.

Show HN: Open-source AI native linktree app

https://linkroot.space
1•IsruAlpha2•45s ago•0 comments

Show HN: Book Juicing – Interactive D. Amodei's "The Adolescence of Technology"

https://adolescence-of-technology-vercel.vercel.app/
1•akman•4m ago•0 comments

The carcinogenicity of e-cigarettes: a qualitative risk assessment

https://academic.oup.com/carcin/article-abstract/47/1/bgag015/8555982?redirectedFrom=fulltext
1•femto•8m ago•1 comments

Working Software Runs Locally

https://nickmonad.blog/2026/working-software-runs-locally/
1•mpweiher•11m ago•0 comments

Andrej Karpathy on supply chain attacks

https://twitter.com/karpathy/status/2038849654423798197
1•tosh•17m ago•0 comments

The Download: brainless human clones and the first uterus kept alive outside a

https://www.technologyreview.com/2026/03/30/1134836/the-download-brainless-human-clones-first-ute...
1•joozio•19m ago•0 comments

Show HN: TaskTrace, a local-first activity log that gives LLMs context

https://tasktrace.com
1•warrenronsiek•24m ago•1 comments

Show HN: Claudebase: Sync your Claude Code env across machines via GitHub

https://github.com/rohithzr/claudebase
1•rohithazra•29m ago•0 comments

Human TODO

https://humantodo.dev/
1•pramodbiligiri•29m ago•0 comments

YouTube chat logs reveal employees aimed for "viewer addiction" and scrapped

https://www.dexerto.com/youtube/youtube-chat-logs-reveal-employees-aimed-for-viewer-addiction-and...
4•latein•32m ago•1 comments

Freedom is the only thing that matters. Living freely. Creating freely

4•kaizenb•32m ago•2 comments

With Mythos will we reach coding singularity?

1•kamalsrini17•34m ago•0 comments

Memopt – GPU memory infrastructure for AI clusters

https://memopt.com/
1•lachu_536•35m ago•0 comments

2026 has been the most pivotal year in my career and it's only March

https://nullprogram.com/blog/2026/03/29/
3•x591•37m ago•1 comments

Shor's algorithm is possible with as few as 10k reconfigurable atomic qubits

https://arxiv.org/abs/2603.28627
2•ipnon•37m ago•0 comments

Vaping likely to cause cancer, new Australian review of evidence finds

https://www.rnz.co.nz/news/world/591096/vaping-likely-to-cause-cancer-new-australian-review-of-ev...
3•abawany•40m ago•0 comments

Q4_0 KV cache collapses 92.5% at 64K on DGX Spark GB10 (unified memory paradox)

https://github.com/Memoriant/dgx-spark-kv-cache-benchmark
2•memoriant•41m ago•0 comments

Don't sleep on your feedback infrastructure

https://www.lumeforms.com/audit
1•Akhilm6•41m ago•1 comments

Scientists uncovered the nutrients bees were missing – Colonies surged 15-fold

https://www.sciencedaily.com/releases/2026/03/260327000518.htm
6•apparent•45m ago•0 comments

Good CTE Bad CTE

https://boringsql.com/posts/good-cte-bad-cte/
2•x591•45m ago•0 comments

Claude Code v2.1.88 Sourcemap

https://unpkg.com/@anthropic-ai/claude-code@2.1.88/cli.js.map
3•PashKatel•47m ago•0 comments

How the Apple II created the core of personal computing

https://www.theverge.com/tech/900677/apple-ii-personal-computer
3•rbanffy•49m ago•0 comments

Write Native Web HTML and CSS for Roblox UI

https://twitter.com/xeno_mouse/status/2038759250453729685
1•bloxstack•54m ago•0 comments

Windows++: C++ Application Framework for Windows by Paul DiLascia

http://pauldilascia.com/wpp.htm
1•teleforce•1h ago•0 comments

A rational non-commutative 4×4x48 matrix multiplication algorithm

https://arxiv.org/abs/2603.18699
1•vulcanology•1h ago•0 comments

Hand-Drawn Style in PowerPoint

https://pptcrafter.wordpress.com/2019/09/24/hand-drawn-style-in-powerpoint/
2•teleforce•1h ago•0 comments

Corebot 26.03 released with Intel PantherLake support

https://blogs.coreboot.org/blog/2026/03/30/coreboot-26-03-release/
1•cromka•1h ago•0 comments

A group of flamingoes is called a 'flamboyance'

https://www.themarginalian.org/2026/03/30/flamingos-pink/
2•sparshselim•1h ago•0 comments

The Contribution Theatre Trap

https://www.nyn.me/blog/last-mile-fallacy
1•codevenn•1h ago•0 comments

Seeds of doubt:The dark side of an Italian energy giant's green jet fuel promise

https://www.politico.eu/article/seeds-of-doubt-the-dark-side-of-enis-green-jet-fuel-promise/
3•leonidasrup•1h ago•0 comments