Folders That Know What App to Open

Most platforms treat folders as dumb containers. You upload files, you organize them into directories, and the platform shows you a file list. What happens next is your problem.

AppKask flips this. Every folder has a type, and the type determines what application opens when you navigate to it.

The idea

Think of it like your phone. You don’t open a “file viewer” and manually parse a .mp3 file. You tap a song and a music player opens. The file type determines the experience.

AppKask does this at the folder level:

  • Tag a folder as media-server and it becomes a media gallery with upload, transcoding, and streaming
  • Tag it as course and it becomes a training environment with lessons, presentations, and progress tracking
  • Tag it as bpmn-simulator and it becomes an interactive process modeler
  • Tag it as yhm-site-data and it becomes a website builder with visual editing and one-click publishing

Same workspace. Same files. Completely different user experience depending on the folder type.

Why this matters for delivery

If you’re running a consulting engagement, a single workspace can hold everything:

FolderTypeWhat the client sees
/trainingcourseStructured lessons with video and quizzes
/processesbpmn-simulatorInteractive process diagrams they can simulate
/mediamedia-serverVideo library with adaptive streaming
/websiteyhm-site-dataTheir branded website, built from the same content

One workspace. One URL. Four completely different applications — all powered by the same underlying files.

Dual-use: embedded and standalone

Every folder-type application runs in two modes from the same code:

Embedded mode — inside the workspace browser. The authenticated user sees the full editing experience: upload, reorder, edit, delete.

Standalone mode — accessible via a clean URL with an access code. No login required. The external user sees a polished read-only experience: course viewer, media gallery, process diagram.

The same crate, the same templates, the same logic. Two audiences, zero duplication.

What this means for management

You’re not buying five separate tools and stitching them together. You’re deploying one platform where each folder becomes the right tool for the job. Training, media, processes, websites, and documentation — all managed in one place, all shareable with one access code.

New folder types can be added without touching the core platform. One crate, one registration line, and the workspace browser picks it up automatically.

Published