Yes, MatCraft is available for self-hosted deployment. The full stack includes:
git clone https://github.com/matcraft/matcraft
cd matcraft
docker-compose upThis starts all services and loads the database. The API is then available at http://localhost:8000/api.
See the Installation Guide for detailed self-hosting instructions.