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.
- ⚡ 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.
- Framework: Next.js (dynamic routing & SSR)
- Hosting: Vercel (serverless deployment)
- SEO: Dynamic meta tag generation
- Styling: Tailwind CSS (or custom styles)
- Clone the repository
git clone https://github.com/samarthags/MetaURL.git cd MetaURL - Install dependencies
npm install
- 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!
-
Fork the repo
-
Create a new branch (git checkout -b feature-new)
-
Commit changes (git commit -m "Added new feature")
-
Push to your branch (git push origin feature-new)
-
Open a Pull Request
👨💻 Author
Made With ❤️🔥 By Samarth Gs