Show HN: PocketBase – open-source realtime back end in 1 file

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pocketbase

    Open Source realtime backend in 1 file

    "Collections" stores a single records table meta data (eg. name, fields, validators, etc.), so when you create a new collection a new related table will be created (see https://github.com/pocketbase/pocketbase/blob/3d07f0211dc747...).

    The admin UI just shows the collections through the web api (https://pocketbase.io/docs/api-collections/).

    I actually started with GORM, but its too complex and I ended up replacing it with a simpler query builder package (ozzo-dbx). While the query builder has abstraction for other databases, I'm not planning supporting them at the moment.

  • presentator

    Design feedback and presentation platform

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • dolt

    Dolt – Git for Data

    Sweet. How tightly is this coupled to SQLite? I’d like to embed Dolt [0] instead, specifically for the Dolthub-backed collaboration model.

    [0] https://github.com/dolthub/dolt

  • thin-backend

    🔥 Thin Backend is a Blazing Fast, Universal Web App Backend for Making Realtime Single Page Apps

    Check out https://thin.dev/ :) It's similar, supports self-hosting and uses postgres. Quick demo video here: https://www.youtube.com/watch?v=-jj19fpkd2c&t=3s

    (I'm founder of Thin)

  • litestream

    Streaming replication for SQLite.

    This is cool. I think it would also be neat to have option to have Litestream [1] integration so that users can use this without any persistent volume.

    [1] https://litestream.io/

  • Appwrite

    Build like a team of hundreds_

    For anyone curious, another popular open-source backend as a service is AppWrite: https://appwrite.io/

    I've tried them out for some dummy projects and they seem pretty great, and they are continually iterating and pushing new features.

  • js-sdk

    PocketBase JavaScript SDK

    There is already a JavaScript SDK (https://github.com/pocketbase/js-sdk) that works both in the browser and node.

    Dart SDK (targeting mainly Flutter) is also on the way.

    Unfortunately I'm not very uptodate with Android (Kotlin) or iOS (Swift) development and therefore community contributions are more than welcomed.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts