Skip to content

ribbon-studios/devkit.lgbt

Repository files navigation

Devkit

A kit of local-only utilities~

Apps

Devkit has two versions of the app both based upon the same source code, but with slightly different release cadences.

Web App

It has a web app that's hosted at https://devkit.lgbt. This is hosted via GitHub Pages and will NEVER make any external requests.

Releases occur every time a change is made to the main branch of the repo.

Native App

See Releases!

Releases occur every time a tag is pushed to the repo.

We currently build versions of the app for:

  • Linux (deb and AppImage)
  • Windows (exe and msi)
  • MacOS (dmg)
chmod u+x ./devkit_<version>_amd64.AppImage

FAQ

How is data stored?

All data created in the app is stored in IndexedDB.

You can view your data either via the "View Data" page or in the devtools under "Applications" (for Chromium-based browsers) or "Storage" (for any other browser).

Do you plan on supporting any other storage methods?

Yes! The native app opens up numerous possibilities for other methods of storing data. As such we've built our app in such a way to make it plug and play with other storage methods.

This will eventually be a setting users can tweak.