Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

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 install

Then start the Live Lambda Development environment.

$ npx sst start

The 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 prod

Documentation

Learn more about the SST.