con un clic
kobweb-static-export
Compiles and exports the Kobweb project into a static website.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Compiles and exports the Kobweb project into a static website.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | Kobweb Static Export |
| description | Compiles and exports the Kobweb project into a static website. |
This skill provides instructions and tools to export a Kobweb project as a static website.
Ensure you are in the directory containing the Kobweb site (usually the site/ folder).
Execute the following command to generate the static site:
kobweb export
[!TIP] If your site doesn't have a backend (API routes), use
--layout staticto optimize the export:kobweb export --layout static
Alternatively, you can run it via Gradle:
./gradlew kobwebExport
The exported static website will be located at:
site/.kobweb/site/
To verify the exported site, you can use any static file server. For example:
npx serve site/.kobweb/site/
./gradlew build before exporting.src/jsMain/resources/public/.