a webapp that converts voice memos into videos, ready for posting on bluesky (or perhaps elsewhere!). it lets you upload audio files or record directly from the microphone, and automatically generates a video using your profile picture.
built with solidjs and vite. uses park-ui for components and atcute for atproto interactions.
see trill.ptr.pet for a hosted instance.
- upload a voice memo or record one.
- it will automatically be converted to a video.
- (optional) add an account to enable bluesky integration.
- build the project:
nix build .#memos - enter the dev shell:
nix develop
you'll need deno.
deno install && panda codegen
deno task dev # or deno task build