Apps โ fogserv.cloud Projects
Status: Active
Last Updated: 2026-08-26
Category: Overview
Prerequisites: architecture-overview
Tags: apps, projects, vault, dia, prompts, self-help, homelab, qr-generator, kids-learning, self-hosted
Summary
Every project in the fogserv.cloud family โ the same ones listed in the site's Apps menu. Self-hosted where possible, GitOps-deployed, and documented here so nothing lives only in someone's head.
The Projects
๐ Vault
Local-first secret organization tool. Static single-page app โ no backend, no network calls.
- URL: /apps/vault.html
- Type: Static HTML (served from this site)
- Source:
Apps/vault.htmlin the repository
โจ Dia
AI prompt assistant experience at dia.ai-prompts.help.
- URL: dia.ai-prompts.help
- Type: Hosted web app
๐ฌ Prompts
Prompt library and tooling for getting more out of AI assistants.
- URL: ai-prompts.help
- Type: Hosted web app
โค๏ธ Self-Help
Practical self-improvement resources.
- URL: self-help.dev
- Type: Hosted web app
๐ Homelab
The self-hosted infrastructure hub behind these projects.
- URL: self-hosted.info
- Type: Hosted web app
๐ณ QR Generator
Quick QR code generation utility.
- URL: qr.self-hosted.info
- Type: Hosted web app
๐ง Kids Learning
Kid-friendly learning resources and tools.
- URL: learnwithme.app
- Type: Hosted web app
Adding an App
- Add source to the repo (
Apps/for static assets; a manifest underEnterprise/apps/for containerized services). - If containerized: follow the Deployment + Service + Ingress conventions in
Enterprise/apps/fogserv-cloud.yaml. - Document it here with a link, type, and one-line description.
- Add it to the site's Apps dropdown in
src/components/Navigation.tsx.
Related
- Deployment Runbook
- Updates โ recent changes across these projects