diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index f9f0af9..0000000
--- a/.dockerignore
+++ /dev/null
@@ -1,3 +0,0 @@
-docker-compose.yml
-Dockerfile
-*.zip
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index b0b32bf..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Use official PHP image with Apache
-FROM php:8.2-apache
-
-# Copy project files to Apache document root
-COPY . /var/www/html/
-
-# Set working directory
-WORKDIR /var/www/html/
-
-# Enable Apache mod_rewrite (if needed)
-RUN a2enmod rewrite
-
-# Give write permissions to the web server (if your scripts create files)
-RUN chown -R www-data:www-data /var/www/html
-
-# Expose port 80 inside the container
-EXPOSE 80
-
-# Copy custom PHP configuration
-COPY custom-php.ini /usr/local/etc/php/conf.d/
-
-# Install required extensions
-RUN apt-get update && apt-get install -y \
- zip unzip libzip-dev \
- && docker-php-ext-install zip
diff --git a/README.md b/README.md
index d092538..61f788e 100644
--- a/README.md
+++ b/README.md
@@ -37,51 +37,31 @@ It does not include the necessary security measures. This tool is intended solel
---
-## Installation
+## Serving the Tool
-### 1. Docker (Recommended)
+Any static server works; the examples below cover the most common options:
-This is the easiest way to run the application without installing PHP or Apache locally.
+- **Node.js (http-server)**
+ ```bash
+ npm install --global http-server # once
+ http-server -p 8080 # from the project root
+ ```
+ Navigate to `http://127.0.0.1:8080/`.
-1. Make sure **Docker Desktop** is installed and running.
-2. Clone or download this repository.
-3. Navigate to the project root in a terminal.
-4. Build and start the container:
+- **PHP built-in web server**
+ ```bash
+ php -S 127.0.0.1:8080
+ ```
-```bash
-docker-compose up --build
-```
+- **Python 3 (http.server)**
+ ```bash
+ python3 -m http.server 8080
+ ```
-5. Open your browser and visit:
+- **Any other static server**
+ Point Apache, Nginx, Caddy, etc. at the repository root; no rewrite rules are required.
-```
-http://localhost:8000/
-```
-
-> You can change the port mapping in `docker-compose.yml` if needed.
-
----
-
-### 2. Direct Installation on Apache
-
-If you prefer to run the application directly on a local Apache server:
-
-1. Make sure you have **PHP 8+** and Apache installed.
-2. Copy the project files to your Apache document root (e.g., `htdocs` or `www`).
-3. Ensure the `path-to-project/` folder is accessible via your browser.
-4. Adjust PHP settings if needed for large file uploads:
-
-```ini
-upload_max_filesize = 50M
-post_max_size = 50M
-memory_limit = 128M
-```
-
-5. Open your browser and visit:
-
-```
-http://localhost/path-to-project/index.php
-```
+> **Tip:** When you change code, do a hard refresh (`Ctrl`/`Cmd` + `Shift` + `R`) so the updated service worker and assets reload.
---
diff --git a/custom-php.ini b/custom-php.ini
deleted file mode 100644
index 83524df..0000000
--- a/custom-php.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-; Increase max upload size
-upload_max_filesize = 500M
-post_max_size = 500M
-memory_limit = 128M
-; Enable required extensions
-extension=zip
diff --git a/designer/index.html b/designer/index.html
new file mode 100644
index 0000000..7ed563e
--- /dev/null
+++ b/designer/index.html
@@ -0,0 +1,140 @@
+
+
+
Edit the config.xml file before downloading the style.
+
Remember that "name" is an ID and cannot contain spaces or special characters.
+
If your work is based on another style, you must respect the license terms.
+
You can add any additional information about licenses, authorship, or anything else you need in the "description" field.
+
When you're finished, click "Download Style".
+
+
+
+
+
+
+
+
Are you sure?
+
+
+
+
If you click "Continue", all files will be permanently deleted, including the uploaded content and the Style you’ve been working on. This action cannot be undone.
Edit the config.xml file before downloading the style.
-
Remember that "name" is an ID and cannot contain spaces or special characters.
-
If your work is based on another style, you must respect the license terms.
-
You can add any additional information about licenses, authorship, or anything else you need in the "description" field.
-
When you're finished, click "Download Style".
-
-
-
-
-
-
-
-
-
Are you sure?
-
-
-
-
If you click "Continue", all files will be permanently deleted, including the uploaded content and the Style you’ve been working on. This action cannot be undone.