A modern, AI-powered SaaS platform that provides comprehensive SEO audits and conversion rate optimization insights for landing pages and websites.

- Technical SEO Audit - Meta tags, headers, schema markup analysis
- Performance Metrics - Core Web Vitals, page speed optimization
- Content Analysis - Keyword density, readability scores
- Mobile Optimization - Responsive design and mobile-first indexing
- Security Checks - HTTPS, security headers validation
- UX/UI Analysis - Design patterns and user experience evaluation
- Form Optimization - Conversion funnel analysis
- Call-to-Action Review - Button placement and effectiveness
- Trust Signals - Social proof and credibility indicators
- A/B Testing Recommendations - Data-driven improvement suggestions
- Automated Report Generation - Comprehensive PDF reports
- Smart Recommendations - Prioritized action items
- Competitive Analysis - Industry benchmarking
- Trend Analysis - Performance tracking over time
- Next.js 14 - React framework with App Router
- TypeScript - Type-safe development
- Tailwind CSS - Utility-first CSS framework
- Shadcn/ui - Modern component library
- Framer Motion - Smooth animations and transitions
- Lucide React - Beautiful icon library
- Next.js API Routes - Serverless API endpoints
- n8n Webhook Integration - Automated workflow processing
- Server Actions - Form handling and data processing
- Glassmorphism Design - Modern, translucent UI elements
- Dark/Light Mode - Theme switching capability
- Responsive Design - Mobile-first approach
- Accessibility - WCAG 2.1 compliant
- Node.js 18+
- npm or yarn package manager
- Git
-
Clone the repository
git clone https://github.com/vchaitanyachowdari/seo-audits-generator.git cd seo-audits-generator
-
Install dependencies
npm install # or yarn install
-
Set up environment variables
cp .env.example .env.local
Add your environment variables:
N8N_WEBHOOK_URL=your_n8n_webhook_url_here NEXT_PUBLIC_APP_URL=http://localhost:3000
-
Run the development server
npm run dev # or yarn dev
-
Open your browser Navigate to http://localhost:3000
- Enter your landing page URL
- Provide your email address
- Click "Start Free Audit"
- Receive comprehensive report via email
// Example API call
const response = await fetch('/api/audit', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
url: 'https://example.com',
email: 'user@example.com'
})
});
const result = await response.json();
βββ app/ # Next.js App Router
β βββ api/ # API routes
β βββ (pages)/ # Page components
β βββ globals.css # Global styles
βββ components/ # Reusable components
β βββ ui/ # Shadcn/ui components
β βββ ... # Custom components
βββ lib/ # Utility functions
βββ hooks/ # Custom React hooks
βββ public/ # Static assets
βββ styles/ # Additional styles
N8N_WEBHOOK_URL
- n8n webhook endpoint for processing auditsNEXT_PUBLIC_APP_URL
- Application base URL
- Colors: Modify
tailwind.config.ts
for theme colors - Components: Extend Shadcn/ui components in
components/ui/
- Animations: Customize Framer Motion animations in component files
Feature | Status | Description |
---|---|---|
β SEO Audit | Live | Technical SEO analysis |
β Performance Check | Live | Core Web Vitals monitoring |
β Mobile Optimization | Live | Responsive design analysis |
β Content Analysis | Live | Keyword and readability check |
β Security Scan | Live | HTTPS and security headers |
β UX/UI Review | Live | Conversion optimization insights |
β PDF Reports | Live | Downloadable audit reports |
π A/B Testing | Coming Soon | Split testing recommendations |
π Competitor Analysis | Coming Soon | Industry benchmarking |
We welcome contributions! Please see our Contributing Guidelines for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Live Demo: https://vercel.com/v-chaitanya-chowdaris-projects/v0-conversion-rate-optimizer
- v0.dev Project: https://v0.dev/chat/projects/JQlE2d4u8Tb
- Documentation: /docs
- API Reference: /api-docs
- Email: support@vcaicreator.com
- Documentation: /docs
- Issues: GitHub Issues
- Built with v0.dev - AI-powered development platform
- UI components from Shadcn/ui
- Icons from Lucide
- Animations powered by Framer Motion
Made with β€οΈ by V Chaitanya Chowdari