frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
313•johnsillings•16h ago•151 comments

Show HN: OCR Arena – A playground for OCR models

https://www.ocrarena.ai/battle
138•kbyatnal•3d ago•48 comments

Show HN: BreakToGoal – A planner calendar that break big goals into tasks

https://breaktogoal.com
2•jtnt101•1h ago•0 comments

Show HN: Colonet – Anonymous forum, no sign-up needed

https://colonet.revantoa.workers.dev
2•mvphauto•1h ago•0 comments

Show HN: Datamorph – A clean JSON ⇄ CSV converter with auto-detect

https://datamorphio.vercel.app
11•sumit_entr42•4d ago•4 comments

Show HN: We cut RAG latency ~2× by switching embedding model

https://www.myclone.is/blog/voyage-embedding-migration/
3•vira28•2h ago•1 comments

Show HN: Search London StreetView panoramas by text

https://london.publicinsights.uk
36•dfworks•4d ago•13 comments

Show HN: Cynthia – Reliably play MIDI music files – MIT / Portable / Windows

https://www.blaizenterprises.com/cynthia.html
84•blaiz2025•20h ago•28 comments

Show HN: Hypercamera – a browser-based 4D camera simulator

https://dugas.ch/4d_creatures/4d_camera.html
13•chronolitus•5d ago•3 comments

Show HN: The Wiki Game - reach target Wikipedia page by clicking hyperlinks only

https://apps.apple.com/us/app/the-wiki-game-wikipedia-game/id6755500017
3•frayo44•4h ago•1 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
188•wdpatti•1d ago•103 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
131•t9nzin•1d ago•30 comments

Show HN: I wrote my lecture notes in Typst

https://github.com/zhengnanli/ss-notes
3•subtlemuffins•5h ago•0 comments

Show HN: Supabase-Test – Fast Isolated Postgres DBs for Testing Supabase RLS

https://www.npmjs.com/package/supabase-test
28•pyramation•4d ago•10 comments

Show HN: 1-of-1 AES Encryption Objects (Not-Cross-Decryptable)

https://github.com/0north-eth/zero-north-vault/releases/tag/v1.0-demo
2•0north•2h ago•1 comments

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
54•ciclotrone•5d ago•12 comments

Show HN: Radius.today – Local-first personal CRM

https://radius.today/
3•Xiaoyao6•6h ago•1 comments

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
12•kalil0321•16h ago•2 comments

Show HN: Kibun (気分) – a decentralized status.cafe alternative I made

https://www.kibun.social/
4•lakshikag•7h ago•0 comments

Show HN: Axe - A Systems Programming Language with Builtin Parallelism and No GC

https://axelang.org/
11•death_eternal•15h ago•0 comments

Show HN: Image to STL – Free AI-powered image to 3D printable model converter

https://imagetostl.org
3•Ethanya•8h ago•0 comments

Show HN: Build the habit of writing meaningful commit messages

https://github.com/arpxspace/smartcommit
109•Aplikethewatch•2d ago•131 comments

Show HN: TX-2 ECS – A web framework that treats your app as a world

https://www.tx-2.dev/
4•iregaddr•9h ago•0 comments

Show HN: My first published app – track contraception ring cycle

https://apps.apple.com/us/app/lunella/id6755366887
2•matsucks•10h ago•0 comments

Show HN: Forty.News – Daily news, but on a 40-year delay

https://forty.news
434•foxbarrington•2d ago•174 comments

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/?v=2.0
670•a-fadil•3d ago•213 comments

Show HN: Built a tool solve the nightmare of chunking tables in PDF vs. Markdown

https://github.com/2dogsandanerd/smart-ingest-kit
13•2dogsanerd•1d ago•0 comments

Show HN: Runbooks – Shareable Claude Code Sessions

https://www.aviator.co/runbooks
4•ankitdce•15h ago•0 comments

Show HN: I built a wizard to turn ideas into AI coding agent-ready specs

https://vibescaffold.dev/
69•straydusk•2d ago•37 comments

Show HN: A decision making framework for DevRel resource allocation

https://drim.pages.dev/
2•implabinash•17h ago•0 comments
Open in hackernews

Show HN: Datamorph – A clean JSON ⇄ CSV converter with auto-detect

https://datamorphio.vercel.app
11•sumit_entr42•4d ago
Hi everyone,

I built a small web tool called Datamorph because I kept running into JSON/CSV converters that either broke with nested data, required login, or added weird formatting.

Datamorph is a minimal, fast, no-login tool that can:

• Convert JSON → CSV and CSV → JSON • Auto-detect structure (arrays, nested objects, mixed data) • Handle uploads or manual text input • Beautify / fix invalid JSON • Give clean, flat CSV output for real-world messy data

It’s built with React + Supabase + serverless functions. Everything runs client-side except file parsing, so nothing is stored.

I know there are many similar tools, but I tried focusing on:

• better handling of nested JSON, • simpler UI, • zero ads / zero login, • instant conversion without waiting.

Would love feedback on edge cases it fails on, or features you think would make this actually useful for devs and analysts.

Live tool: https://datamorphio.vercel.app/

Thanks for checking it out!

Comments

cobertos•3h ago
Tried it on a 9.9MB json file I have. Seemed to handle the size fine, but the output was nothing like what I would want. I made a smaller version of what I uploaded in the below pastebin and the output.

The data is TLD data so it should have at least given me the "com", "net", "..." part

Input

https://pastebin.com/QAWeu8Xt

Output

    category,addedToListPrice,appliesToCustomers,amountRateType,amountRate,type
    fee_tax,false,eu,percent-varies-by-location,~,vat
    fee_tax,false,in,percent,15,gst
    fee_tax,false,au,percent,10,gst
    fee_tax,false,eu,percent-varies-by-location,~,vat
An explanation of _how_ it does the conversion would be nice when choosing a tool like this. As the "just works" didn't seem to work.
zerratar•1h ago
{ "data": { "field1": "hello", "test": [ "what", "is", "this" ] }, "something": "yay" }

becomes

data,something [object Object],yay

I already knew complex types / nested objects would not work. but what makes json stronger than csv is that you can handle more complex data types and most people will use json that way too. Otherwise json would just be a less bloated xml, which is a less bloated csv. lol

kihyug6i•1h ago
Your api keys are public
hermitcrab•10m ago
I tried converting this:

[

  {

    "name": "Avocado Dip",

    "carb": 2,

    "cholesterol": 5,

    "fiber": 0,

    "minerals": {

      "ca": 0,

      "fe": 0

    },

    "protein": 1,

    "sodium": 210,

    "vitamins": {

      "a": 0,

      "c": 0

    }

  }
]

And I got:

name,carb,cholesterol,fiber,minerals,protein,sodium,vitamins

Avocado Dip,2,5,0,"{""ca"":0,""fe"":0}",1,210,"{""a"":0,""c"":0}"

Which is not what I would expect.