Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealphamerc/meta-toolkit
Generate meta tags or Preview how your webpage will look on social media
https://github.com/thealphamerc/meta-toolkit
facebook google linkedin metadata twitter
Last synced: 18 days ago
JSON representation
Generate meta tags or Preview how your webpage will look on social media
- Host: GitHub
- URL: https://github.com/thealphamerc/meta-toolkit
- Owner: TheAlphamerc
- Created: 2023-09-09T15:54:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:06:03.000Z (9 months ago)
- Last Synced: 2024-10-02T05:41:20.194Z (about 1 month ago)
- Topics: facebook, google, linkedin, metadata, twitter
- Language: TypeScript
- Homepage: https://meta-toolkit.vercel.app
- Size: 2.02 MB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meta Toolkit [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FTheAlphamerc%2Fmeta-toolkit&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
Meta Toolkit — Preview how your webpage will look on social media## Introduction
Meta Toolkit makes it simple to preview and edit meta tags for any URL. Pass a website link to instantly see how it will appear in social media previews. Edit metadata to visualize changes in real-time - all in one simple tool.
## Local Development
To run Meta toolkit locally, you will need to clone this repository
Once that's done, you can use the following commands to run the app locally:
```
yarn
yarn build
yarn dev
```## Tech Stack
- [Next.js](https://nextjs.org/) – framework
- [Typescript](https://www.typescriptlang.org/) – language
- [Tailwind](https://tailwindcss.com/) – CSS
- [Vercel](https://vercel.com/) – hosting## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/TheAlphamerc/meta-toolkit/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/TheAlphamerc/meta-toolkit/pull) to add new features/make quality-of-life improvements/fix bugs.