About UploadSpec
UploadSpec is a static Astro site with a React tool island that helps users prepare photos and signatures for Indian government and exam portals. Each tool page targets a specific upload specification—exact pixel dimensions, JPEG size ranges, and filenames—verified against official portal rules. All image processing runs in the browser using Canvas; nothing is uploaded to a server.
Open live siteFeatures
- •Dedicated pages per exam or portal under /tools/ (UPSC, IBPS, RRB, Kerala PSC, passport, driving licence, and more)
- •Spec tables and guidance visible in static HTML for SEO and no-JS users
- •Crop, compress to KB range, and download with portal-ready filenames
- •Kerala PSC name and date stamp overlay where required
- •Per-tool feedback embed to capture portal rejection signals
- •Deployed as a static site on Firebase Hosting (uploadspec.web.app)