Advertisement Β· 728 Γ— 90

Posts by TinyBase

Post image

Next beta release will have richer Svelte components - like this sortable, paginated table bound to TinyBase data.

Oh, and a dev-time inspector for Svelte!

beta.tinybase.org/guides/relea...

1 day ago 10 1 1 0

Shout out to @jaydip.me... you were TinyBase's 5,000th star! ⭐

1 day ago 5 0 0 1
Video

πŸŽ‰ We're excited to finally announce TinyBase v8.1 - the one with native Svelte 5 support.

We've got Svelte demos, guides, and a getting-started tool. Links below!

This was fun and we want to give a huge shout out to the @svelte.dev community for being so helpful and supportive!

4 days ago 22 6 2 1

Would love to! But currently on a boat on the wrong side of the world 😒

3 days ago 2 0 1 0

There is no support for binary objects natively, so you would have to encode them or create a link sadly.

4 days ago 1 0 1 0

Release notes:
tinybase.org/guides/relea...

Guide:
tinybase.org/guides/build...

API:
tinybase.org/api/ui-svelte/

Demos:
- tinybase.org/demos/hello-...
- tinybase.org/demos/countr...
(also launchable in @stackblitz.com)

create-tinybase:
github.com/tinyplex/cre...

Have fun! πŸš€

4 days ago 3 0 1 0
Video

πŸŽ‰ We're excited to finally announce TinyBase v8.1 - the one with native Svelte 5 support.

We've got Svelte demos, guides, and a getting-started tool. Links below!

This was fun and we want to give a huge shout out to the @svelte.dev community for being so helpful and supportive!

4 days ago 22 6 2 1
Preview
Releases | TinyBase This is a reverse chronological list of the major TinyBase releases, with highlighted features.

Our final beta for the Svelte integration is out.

We made some breaking changes to the API to make it feel a little more idiomatic to Svelte, so please take a look and let us know if we got it right!

beta.tinybase.org/guides/relea...

1 week ago 9 1 1 0
Post image

We just reached a fun milestone - a million NPM downloads in the last year!

Another big thank you to our wonderful user community for your ongoing support. 😍

(courtesy of npm-stat)

1 week ago 10 0 1 0
Advertisement

(blushes in typescript)

2 weeks ago 7 0 0 0
Post image

Is this the quickest way to create a local-first @svelte.dev app?

`npm create tinybase@latest`

Experimental, but please kick the tires!

3 weeks ago 14 3 2 0
Post image

Is this the quickest way to create a local-first @svelte.dev app?

`npm create tinybase@latest`

Experimental, but please kick the tires!

3 weeks ago 14 3 2 0

🀫 Got Svelte?

`npm install tinybase@beta`

...and give us early feedback πŸ™

4 weeks ago 6 5 1 0
Preview
Releases | TinyBase This is a reverse chronological list of the major TinyBase releases, with highlighted features.

beta.tinybase.org/guides/relea...

4 weeks ago 1 0 0 0

🀫 Got Svelte?

`npm install tinybase@beta`

...and give us early feedback πŸ™

4 weeks ago 6 5 1 0

No plans on stopping.

(🀫 Svelte up next... could be fun too!)

1 month ago 7 1 1 0
Preview
Using Middleware | TinyBase This guide describes how to use the middleware module, which lets you register callbacks that can manipulate operations made on data in a Store.

Release notes:
tinybase.org/guides/relea...

Middleware guide:
tinybase.org/guides/using...

Enjoy!

1 month ago 2 0 0 0
Post image

Announcing TinyBase v8.0!

This release allows you to store arrays and objects in table cells or key-value pairs.

Plus a new middleware layer for precise control over data mutations made to a store.

Lots of goodies - check out the new release and let us know how it goes!

1 month ago 14 0 2 1
Advertisement
Post image

πŸ‘€ TinyBase v8 will have support for objects and arrays!

1 month ago 4 0 1 0
Post image

One for the weekend warriors: please kick the tires on our first v8 beta! 🀫

1 month ago 4 0 0 0
Video

πŸŽ‰ Introducing create-tinybase!

It's a command-line tool to create TinyBase apps with full sync and local-first capabilities.

With options like TypeScript, Cloudflare, SQLite, & PGlite, it's never been quicker to get started.

`npm create tinybase@latest`

Have fun and let us know how it goes!

2 months ago 9 3 0 0
benchmark results of sqlite vs tinybase vs levelgraph for a set of tasks like loading 10k urls and 1000 documents, etc.

benchmark results of sqlite vs tinybase vs levelgraph for a set of tasks like loading 10k urls and 1000 documents, etc.

10 runs each, median of results, tossed the high/low

4 months ago 0 1 0 0
Video

πŸŽ‰ Introducing create-tinybase!

It's a command-line tool to create TinyBase apps with full sync and local-first capabilities.

With options like TypeScript, Cloudflare, SQLite, & PGlite, it's never been quicker to get started.

`npm create tinybase@latest`

Have fun and let us know how it goes!

2 months ago 9 3 0 0
Post image

🀫 A sneak preview: a command line tool for scaffolding new TinyBase apps.

Build four different genres of apps, with different sync and persistence options (Durable Objects, SQLite, PGlite etc).

Do please try it out before we launch tomorrow!

npm create tinybase@latest

2 months ago 5 0 0 0

There are configuration options for mapping tables to tables but it might also depend on how complex the types in your db are.

2 months ago 3 0 0 0
Advertisement
Video

Wishing the TinyBase community a happy festive season, wherever you are in the world!

We finished the year with some gifts in the form of a bunch of cool v7.x releases. Go check them out, and stay tuned for an exciting 2026 roadmap.

Thank you everyone!

3 months ago 3 2 0 0
Video

Wishing the TinyBase community a happy festive season, wherever you are in the world!

We finished the year with some gifts in the form of a bunch of cool v7.x releases. Go check them out, and stay tuned for an exciting 2026 roadmap.

Thank you everyone!

3 months ago 3 2 0 0
Preview
Releases | TinyBase This is a reverse chronological list of the major TinyBase releases, with highlighted features.

For the full set of new state hooks, see the release notes.

tinybase.org/guides/relea...

And we hope you find these conveniences useful!

3 months ago 0 0 0 0
Post image

πŸŽ‰ TinyBase v7.3, the one with state hooks!

We've added a set of convenience hooks making it easier for @react.dev users to work with data in TinyBase.

The `useCellState` example below returns an idiomatic array of the value and a function to set it.

Reducing your boilerplate, one line at a time!

3 months ago 2 0 1 0

TinyBase is a fantastic project thatβ€” along with @expo.devβ€”enabled me to build @isaeye.uk with local-first capability on web, iOS + Android!

Support open source and the humans behind it :)

3 months ago 8 3 0 0