Scoop is a free, all-in-one tool designed to simplify and enhance your digital marketing efforts. Built with Next.js, Scoop combines a UTM builder, QR code generator, and meta tag optimizer into one user-friendly platform.
- UTM Link Generator: Create trackable links with custom UTM parameters
- QR Code Generator: Generate customizable QR codes with optional logo embedding
- Meta Preview: Optimize and preview your meta tags for better SEO and social sharing
- Dark Mode Support: Toggle between light and dark themes for comfortable viewing
- Clone the repository
- Install dependencies:
npm install # or yarn install
- Run the development server:
npm run dev # or yarn dev
- Open http://localhost:3000 in your browser to see the application
app/page.tsx
: Main page component that renders the UTMGeneratorapp/layout.tsx
: Root layout component with metadata and theme providercomponents/UTMGenerator.tsx
: Core component with all the functionality
- Next.js 13+ with App Router
- React
- TypeScript
- Tailwind CSS
- Framer Motion for animations
- next-themes for dark mode support
- QRCode.react for QR code generation
- Vercel Analytics for usage tracking
This project is optimized for deployment on Vercel. Simply connect your GitHub repository to Vercel for automatic deployments.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.