Every Hercules app includes a database by default. No setup required. Store users, organizations, records, and any structured app data. For static assets use Files & Media.Documentation Index
Fetch the complete documentation index at: https://hercules.app/docs/llms.txt
Use this file to discover all available pages before exploring further.

How does the database work?
When you describe features to Hercules, it creates the database structure automatically:Add a blog with posts and commentscreatespostsandcommentstablesUsers should be able to save favoritescreates afavoritestable linked to usersTrack order historycreates anorderstable with relationships
What can I do in the Database UI?
Open Database in the sidebar to:- View all tables and their structure
- Browse and edit individual records
- Search and filter data
- Bulk import data from CSV
Can I edit the data in the database with Hercules AI?
Yes! Hercules AI can- Read and query tables
- Create new records
- Bulk create records
- Update and delete existing records (with your approval)
How large can the database scale?
The database can scale as large as you need. It’s designed to handle large-scale production workloads.Where is data hosted?
Your data is hosted in the region you pick when you create the app. Available regions: US East (N. Virginia) and EU West (Ireland).Additional FAQ
Is my data backed up?
Is my data backed up?
We do not currently have data backups. We are going to add this as a paid add-on soon.
Can I export my data?
Can I export my data?
Yes. Go to More → Export. Database exports are only available on the Business plan
What's the difference between Database and Hercules Files & Media?
What's the difference between Database and Hercules Files & Media?
- Database stores structured data (users, orders, records).
- Files & Media stores static assets (images, PDFs, videos).