
QuickServe
Spin up local server instantly within VS Code.
4 followers
Spin up local server instantly within VS Code.
4 followers
QuickServe is a zero-config local development server for VSCode that lets you instantly preview and auto-reload HTML and Markdown files with zero friction. What makes it unique? Unlike basic servers, it features a deep dependency graph for smart change detection and Hot Module Replacement (HMR) for state-preserving updates. It also packs advanced, hassle-free tools like self-healing HTTPS, mobile testing via QR codes, and one-click status bar controls.




The QR code mobile testing idea is clever, would love to see it extend into full device emulation with screen size presets for common phones. Right now the QR just mirrors the live page, but a built-in toggle to simulate iPhone or Pixel viewports without leaving the editor would save me from opening browser devtools every time.
@barutcugil39607 Spot on! Since the goal is zero context switching, relying on the browser's devtools definitely breaks the local-first editor experience. I love the idea of wrapping the preview in a simulated device frame right inside the VS Code webview. Thanks for the feature request, I'm going to look into how to implement this natively.
QuickServe v1.4.0 Released ✨
Following valuable feedback from the community, I’m excited to announce the latest update to QuickServe.
Key Improvements:
- Internal Preview in VS Code: You can now preview your site directly within VS Code using the built-in webview. Simply configure "quickserve.openWith" to "internalWebview" to eliminate the need for external browser tabs or QR code scanning.
- Selective File Ignoring: Customize QuickServe to ignore specific files or directories, preventing unnecessary page refreshes during development.
This update addresses workflow inefficiencies, particularly for mobile layout testing. I’d appreciate your feedback—does this enhance your development experience?
Thanks 😊 to @barutcugil39607 for inspiring these improvements.