frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Frond – a frontend runtime for your app's dependency graph

https://frondruntime.dev
6•romanonthego•2h ago

Comments

romanonthego•2h ago
I built Frond, a frontend runtime that makes your app's dependency graph explicit instead of leaving it scattered across provider order, enabled: user && api.ready guards, and logout teardown scripts.

The shape: your app is a graph of nodes — services, resources, screens. Each node declares its dependencies, how it's acquired, how it's cancelled, and how it's released, all in one place. The runtime resolves them in dependency order and tracks readiness, so React stays a renderer — it consumes a node that's already ready (useNode suspends until it is) instead of re-deriving that logic inside components.

Two engines run underneath. Effect handles the async work — execution guarantees, cleanup correctness, cancellation, and typed error channels. MobX handles state — granular observable state and live updates. You declare a node's dependencies, acquire, and release; Frond runs the rest on those two.

It's v0 and the API will still move.

jaen•27m ago
What's the advantage of this over Jotai / atomic state / computed signals, which seems to require 10× less code with mostly the same benefits?
adithyaharish•8m ago
Interesting approach.The lifecycle management and teardown story seems to be the main differentiator rather than state itself.How does Frond compare to Effect's Layer system? Is it essentially bringing Layer-like dependency graphs into the React runtime?

Show HN: Frond – a frontend runtime for your app's dependency graph

https://frondruntime.dev
6•romanonthego•2h ago•3 comments

Show HN: Pinch-to-zoom tree navigation

https://www.delopsu.com/pinch-to-zoom-tree-navigation
3•delopsu•36m ago•2 comments

Show HN: Nat traversal using ICMP Destination Unreachable packets

https://github.com/hajoon22/icmp-nat-traversal
3•hajoon22•57m ago•2 comments

Show HN: Readit, a read-it-later app I built because the others keep dying

https://wereadit.com
6•mahmoudalwadia•2h ago•2 comments

Show HN: I computed livability for all of Germany by rent, commute, and QoL

https://wohnortatlas.de/
4•ivorius•2h ago•9 comments

Show HN: My 13-year-old built an ant colony tracker

https://formicarium.es
68•abelgvidal•21h ago•48 comments

Show HN: C++, Java and C# light-weight-logger

https://github.com/PenguineDavid/light-weight-logger
10•PenguineDavid•1d ago•0 comments

Show HN: Erlangchain – A tiny Erlang client for LLMs

https://github.com/abhavk/erlangchain
3•Abhavk•6h ago•0 comments

Show HN: Coding agent that compiles intent into deterministic DAG before running

https://github.com/arman-jalili/rigorix-oss
10•arman-w-jalili•13h ago•0 comments

Show HN: Free Online GIS Viewer and Format Converter

https://geodataviewer.com/
7•twainyoung•15h ago•0 comments

Show HN: Morph Reflexes – Multi-head classifiers for agent traces

8•bhaktatejas922•17h ago•1 comments

Show HN: TakoVM – open-source sandboxing for your agent's code

https://github.com/Tako-Research/TakoVM
6•sakuraiben•16h ago•0 comments

Show HN: Gilfoyle's Project but IRL

https://github.com/korrectional/GilfoyleAI
6•korrectional•11h ago•4 comments

Show HN: Shot-scraper video tool for recording YAML-defined webapp feature demos

https://simonwillison.net/2026/Jun/30/shot-scraper-video/
7•simonw•21h ago•1 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode/releases/tag/v1.0.0
6•therepanic•18h ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
118•TeaVMFan•2d ago•46 comments

Show HN: Zanagrams

https://zanagrams.com/
392•pompomsheep•2d ago•107 comments

Show HN: I made a heatmap of 3400 VCs who are open to cold emails

https://apparent.social/heat-map
24•west_subject•20h ago•29 comments

Show HN: Live face swap and outfit try-on in the browser

https://vivify.video/realtime-face-swap
5•mixfox•14h ago•0 comments

Show HN: Clusy – Cursor for data science notebooks in cloud

https://www.clusy.io/
6•eldar_hsnv•21h ago•1 comments

Show HN: Agentic Orchestrator, a TUI for long-running coding agents

https://github.com/doordash-oss/agentic-orchestrator
17•ivrr•1d ago•2 comments

Show HN: Open-source restreaming and live studio

https://github.com/muxshed/shed
8•franticstone•16h ago•2 comments

Show HN: Classic Minesweeper

https://guokai.dev/minesweeper/
12•hanguokai•1d ago•13 comments

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

https://github.com/kamaludu/bash4llm/
60•kamaludu•2d ago•25 comments

Show HN: Kage, verification and freshness for Google's OKF agent memory

https://kage-core.com/
3•kage18•18h ago•1 comments

Show HN: Jensen – a Deus Ex: Human Revolution theme for 30 developer apps

https://tomaytotomato.github.io/jensen/
3•tomaytotomato•18h ago•0 comments

Show HN: PDFMergely – In-browser PDF tools that never upload your files

https://pdfmergely.com
17•pdfmergely•1d ago•24 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
55•vforno•2d ago•26 comments

Show HN: Decomp Academy – Learn to decompile GameCube games into matching C

https://decomp-academy.dev
195•jackpriceburns•3d ago•78 comments

Show HN: Makes local LLMs faster and more reliable by optimizing for your device

https://www.autotunellm.com/
5•tanavc•20h ago•0 comments