App Station

App Station turns one directory into a centralized showcase for your applications. Add project names, links, repositories, descriptions, and images, then serve the directory as a polished index of the apps you want people to see.

appstation init ./my-station
appstation admin ./my-station
appstation run ./my-station
appstation compile ./my-station

How It Works

Each station is driven by appstation.json. The public page renders projects in the same order they appear in that file, and the admin portal lets you move entries up, down, or by drag and drop.

Documentation Page

Every station includes this documentation page at /docs. Keep the project lineup focused on your apps, and use the top navigation when you need the App Station guide.

Publish

Use compile to write static output into out/public. The generated station Dockerfile serves that static showcase, including this documentation page.