Live data from Hacker News

Show HN: Shumai – open-source Frame.io alternative for creative work

github.com

1–8 of 8 posts

Show HN: Shumai – open-source Frame.io alternative for creative work

#1
Shumai is an open source platform for uploading creative files, managing projects, collecting precise feedback, sharing work, and collaborating with AI agents, all in one simple creative-first workspace.

I’ve always liked the product design of Frame.io, and I wanted to build an alternative that feels just as polished, while being open source and easy to self host.

You can deploy Shumai with docker compose in just a few minutes. It can also be installed from npm, though you'll need to provide your own PostgreSQL instance with the pgvector extension installed.

For larger deployments, Shumai supports distributed processing via Temporal, allowing resource intensive tasks such as transcoding to be scaled independently.

It's still early in development, feel free to try and share any feedback.

Demo: https://staging.shumai.one

Show HN: Shumai – open-source Frame.io alternative for creative work
github.com

Re: Show HN: Shumai – open-source Frame.io alternative for creative work

#3
post #2

Interestingly, shumai (or "siomai" if in the Philippines) is a type of traditional Cantonese meat dumpling from China made of ground pork.

This project uses Bun, and I'm Chinese, so naming it Shumai felt like a natural choice :)

Re: Show HN: Shumai – open-source Frame.io alternative for creative work

#7
this looks incredibly polished for being so early in development, you nailed the frame.io aesthetic. having distributed processing via temporal ready to go for a self-hosted tool is huge for scaling up transcoding. definitely gonna spin this up via docker compose this weekend to try it out.