holsterjr hosting
free hosting for discord bots and small apps. invite only, managed through discord.
deploy from github
push to github, run /deploy in discord, and your app is live. supports node.js, python, and deno.
managed via discord
deploy, restart, view logs, and manage env vars — all from discord slash commands. no web ui needed.
free for friends
up to 3 apps per user, 200mb ram each. get an invite code from an admin to get started.
how it works
- get an invite code from an admin
- register on the dashboard with your discord account
- push your app to a public github repo
- run
/deploy https://github.com/you/repoin discord - your app is live! manage it with
/apps,/logs,/restart
supported runtimes
node.js
npm install + pm2
python
pip install + pm2
deno
deno run + pm2