frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Auto Favicon MCP Server

https://github.com/dh1011/auto-favicon-mcp
12•dh1011•2h ago•1 comments

Show HN: Apple Health MCP Server

https://github.com/neiltron/apple-health-mcp
177•_neil•2d ago•35 comments

Show HN: Price Per Token – LLM API Pricing Data

https://pricepertoken.com/
307•alexellman•21h ago•122 comments

Show HN: I built a biological network visualization tool

https://nodes.bio
23•jmg421•22h ago•10 comments

Show HN: Open IT Maintenance Planner

https://maintenance-planner.vangemert.dev/
10•spmvg•2d ago•3 comments

Show HN: The Montana MiniComputer

https://mtmc.cs.montana.edu/
100•recursivedoubts•19h ago•21 comments

Show HN: Nia – MCP server that gives more docs and repos to coding agents

https://www.trynia.ai/
77•jellyotsiro•1d ago•64 comments

Show HN: Sleep Blocker MCP to prevent your Mac sleep

https://github.com/cuongnguyenta/SleepBlocker-MCP
2•cuongnt3010•6h ago•0 comments

Show HN: A macOS clock that stays visible when coding or binging in fullscreen

https://cornertime.app/en
50•muvich3n•17h ago•34 comments

Show HN: Tsbro – TypeScript for the browser, no build step

https://github.com/stagas/tsbro
35•stagas•4d ago•26 comments

Show HN: Open-source macOS CLI tool for aliasing and timing command line runs

https://github.com/urtti/homebrew-ez
4•frankbyte•9h ago•1 comments

Show HN: StackSafe, Taming Recursion in Rust Without Stack Overflow

https://fast.github.io/blog/stacksafe-taming-recursion-in-rust-without-stack-overflow/
2•tison•9h ago•0 comments

Show HN: LogMerge – View multiple log files in a merged view

https://github.com/faisal-shah/pylogmerge
3•faisalhackshah•11h ago•0 comments

Show HN: Fundatio – Free macOS App to Structure Project Folders

https://apps.apple.com/us/app/fundatio-folder-structurer/id6748969665?mt=12
2•masterpos•12h ago•0 comments

Show HN: The missing link of a bookstore's tech stack

https://bookhead.net/
93•greenie_beans•2d ago•26 comments

Show HN: A code editor that integrates into the browser

https://tachicode.dev/
42•quintu5•1d ago•8 comments

Show HN: Easy Python Time Parsing

https://github.com/felixnext/python-time-helper
21•felixnext•4d ago•2 comments

Show HN: TheProtector – Linux Bash script for the paranoid admin on a budget

https://github.com/IHATEGIVINGAUSERNAME/theProtector
162•lotussmellsbad•2d ago•35 comments

Show HN: Compass CNC – Open-source handheld CNC router

https://www.compassrouter.com
172•camchaney•1w ago•44 comments

Show HN: Tinder but it's only pictures of my wife and I can only swipe right

https://trytender.app/
991•risquer•2d ago•260 comments

Show HN: BlackMagic-JS – Automatic dark mode framework that just works

https://github.com/LucAngevare/BlackMagic-js
2•LucAngevare•15h ago•0 comments

Show HN: A word of the day that doesn't suck

80•jsomers•3d ago•33 comments

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models

https://phind.design
88•rushingcreek•3d ago•22 comments

Show HN: The Magic of Code – book about the wonders and weirdness of computation

https://themagicofcode.com/sample/
109•arbesman•3d ago•29 comments

Show HN: Autark – A self-contained build system for C/C++

https://autark.dev
3•adamansky•16h ago•2 comments

Show HN: I built a CSV/XLSX editor that uses JavaScript to manipulate data (OSS)

https://www.fileglance.info
2•crossing•16h ago•0 comments

Show HN: Metaessen 2.10 – Manage resources for practical use

https://metaessen.com/
3•lilerjee•17h ago•2 comments

Show HN: Configurable parser from binary message to JSON (and viceversa)

https://gitubo.github.io/bixit/
2•maxmosca•18h ago•0 comments

Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

https://github.com/KemingHe/python-dependency-manager-companion-mcp-server
29•keminghe•2d ago•18 comments

Show HN: Total Premium Paid on Meme Stocks Calculator

https://wastedonmemes.com/
2•goinggetthem•18h ago•0 comments
Open in hackernews

Show HN: I built a biological network visualization tool

https://nodes.bio
23•jmg421•22h ago
I've been working on nodes.bio - an interactive tool for visualizing biological networks and systems thinking. The tool features interactive network visualization powered by Cytoscape.js, with real-time graph editing and manipulation capabilities. It supports JSON import/export and provides a responsive design that works seamlessly on the desktop (mobile-friendly version coming later).

The tech stack combines modern frontend technologies with robust backend architecture. The frontend uses Next.js 14 with TypeScript and Cytoscape.js for the visualization engine. The backend is built with FastAPI and Python.

The featured demo showcases a Traumatic Brain Injury Nasal Spray mechanism of action visualization, demonstrating the tool's capability to handle complex biological pathway mapping.

You can explore the live demo at <https://nodes.bio> to see the TBI Nasal Spray visualization in action, along with other biological network examples.

I'd love feedback on the visualization capabilities or any suggestions for biological data integration. What do you think?

Comments

gibsonf1•8h ago
Thats a terrible ontology (the relations) - needs to be much lower level to understand anything important.
jmg421•7h ago
The current demo shows a simplified view, but the tool can handle much more granular relationships. I have some glioblastoma and pancreatic cancer networks with protein-protein interactions, phosphorylation events, and pathway cross-talk that show the lower-level detail. The challenge is balancing accessibility with scientific rigor.
bloqs•2h ago
hey you made it to the front page but looks like its down
puppycodes•8h ago
Looks potentially cool but your mobile version needs work, currently looks like its broken
throwaway127482•8h ago
The website has a little card that says "Interactive Mobile Experience" but your post says "mobile-friendly version coming later," which is confusing. I tried it, and it doesn't seem to work on mobile at all (Chrome/Android)
jmg421•7h ago
Thank you for the feedback! You're absolutely right about the mobile experience - I need to fix that "Interactive Mobile Experience" card. The mobile version is indeed broken right now, and I should have been clearer about that. Working on a proper mobile-responsive version.
jmg421•7h ago
I wanted to share why I built this - it's deeply personal. In 2020, my mother was diagnosed with glioblastoma. As I navigated her treatment, I found myself completely overwhelmed by the complexity of biological networks. The medical literature was fragmented across hundreds of papers, and I struggled to see how her specific genetic markers related to potential treatments.
kvthweatt•5h ago
I’m getting 502 on mobile
cbracketdash•3h ago
I'm getting a 502 error on laptop
8mobile•3h ago
Hi, I'm interested in the tool but I get this error, 502 Bad Gateway.