Serverless Social Cards
A serverless app created with SST that dynamically generates social share or Open Graph (OG) images.
Getting Started
Read the guide on how this service is configured and how you can create your own — Dynamically generate social share images with serverless.
Running Locally
Start by installing the dependencies.
$ npm installThen start the Live Lambda Development environment.
$ npx sst startThe templates to generate the share images are stored in templates/. And all the non-Latin fonts are placed in .fonts/.
Deploying to Prod
Deploy your service to prod by running.
$ npx sst deploy --stage prodDocumentation
Learn more about the SST.