{"id":28319859,"url":"https://github.com/dashpilot/dropserve","last_synced_at":"2026-01-27T02:01:10.844Z","repository":{"id":290762058,"uuid":"975484392","full_name":"dashpilot/dropserve","owner":"dashpilot","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-30T12:55:08.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T18:24:48.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dropserve.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashpilot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-30T11:45:46.000Z","updated_at":"2025-04-30T12:55:12.000Z","dependencies_parsed_at":"2025-04-30T13:06:59.717Z","dependency_job_id":"5f9fa375-dd12-43d8-8b4c-12a4597538fe","html_url":"https://github.com/dashpilot/dropserve","commit_stats":null,"previous_names":["dashpilot/dropserve"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dashpilot/dropserve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fdropserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fdropserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fdropserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fdropserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpilot","download_url":"https://codeload.github.com/dashpilot/dropserve/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fdropserve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-25T10:07:52.851Z","updated_at":"2026-01-27T02:01:10.839Z","avatar_url":"https://github.com/dashpilot.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DropServe\n\nA lightweight browser-based tool for instantly previewing static websites with just a drag and drop.\n\n![DropServe Screenshot](https://placehold.co/600x400?text=DropServe)\n\n## What is DropServe?\n\nDropServe is a zero-setup local development server for static websites. It eliminates the tedious workflow of opening a code editor and running a server command just to preview your static site. Simply drag your project folder onto the DropServe interface, and it instantly serves and displays your site.\n\n## Features\n\n- 🖱️ **Drag \u0026 Drop Interface** - Just drag your folder onto the browser window\n- 👁️ **Instant Preview** - See your site rendered immediately with all assets\n- 📱 **Works with Modern Frameworks** - Compatible with Vite, Webpack, and other bundlers\n- 🔄 **Asset Path Resolution** - Properly handles absolute paths (e.g., `/assets/main.js`)\n- 🏃‍♂️ **Zero Setup** - No installation, no command line, no dependencies\n- 🔒 **Fully Local** - Everything runs in your browser, files never leave your computer\n\n## How to Use\n\n1. Download the `index.html` and `dropserve.js` files to the same folder\n2. Open `index.html` in a modern browser (Chrome, Edge, or other Chromium-based browsers)\n3. Drag your static site folder onto the drop area (or click to select a folder)\n4. View your site instantly in the preview\n\n## How It Works\n\nDropServe uses a combination of modern browser APIs to create a virtual server right in your browser:\n\n1. **File System Access API** - To read files from your local folder\n2. **Message Passing** - To communicate between the parent window and iframe\n3. **Network Interception** - To serve local files in response to requests from your site\n4. **Blob URLs** - To represent your files in a way the browser can access\n\nThis approach means your site runs just like it would on a real server, maintaining all the behaviors and interactions that make your site work.\n\n## Browser Compatibility\n\nDropServe requires the File System Access API, which is currently supported in:\n\n- Google Chrome (version 86+)\n- Microsoft Edge (version 86+)\n- Other Chromium-based browsers (Opera, Brave, etc.)\n\n## Use Cases\n\n- Quick previews during development\n- Teaching web development without complicated tooling\n- Checking outputs from static site generators\n- Previewing sites built with modern frameworks (React, Vue, etc.)\n- Testing downloaded templates or themes\n\n## Limitations\n\n- Works only in browsers that support the File System Access API\n- Does not support server-side functionality (APIs, databases, etc.)\n- Cannot access resources from different domains unless they allow CORS\n\n## License\n\nMIT\n\n---\n\nCreated with ❤️ to simplify the web development workflow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpilot%2Fdropserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpilot%2Fdropserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpilot%2Fdropserve/lists"}