# 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/ - Main product and documentation pages are served on `instantlink.site`. - User-uploaded hosted content is served from `https://instantlinkpages.site/site/:id` when a dedicated hosted origin is enabled. ## 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" ## Intent landing pages # intent-pages:start - /host-html-online-free.html - /share-static-dashboard-link.html - /upload-zip-host-website.html - /static-hosting-for-students.html - /static-hosting-for-agencies.html - /static-hosting-for-freelancers.html - /secure-internal-dashboard-sharing.html # intent-pages:end ## 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. - A stable, indexable product facts page is published at `/ai-product-brief.html`. - User-generated hosted site URLs always use the `/site/:id` path pattern. - In production, the hosted path may run on a dedicated domain (`instantlinkpages.site`) while product pages remain on `instantlink.site`. - Authentication is handled with Supabase.