An open API service indexing awesome lists of open source software.

https://github.com/jasperdevs/slopweb

A new web where AI generates every page.
https://github.com/jasperdevs/slopweb

ai cli codex generated-pages generated-websites local-first npm-package static-html

Last synced: about 2 months ago
JSON representation

A new web where AI generates every page.

Awesome Lists containing this project

README

          


Slopweb logo

Slopweb

A local browser shell where AI generates every page as live HTML.


Slopweb browser shell with generated page and live source

## Quick Start

```powershell
npm install -g slopweb
slopweb
```

Pick a local model or Codex in the launcher, then open the printed local URL.


Slopweb launcher model picker

Local models and custom endpoints

Slopweb detects common local runtimes and OpenAI-compatible APIs, including Ollama, LM Studio, llama.cpp/llamafile, vLLM, SGLang, Jan, text-generation-webui, and KoboldCpp.

```powershell
slopweb models
slopweb --base-url http://localhost:11434/v1 --model llama3.2
```

Custom provider definitions can live in `~/.slopweb/models.json`.

Server options

```powershell
slopweb --port 9000
slopweb --strict-port
slopweb --lan
slopweb --no-picker
```

The HTTP API is localhost-only by default. Use `--lan` only when you intentionally want LAN access.

Run from source

```powershell
pnpm install
pnpm start
pnpm run check
```

## License

MIT