Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakovenkodenis/spot-serve-web
Spot Serve is a developer-centric tool that allows for quick, interactive previews of websites.
https://github.com/yakovenkodenis/spot-serve-web
cache-api service-worker webrtc
Last synced: 15 days ago
JSON representation
Spot Serve is a developer-centric tool that allows for quick, interactive previews of websites.
- Host: GitHub
- URL: https://github.com/yakovenkodenis/spot-serve-web
- Owner: yakovenkodenis
- License: mit
- Created: 2025-01-13T13:02:46.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T09:51:18.000Z (16 days ago)
- Last Synced: 2025-01-22T10:29:08.624Z (16 days ago)
- Topics: cache-api, service-worker, webrtc
- Language: TypeScript
- Homepage: https://yakovenkodenis.github.io/spot-serve-web/
- Size: 3.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![svgviewer-output](https://github.com/user-attachments/assets/99c4bcb4-56a8-4864-acda-9fb67439af31)
# Spot Serve
Spot Serve is a seamless solution for developers to share quick, interactive previews of their websites. This app leverages modern technologies, including WebRTC, to allow for fast and secure file sharing directly from your local machine without relying on third-party hosting.
## Features
- Upload website files as a zip archive using the desktop app.
- Automatically generate a unique URL for others to view the website preview.
- Fast, secure file sharing powered by WebRTC technology.
- Simplified process for collaboration between developers, designers, and clients.
- No need for third-party hosting services.## Installation
1. Clone the repository:
```bash
git clone [email protected]:yakovenkodenis/spot-serve-web.git
```2. Install dependencies (for both frontend and backend, if applicable):
```bash
cd spot-serve-web
yarn install
```3. Run the app:
```bash
yarn dev
```## Usage
1. Upload your website files as a zip archive using [the desktop app](https://github.com/explicit-logic/spot-serve-gui).
2. Once uploaded, a unique URL will be generated.
3. Share this URL with others for them to preview your website.## About Spot Serve
Spot Serve is designed with simplicity and performance in mind. It simplifies the process of showcasing a work-in-progress or delivering the final product to clients and collaborators. Powered by WebRTC, it ensures a hassle-free, direct preview experience every time.
## License
Spot Serve is licensed under the MIT License.