1 # Hatsu {#module-services-hatsu}
3 [Hatsu](https://github.com/importantimport/hatsu) is an fully-automated ActivityPub bridge for static sites.
5 ## Quickstart {#module-services-hatsu-quickstart}
7 the minimum configuration to start hatsu server would look like this:
14 HATSU_DOMAIN = "hatsu.local";
15 HATSU_PRIMARY_ACCOUNT = "example.com";
21 this will start the hatsu server on port 3939 and save the database in `/var/lib/hatsu/hatsu.sqlite3`.
23 Please refer to the [Hatsu Documentation](https://hatsu.cli.rs) for additional configuration options.