Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active March 16, 2024 15:46
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save nolanlawson/508ab18c9af40744525e to your computer and use it in GitHub Desktop.
Save nolanlawson/508ab18c9af40744525e to your computer and use it in GitHub Desktop.
List of offline-first tools for web developers

Offline-first tools for web developers

A quick list of tools for building HTML/CSS/JS apps that work well offline. Ping me at @nolanlawson if I missed anything!

Hybrid app development

Tools for bundling your HTML/CSS/JS into a native app.

UI Frameworks

Frameworks designed to work well on mobile devices. A good pairing with the above build tools.

Databases and wrappers

Tools to help you use LocalStorage, Web SQL, and IndexedDB in the browser.

Level* community

One API, many backends. Mostly server-side, but some client-side libraries too:

All-in-one frameworks

Hood.ie kind of stands alone in this regard. There's nothing quite like it!

Web APIs

Web APIs that help your app work well offline. Some new and immature technology, but still useful.

@janl
Copy link

janl commented Oct 6, 2014

please to be committing to http://github.com/offlinefirst <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment