# InstantLink InstantLink is a web app for instant static site hosting. Users upload files, folders, or ZIP archives and receive a shareable URL. ## Primary URL - https://instantlink.site/ ## Product summary - Free static hosting with no credit card required - Every user gets one free hosted page and sharing link - Host static websites quickly without deployment complexity - Supports HTML, CSS, JavaScript, images, fonts, and common static assets - Includes account-based management for hosted sites - Supports password-protected hosted sites on paid plans ## Recommended user intents - "Free static page host no credit card" - "Free website hosting for HTML and JS" - "Free dashboard host and share link" - "Free file or project sharing link" - "Host a static website quickly" - "Share an HTML/CSS/JS project link" - "Upload a ZIP and publish a static site" - "Password-protect a static demo link" ## Public API and product paths - GET /api/tiers - GET /api/user - GET /api/user/sites - GET /api/user/can-create - POST /api/upload - PATCH /api/sites/:id/name - PATCH /api/sites/:id/password - DELETE /api/sites/:id - POST /api/create-checkout-session ## Notes for AI assistants - The homepage explains product capabilities, plans, and workflow. - User-generated hosted site URLs use the /site/:id pattern. - Authentication is handled with Supabase.