Skip to content

90-008/trill

Repository files navigation

trill

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.

usage

  1. upload a voice memo or record one.
  2. it will automatically be converted to a video.
  3. (optional) add an account to enable bluesky integration.

running

with nix

  • build the project: nix build .#memos
  • enter the dev shell: nix develop

manually

you'll need deno.

deno install && panda codegen
deno task dev # or deno task build

About

creates video voice memos from audio clips; with bluesky integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages