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.
- Host: GitHub
- URL: https://github.com/jasperdevs/slopweb
- Owner: jasperdevs
- License: mit
- Created: 2026-04-21T08:13:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T11:06:19.000Z (4 months ago)
- Last Synced: 2026-04-21T11:09:14.302Z (4 months ago)
- Topics: ai, cli, codex, generated-pages, generated-websites, local-first, npm-package, static-html
- Language: JavaScript
- Size: 797 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Slopweb
A local browser shell where AI generates every page as live HTML.
## Quick Start
```powershell
npm install -g slopweb
slopweb
```
Pick a local model or Codex in the launcher, then open the printed local URL.
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