Remix.run Logo
kimchelgi03 a day ago

Interesting approach. Keeping everything as local content without a database is a strong design choice - it makes version control with git trivial and deployment much simpler.

nsayoda a day ago | parent [-]

Exactly! My thought was that backups, or porting from one version of Foundry to another would be as simple as copying the `content` directory since everything user-generated lives there (admittedly inspired by Wordpress' `wp-content`)