Full-stack SEO toolkit with AI-powered insights, geo-targeting, and LLM optimization. Start with keyword generation and scale to complete SEO mastery.
- 🤖 AI-powered keyword generation from any website URL
- 🎯 Search intent classification and difficulty scoring
- 💾 Smart caching to avoid redundant generations
- 📱 Responsive design with dark/light mode
- Node.js 18+
- Convex, Hyperbrowser, and Clerk accounts
git clone https://github.com/P-Essonam/seo-platform.git
cd seo
npm installSet up your .env.local with:
CONVEX_DEPLOYMENT=your-convex-deployment
NEXT_PUBLIC_CONVEX_URL=your-convex-url
HYPERBROWSER_API_KEY=your-hyperbrowser-api-key
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key
CLERK_SECRET_KEY=your-clerk-secret-key
NEXT_PUBLIC_GITHUB_REPO=username/repo-namenpx convex dev
npm run devNext.js 15, TypeScript, Tailwind CSS, Convex, Clerk, Hyperbrowser SDK
npm run dev # Development server
npm run build # Build for production
npm run lint # Run linter- Fork the repository
- Create a feature branch
- Make your changes
- Open a Pull Request
MIT License