Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
Fireproof Alternatives
Similar projects and alternatives to fireproof
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
rlp-records
Discontinued An on-chain music registry system based on acoustic fingerprints using ETH and IPFS.
-
-
redux-batched-subscribe
store enhancer for https://github.com/reactjs/redux which allows batching subscribe notifications.
-
graft
Graft is an open-source transactional storage engine optimized for lazy, partial, and strongly consistent replication—perfect for edge, offline-first, and distributed applications.
-
-
notesutils
Utilities for extracting notes from Notes.app. This repository is lightly maintained and mainly exists to serve as documentation and starting point for your own scripts.
-
IceFireDB
@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
-
-
-
json-joy
json-joy is a library that implements cutting-edge real-time and collaborative editing algorithms and utilities for JSON data models, with a focus on developing the JSON CRDT (Conflict-free Replicated Data Type) specification and implementation.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
fireproof discussion
fireproof reviews and mentions
- Stop Syncing Everything
-
Show HN: Fireproof – local-first database with Git-like encrypted sync
There are maybe too many backend implementions: https://github.com/fireproof-storage/connect/tree/main/src
And writing a custom one is super-easy (docs coming soon, for now here is the interface): https://github.com/fireproof-storage/fireproof/blob/c4462c8a...
- A Local-First Case Study
- Fireproof: Realtime Database, Runs Anywhere
-
5000x Faster CRDTs
The full op-log plus deterministic merging is a great fit for immutable block storage, which can have other security, performance, and cost benefits. I'm building Fireproof[1] to take advantage of recent research in this area. An additional benefit to content addressing the immutable data is that each operation resolves to a cryptographically guaranteed proof (or diff), enforcing causal consistency and allowing stable references to be made to snapshots. This means your interactive, offline-capable, losslessly-merging database can run on the edge or in the browser, but still have the integrity you'd have looked to a centralized database or the blockchain for in the past. (Eg you can drop a snapshot CID into a PDF for signature, or a smart contract, and remove all ambiguity about the referenced state.
[1] https://github.com/fireproof-storage/fireproof
- Current Progress of IPFS
-
New realtime database for IPFS
Doing a js-ipfs backend would be straightforward and wouldn't change the app API, so it totally makes sense to do that. I tend to see it as a both/and situtation, and the current core makes no assumptions about network either way. Adding web3.storage was just a ~200 loc React hook, so I bet the js-ipfs bridge would also be that easy.
-
Announcing my new realtime database, Fireproof
Here's the Fireproof GitHub repo, and here's the website. Thanks! Chris
-
A note from our sponsor - Civic Auth
www.civic.com | 21 Apr 2025
Stats
fireproof-storage/fireproof is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of fireproof is TypeScript.