A full-stack Website Performance Analyzer that evaluates websites using the Google PageSpeed Insights API.
Frontend: https://site-well-kappa.vercel.app/login
Backend: https://sitewell.onrender.com
- User Registration
- Secure Login (JWT Authentication)
- Password Encryption using bcrypt
- Website Performance Analysis
- Accessibility Score
- SEO Score
- Best Practices Score
- Protected Routes
- MongoDB Atlas Database
- Responsive UI
- Deployment on Vercel & Render
- React.js
- Vite
- JavaScript
- HTML
- CSS
- Node.js
- Express.js
- MongoDB Atlas
- Mongoose
- JWT
- bcrypt.js
- Google PageSpeed Insights API
git clone https://github.com/KothintiTharun035/SiteWell.gitcd Server
npm install
npm run devcd Client
npm install
npm run devPORT=8000
MONGO_URI=mongodb://sitewelladmin:Adminsitewell@ac-cmnb9y2-shard-00-00.z8654ur.mongodb.net:27017,ac-cmnb9y2-shard-00-01.z8654ur.mongodb.net:27017,ac-cmnb9y2-shard-00-02.z8654ur.mongodb.net:27017/?ssl=true&replicaSet=atlas-6pspbe-shard-0&authSource=admin&appName=Cluster0
JWT_SECRET=sitewell@2026
PAGESPEED_API_KEY=AIzaSyDZg604MVLLbu1wO8kqjLbfV2ZI8DB_7t4
VITE_API_BASE_URL=http://localhost:8000
Tharun Kothinti



