Skip to content

samarthags/MetaURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 MetaURL – Dynamic URL to Webpage

Next.js
Vercel

MetaURL is a unique Next.js app where whatever you type in the URL path is displayed directly on the webpage.
It also auto-generates SEO meta tags (title, description, Open Graph) so your custom message looks great when shared anywhere.

πŸ‘‰ Example:
https://sammuurl.vercel.app/Hi I am Samarth
will display β€œHi I am Samarth” on the page and embed it in the page’s meta tags.


🌟 Features

  • ⚑ Instant Display – Text in the URL path shows up instantly on the page.
  • 🏷️ Dynamic Meta Tags – Auto-generate title, description, and OG tags.
  • 🌍 Shareable Links – Share URLs anywhere and the text + metadata will appear.
  • πŸ–ΌοΈ Perfect Previews – Works beautifully for quick notes, messages, and fun share links.
  • πŸ–₯️ Built with Next.js – Dynamic routing with fast rendering and SEO built-in.
  • πŸš€ Deployed on Vercel – Global CDN for instant worldwide access.

πŸ› οΈ Tech Stack

  • Framework: Next.js (dynamic routing & SSR)
  • Hosting: Vercel (serverless deployment)
  • SEO: Dynamic meta tag generation
  • Styling: Tailwind CSS (or custom styles)

πŸ“¦ Installation & Setup

  1. Clone the repository
    git clone https://github.com/samarthags/MetaURL.git
    cd MetaURL
    
  2. Install dependencies

npm install

  1. Run the development server

npm run dev

Open http://localhost:3000 and test by adding text in the path, e.g.: http://localhost:3000/Hello World


🌍 Live Demo

Try it live at https://sammuurl.vercel.app – type anything after / and it appears instantly on the page with live meta tags.


🀝 Contributing

Contributions are welcome!

  1. Fork the repo

  2. Create a new branch (git checkout -b feature-new)

  3. Commit changes (git commit -m "Added new feature")

  4. Push to your branch (git push origin feature-new)

  5. Open a Pull Request


πŸ‘¨β€πŸ’» Author

Made With ❀️‍πŸ”₯ By Samarth Gs

About

Instantly turn any URL path into a live webpage with SEO-friendly meta tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published