Justthefax
A simple web UI for Twilio's Programmable Fax API
Install / Use
/learn @brampersandon/JustthefaxREADME
just the fax
A web interface for Twilio's awesome Programmable Fax API. Cooked up as a self-care project of sorts, and also because I needed to fax something.
setup
Set up your Twilio Account SID, Twilio API key, and desired external API key as environment variables:
export TWLO_SID='Axxxxxxxxxxxxxxxxxxxx'
export TWLO_KEY='Axxxxxxxxxxxxxxxxxxxx'
export API_KEY='some-gibberish-probably-a-uuid-or-something'
I recommend using direnv to expose env vars in a .envrc file in the root (./) of this project. I created a sample .envrc file at ./envrc.sample – just rename it to .envrc and edit the values and you should be off to the races!
api
In the ./api/ directory, you'll find an Apollo Server project. Run yarn dev to launch the server on port 4000.
web
In the ./web/ directory, you'll find a Next.js project. Run yarn dev to launch the server on port 3000.
a word of caution
Pick a solid-ish API key, and consider using a real authentication method (like, something with tokens that expire) rather than the simple thing I cooked up. You shouldn't expose or deploy this service outside of your local machine without significant, sweeping changes.
Related Skills
node-connect
336.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.0kCommit, push, and open a PR
