Fried Silicon
Local-first devtools & experiments

SilicaDB

A single-file data engine for AI-native apps.

SilicaDB is your apps entire brain.

GitHub

Why SilicaDB instead of a pile of services?

Replace SQLite + Firestore + Chroma + JSON schemas with a single, embeddable engine in your app.

Local-first

Embed SilicaDB directly into mobile, desktop, CLI or edge apps. Reads and writes in microseconds, even offline.

AI-native

Store embeddings alongside structured data. Query with filters and semantics without bolting on a separate vector DB.

Schema-aware

Define your shapes once in SODL, then generate Rust, TypeScript or Python types automatically.

Pricing

If you would like to support this project, you can pre-order the PRO version now!

Founding User · PRO

$99 one-time, fully refundable

  • Lifetime PRO license for the SilicaDB toolkit
  • Early access builds as they’re ready
  • Private feedback channel & priority replies
  • Optional mention on the “Founding Users” page

If this doesn’t ship or doesn’t fit your needs, you can get a refund. No drama.

Developer experience

$ silica init app.sdb
$ silica schema add user.sodl
$ silica insert data.json
$ silica search "users who had billing issues this week"