Your bot, always online.
Simple hosting for Discord bots, JavaScript and Python runtimes, and account-level data services. Deploy useful projects and let CodeStuff keep watch.
Resources for useful projects
Shared account resources for Discord bots, JavaScript runtimes, and hosted databases.
Shared account limit across running bots.
Shared storage for account bot files.
Shared account RAM budget for bots.
Create and manage up to twelve bots.
Choose the database shape your app needs
Both database types use your account's shared database resources. SQLite is available now; Realtime Database is the upcoming JSON document store.
SQLite
A full SQLite database for relational data, SQL queries, tables, indexes, and structured application storage.
- Up to 2 databases per account
- 10 requests per minute and 10,000 per day
- 256 MB shared database storage
- Per-database API keys
Realtime Database (JSON)
A lightweight JSON document database for app state and synchronized data, using your account's shared database resource pool.
- JSON data with rules for read and write access
- One active application key per database
- Rotate the application key whenever needed
- Rules and application-key permissions work together
{
"rules": { "read": true, "write": false }
}
Small footprint. Useful safeguards.
Spend your time improving your project instead of checking whether its services are still running.
Auto-restart
Recover from unexpected stops and keep your bot available.
Quick deployment
Get your project running without managing a server.
Simple monitoring
Know when your process is online and responding.
Community support
Ask questions and get help through the CodeStuff Discord.
Give your Discord bot a home.
Join the CodeStuff community to get started with hosting.
Open Hosting Panel