frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

David Johnson-Davies Brings Espressif's ESP32-P4 to the Feather Form Factor

https://www.hackster.io/news/david-johnson-davies-brings-espressif-s-powerful-esp32-p4-to-the-fea...
1•HardwareLust•11s ago•1 comments

The Agent Operating System: OpenFang

https://www.openfang.sh/
1•zakkg3•16s ago•0 comments

Cutting Cypher Query Latency: Streaming Traversal and Query Shape Specialization

https://github.com/orneryd/NornicDB/discussions/23
1•orneryd•1m ago•0 comments

AI powered migration from Postgres to ClickHouse

https://clickhouse.com/blog/ai-powered-migraiton-from-postgres-to-clickhouse-with-fiveonefour
1•craneca0•2m ago•0 comments

Rob Grant, co-creator of Red Dwarf, has died

https://www.ganymede.tv/2026/02/rob-grant-rip/
2•stuartmemo•3m ago•0 comments

The PaaS Graveyard: Why Platforms Keep Dying and Developers Keep Migrating

https://blog.cloud66.com/paas-graveyard-why-platforms-keep-dying
1•mooreds•4m ago•0 comments

Solid Principles in React: SRP, OCP and Dip

https://jsdev.space/react-solid-srp-ocp/
1•javatuts•7m ago•0 comments

Musk touts California robotaxis but Tesla does nothing to get permits

https://finance.yahoo.com/news/musk-touts-california-robotaxis-tesla-110542936.html
2•kklisura•8m ago•0 comments

What does " 2>&1 " mean?

https://stackoverflow.com/questions/818255/what-does-21-mean
3•alexmolas•8m ago•0 comments

Increased urination urgency facilitates impulse control in unrelated domains

https://pubmed.ncbi.nlm.nih.gov/21467548/
1•u1hcw9nx•8m ago•2 comments

Cancer mortality and proximity to nuclear power plants in the United States

https://www.nature.com/articles/s41467-026-69285-4
1•derbOac•9m ago•0 comments

Putting Git on AI Agents

https://www.vichoiglesias.com/writing/putting-git-on-ai-agents
1•vichoiglesias•9m ago•2 comments

NATO says iPhones are secure enough to handle classified data

https://www.theverge.com/tech/885516/nato-iphones-ipads-restricted-classified-information
3•mikece•12m ago•0 comments

Title Show HN: FrameWork – Open-source internal tools templates

https://github.com/framework-hq/framework
1•Fridaytmai•12m ago•0 comments

3D-printed nitinol lattices and wovens with dramatic mechanical properties

https://www.tandfonline.com/doi/full/10.1080/17452759.2025.2595478
1•PaulHoule•17m ago•0 comments

Two RCEs in Unitree Go2 Robots (CVE-2026-27509 and CVE-2026-27510)

https://boschko.ca/unitree-go2-rce/
1•Boschko•18m ago•0 comments

TKey-LUKS: Hardware-Based LUKS Unlock with Tillitis TKey

https://github.com/No-0n3/tkey-luks
1•JoachimS•19m ago•0 comments

Ontology-Guided LLMs: Grounding Inference with OpenMath Knowledge

https://arxiv.org/abs/2602.17826
1•rkovashikawa•19m ago•0 comments

Attorney General Finds Amazon Price Fixing, Urges Halt of Illegal Conduct

https://oag.ca.gov/news/press-releases/attorney-general-bonta-exposes-amazon-price-fixing-scheme-...
9•randycupertino•19m ago•0 comments

Show HN: In Veritas – AI summarized congressional bills

https://inveritas.io/
1•sartechb•19m ago•0 comments

Could a vaccine prevent dementia? Shingles shot data only getting stronger

https://arstechnica.com/health/2026/02/could-a-vaccine-prevent-dementia-shingles-shot-data-only-g...
4•asplake•20m ago•1 comments

Ohio lawmaker proposes land value tax amendment as alternative to property tax

https://ohiocapitaljournal.com/2026/02/26/ohio-lawmaker-proposed-land-value-tax-amendment-as-alte...
1•briandrum•21m ago•0 comments

Tech Journalists at Eating Hot Dogs

https://tomgermain.com/hotdogs.html
1•bariumbitmap•21m ago•2 comments

FCC electron collider consensus option in European Strategy for Particle Physics [pdf]

https://indico.cern.ch/event/1650119/attachments/3227895/5753043/ESPP_CERN_Colloquium_2026.02.26.pdf
2•SiempreViernes•22m ago•1 comments

Ask HN: How are UK sole traders preparing for quarterly tax reporting (MTD)?

5•nikethputta•24m ago•6 comments

The Office.js Stability, Security and Trust Crisis: An Open Letter

https://github.com/OfficeDev/office-js/issues/6513
2•awenner•24m ago•0 comments

America's dangerous pursuit of critical-mineral dominance

https://www.economist.com/leaders/2026/02/26/americas-dangerous-pursuit-of-critical-mineral-domin...
2•andsoitis•26m ago•0 comments

SF Is the Worst

https://sfistheworst.com/
1•clean_send•26m ago•3 comments

My 2025 Apple Report Card

https://daringfireball.net/2026/02/my_2025_apple_report_card
1•calf•26m ago•0 comments

Claude Code is reviving the fledgling screenshot industry

https://dunn.us/notes/screenshot-archaeology/
1•aed•26m ago•0 comments
Open in hackernews

Stellify – Structured code for AI-assisted development

https://stellisoft.com
2•Stellisoft•1h ago

Comments

Stellisoft•1h ago
Hi HN, I'm Matt, solo developer behind Stellify.

The core idea is that code stored as structured JSON rather than text files gives AI much better context to work with. Structured storage lets us attach metadata capturing intent and relationships, and create feedback loops where AI updates that metadata as it works.

It uses a fixed stack composed of Laravel on the backend, a custom framework I built that brings Laravel's fluent API style to the frontend (whilst offering adaptors for Vue/ React/ Svelte) and various libraries that cover common requirements such as authentication. If something's missing, you can request it and I'll look at adding it.

Once you're ready to ship, the platform assembles the data back to source files so that you can export or deploy your code. There's no lock-in.

The Stellify platform provides a fully featured interface builder and code editor. There's also an open source MCP server that enables integration with Claude and other AI tools.

Happy to answer any technical questions about the architecture - there's a free tier if you want to poke around and try it out for yourself.