SaaSHub helps you find the best software and product alternatives Learn more →
Apps Alternatives
Similar projects and alternatives to apps
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
clace
Hypermedia based internal tools for teams. Application server for containerized apps. Runbook automation like Rundeck, custom apps like Retool.
-
-
-
-
-
-
hashfs
Implementation of io/fs.FS that appends SHA256 hashes to filenames to allow for aggressive HTTP caching.
apps discussion
apps reviews and mentions
-
Show HN: Auto generated form UI for back end actions
Clace allows you to build simple reports and automations without writing any UI code. Error handling is supported for invalid inputs, all updates are done without any full page refresh.
https://utils.demo.clace.io/list_files is another demo, source is at https://github.com/claceio/apps/tree/main/system/list_files. The docs are at https://clace.io/docs/actions/
-
Using SQLite as Storage for Web Server Static Content
clace app create --approve https://github.com/claceio/apps/utils/bookmarks /bookmarks
will get the source code for the app from GitHub and write it into the SQLite database. Later, running
-
An Overview of the Starlark Language
[4] https://github.com/claceio/apps/blob/main/utils/bookmarks/ap...
-
Show HN: Clace – Nginx Unit alternative – app server for internal apps
Clace uses SQLite as the filesystem for storing app files. This has some advantages in terms of being able to store the file etag hash value, brotli compress the files, deduplicate files across apps (especially useful for preview apps which have lots of duplicate data) etc. Clace is also designed for very light footprint, thousands of apps can be installed on a server. Since apps are lazy loaded, the memory/cpu load on the system is minimal.
Clace request routing is designed for Hypermedia driven apps. This makes HTMX driven user interfaces easy to build since the full page and partial request are automatically handled at the routing level. See https://github.com/claceio/apps/blob/main/utils/bookmarks/ap... for an example app.
https://demo.clace.io/ has some demo apps, all running on a single Clace server instance.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
Stats
claceio/apps is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of apps is JavaScript.