π§Self Hosting
Hypercast instances can be self-hosted in a matter of minutes using Cloudflare.
Creating your instance
import { Operator } from 'hypercast/server'
export { Hypercast } from 'hypercast/server'
export default new Operator()name = "my-hypercast"
main = "src/index.ts"
account_id = 'abcdefg1234567'
compatibility_date = "2022-12-03"
[durable_objects]
bindings = [
{ name = "hypercasts", class_name = "Hypercast" }
]
[[migrations]]
tag = "init_hypercast"
new_classes = ["Hypercast"]Connecting to your instance
Last updated