theodorusclarence / og

πŸ‡ Open Graph Generator made using @vercel/og for personal use

Home Page:https://og-theta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Graph Generator

πŸ‡ Open Graph Generator made using @vercel/og for personal use.

Feel free to fork it and use it for your website!

Deployment Guide

You can achieve deployment fully from the website without cloning the repository.

  1. Fork the repository

  2. Replace the public/images/logo.jpg with your logo. Make sure it has the same file name.

    This is optional, replacing the logo will grant you the ease of using the api without having to add your logo link on the parameters every time.

  3. Deploy to Vercel.

Vercel Configuration Settings

There are some configurations that you need to do:

  1. Add the following to the environment variables. Settings > Environment Variables
Name Value
NEXT_PUBLIC_DEPLOYMENT_URL https://your.domain.com

After configuring, redeploy the project

General OG

Light Mode & Site Name Only

image

Query:

/api/general?siteName=Your Site Name&description=Lorem ipsum&theme=light

Light Mode & Template Title

image

/api/general?templateTitle=Page Name&siteName=Your Site Name&description=Lorem ipsum&theme=light

Dark Mode & Site Name Only

image

/api/general?siteName=Your Site Name&description=Lorem ipsum&theme=dark

Dark Mode & Template Title

image

/api/general?templateTitle=Page Name&siteName=Your Site Name&description=Lorem ipsum&theme=dark

Custom Logo

You can also customize logo by specifying logo, width is defaulted to 100px.

Or you can also add logoWidth and logoHeight by specifying pixel number

image

/api/general?siteName=Your Site Name&description=Lorem ipsum&theme=dark&logo=https://docs.thcl.dev/apple-icon-180x180.png&logoWidth=120

About

πŸ‡ Open Graph Generator made using @vercel/og for personal use

https://og-theta.vercel.app


Languages

Language:TypeScript 85.9%Language:JavaScript 8.9%Language:CSS 4.7%Language:Shell 0.4%