An open API service indexing awesome lists of open source software.

https://github.com/fairdataihub/kalai

Open Graph Image Generation service for FAIR Data Innovations Hub applications
https://github.com/fairdataihub/kalai

Last synced: over 1 year ago
JSON representation

Open Graph Image Generation service for FAIR Data Innovations Hub applications

Awesome Lists containing this project

README

          

# Kalai

Kalai is a service that generates thumbnails for images. It is built using [Next.js](https://nextjs.org/) and [Satori](https://github.com/vercel/satori)

## Project setup

Install all dependencies:

```bash
pnpm install
```

## Development

Start the development server:

```bash
pnpm dev
```

## How to use

Use the url provided in the `preview` section to refer to the generated thumbnails.

## Deployment

This project is deployed on Vercel. To deploy, push to the `main` branch.

## Acknowledgements

A special thank you to Vercel for hosting this project.