Dynamic OG helps you solve image generation process for your blogs/docs wherever you think links play a vital role for your websites.
- Why waste time on manual image creation when you can focus on what truly matters - your content.
- Choose from our variety of templates that designed to fit any purpose.
New templates added weekly!
Crafting Open Graph images can be a time-consuming and tedious task, especially for dynamic pages. Dynamic OG simplifies this process, saving you valuable time and effort.
To learn more about the technologies used in this site , see the following resources:
- Next.js - the official Next.js documentation
- Tailwind CSS - the official Tailwind CSS documentation
- Headless UI - the official Headless UI documentation
- nodejs >= 18.17.0
- vercel (for production)
- Install Dependencies:
npm install
- Start the Development Server:
npm run dev
This will typically start the server on http://localhost:3000. You can open this URL in your browser to view the application as you make changes.
- Environment Variables
Add your domain in your .env.local
NEXT_PUBLIC_DOMAIN=http://localhost:3000
- Optional: Environment Variables
This project optionally supports integration with:
-
Beam Analytics for tracking website usage and performance.
-
DocsAI for implementing a chatbot to enhance user interaction.
If you wish to leverage these tools, create a file named .env.local
at the root of your project directory (not tracked in version control) and add the following environment variables:
NEXT_BEAM_ANALYTICS_ID=YOUR_BEAM_ID
NEXT_DOCS_AI_ID=YOUR_DOCS_AI_ID
- Fork this repository.
- Go to your vercel dashboard and connect git with this repository.
- Add environment variables.
- Deploy it on vercel.
Learn more about deploying Nextjs with Vercel