Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^2.87.0^3.0.3^1.9.4^2.8.5^17.2.3^5.2.1^12.23.25^9.0.3^2.9.6^19.2.0^19.2.0^7.10.1^6.6.0^9.39.1^4.1.17^19.2.5^19.2.3^5.1.1^10.4.22^1.0.0^9.2.1^9.39.1^7.0.1^0.4.24^16.5.0^8.5.6^3.4.18^7.2.441
commits
Update landing page: fix spacing, remove fake content, add clients section with infinite scroll, update demo preview
0d0c9fbView on GitHubAdd guides to fix Vercel redirect and payment issues on Railway
2d656e6View on GitHubFix Express 5: Use app.use() for SPA routing instead of wildcard pattern
eaebf8eView on GitHubFix Express 5 wildcard route: change '*' to '/*'
33c3d71View on GitHubFix: Specify Node.js 20 for Railway deployment (Supabase requirement)
31f4293View on GitHubFix Railway deployment: improve error handling for missing dist folder
b966c0aView on GitHubAdd Railway deployment guide and environment variables
a6fe356View on GitHubFix payment pipeline: UPI one-time, Card autopay, email integration, subscription fixes
2d496cdView on GitHubAdd Razorpay subscription activation guide - Step-by-step instructions to activate subscriptions - Enable UPI Autopay and Cards - Configure webhooks - Test subscription flow - Troubleshooting common issues
39bb2d9View on GitHubSetup Railway deployment with unified server - Create unified Express server (frontend + API + webhook) - Add webhook handler to server.js for Razorpay events - Create Railway config files (railway.json, Procfile) - Update package.json with start script for Railway - Update frontend to use Railway API URL in production - Create comprehensive Railway deployment guide - Server serves static files in production - All payment endpoints work on Railway (no serverless timeout) - Full autopay support with UPI and Card mandates
049b1abView on GitHubEnable UPI Autopay and Card autopay for subscriptions
ce3f645View on GitHubImplement Netflix-style autopay subscription experience
b9a6b9dView on GitHubAdd payment failure handling for website deactivation
ec72cdcView on GitHub