frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: BlitzGraph – Supabase for graphs, built for LLM agents

https://blitzgraph.com
8•lveillard•1d ago
Hello HN After becoming allergic to SQL, I opened 120+ issues in Dgraph, Typedb and surrealdb looking for the perfect graphDB. None of them was built for agents nor were they the perfect fit for what we wanted to achieve: fully ditching the SQL legacy to properly model reality. So we decided to build BlitzGraph

In BlitzGraph, records (units) can belong to multiple types (kinds) and evolve through time. Also polymorphic relations are first class and multiple kinds can play the same role. This design helps to escape the old table paradigm and track entities throughout their lifecycle without awkward self-joins that connect an entity to itself under different IDs in other tables

An example:

   { "$id": "amazn", "$kinds": ["Company", "Prospect"], deal: ... }    // Day 1
   { "$id": "amazn", "$kinds": ["Company", "Customer"], contract: .. }   // Day 7
   { "$id": "amazn", "$kinds": ["Company", "Churned"], churnCause: "..." }, ... // Day 86
What makes BlitzGraph different:

   - GraphQL-like nested queries and mutations https://blitzgraph.com/docs - Polymorphic records and relations
   - Bidirectional O(1) relations  - Referential integrity with native cardinality validations
   - JSON query/mutation language designed so AI agents can build them programatically  - Batched queries/mutations without N+1 issues
   - Built-in frontend engine for quick dashboards and MVPs  - Native full text search, file storage, computed fields, ephemeral subspaces, unit history...
Honest comparisons:

- vs typedb: amazing db, but not ideal for app development. On the other hand we loved and brought their inference ideas and how mutations execute smartly instead of line per line - vs surrealdb: Several core differences, a key one is that we run validations and trasnformations in topological order, and our edges are first class citizens - vs dgraph: Their cool features like post commit hooks were attached to the graphQL layer, in BG it is fundational - neo4j: If you've tried it, you know - vs supabase/pg: BG is slower for flat queries but faster in nested ones. But with BG mainly you get rid of the tables paradigm and jump into the graph world while being able to build apps

Not ready:

- While blitzgraph is already an excellent memory backend for AI agents, we still need to finish the semantic search engine - Query planner is not optimized - Cloud frontends have no native auth engine yet

Beta is live, please break things! - Public playground: https://blitzgraph.com/#playground - MCP: https://blitzgraph.com/mcp

Comments

l337h4x0rz•19h ago
what makes you say that you're more suitable for agents compared to say neo4j and typedb? is it the temporal modeling?

congratulations for the beta by the way!

agrijakhetarpal•1h ago
Supa, Burschi!

Show HN: Spin Lab

https://srijanshukla.com/artifacts/spin-lab/
14•srijanshukla18•1d ago•7 comments

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
45•CorRupT9•2d ago•10 comments

Show HN: An 8-bit live gamecast for baseball

https://ribbie.tv/watch
217•brownrout•11h ago•120 comments

Show HN: Inkwash, a watercolor sketching app and explanation

https://johnowhitaker.github.io/inkwash/about
186•Yenrabbit•4d ago•21 comments

Show HN: BlitzGraph – Supabase for graphs, built for LLM agents

https://blitzgraph.com
8•lveillard•1d ago•2 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
189•esychology•18h ago•49 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
138•arcaege•3d ago•42 comments

Show HN: StarScope – Free astronomy dashboard for observers outside the US/UK

https://starscope.live/feed
17•xenophin•2d ago•2 comments

Show HN: Local personal data redaction for any AI tools

https://github.com/sophia486/pii-gui
3•unusual_typo•2h ago•0 comments

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
31•rmi0•2d ago•4 comments

Show HN: Cowork/Codex DOCX plugin. Uses 2x fewer tokens than the docx skill

https://github.com/LegalRabbit-AI/legalrabbit-docx-claude-plugin
4•tanin•3h ago•3 comments

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

https://github.com/nvlabs/cutile-rs
101•melihelibol•1d ago•16 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app/
3•olievans•5h ago•1 comments

Show HN: Vpod – Tiny Linux sandbox running in WASM

https://github.com/capsulerun/vpod
10•mavdol04•11h ago•1 comments

Show HN: I built 184 free browser tools – PDF, image, dev, AI tasks, no upload

https://brevio.pro
85•ruimbarreira•18h ago•28 comments

Show HN: WaylandClientKit – a Swift Wayland client substrate for Linux

https://github.com/conxlgtm/WaylandClientKit
3•Nocerg•5h ago•0 comments

Show HN: Reyn – local-first AI that journals and recalls your work

https://www.usereyn.com/
4•toluwajibodu•5h ago•0 comments

Show HN: Chatty Lingo – A language practicing app

https://www.chattylingo.com
2•farstill•6h ago•0 comments

Show HN: I built a spelling app for kids with my 7-year-old

https://spellabee.com/
2•narenst•6h ago•1 comments

Show HN: Relaymux, a tmux-based meta-harness for local coding agents

https://github.com/mupt-ai/relaymux
7•byhong03•10h ago•0 comments

Show HN: Tabia – The first free, open-source chess opening trainer

https://github.com/daxaur/tabia
2•daxaur•7h ago•0 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
118•djoume•6d ago•53 comments

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

https://voicedraw.com/
47•ajaypanthagani•1d ago•19 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://sabela.datahaskell.com/
45•mchav•3d ago•6 comments

Show HN: Agenthatch – Compile any skill into a standalone Python agent

https://github.com/agenthatch/agenthatch
8•EternalRights•15h ago•0 comments

Show HN: In-browser Python/Pandas/Git practice with animated Git simulator

https://practice.lernerpython.com/classroom/540d7ab1a1/
5•reuven•12h ago•0 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
156•california-og•1d ago•26 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
75•andrewbr•2d ago•60 comments

Show HN: Mira – Open-source and self-hosted AI code reviewer

https://github.com/miracodeai/mira
13•upmostly•14h ago•2 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
698•tamnd•3d ago•140 comments