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
- Host: GitHub
- URL: https://github.com/fairdataihub/kalai
- Owner: fairdataihub
- License: mit
- Created: 2023-10-28T03:42:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T03:47:19.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:31:34.154Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://kalai.fairdataihub.org
- Size: 583 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.