Add app screenshots to README

Capture Create, Library, Editor, and Settings pages via Playwright;
embed in a Screenshots section so they render on the repo home page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
bizzle 2026-06-21 20:33:27 -04:00
parent 5a51a0f112
commit 3c4b80a6d8
6 changed files with 23 additions and 0 deletions

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ data/db.json
*.pdf *.pdf
*.png *.png
*.log *.log
# keep documentation screenshots
!docs/screenshots/*.png

View File

@ -18,6 +18,26 @@ You stay in control: every question can be edited, regenerated with a steering n
--- ---
## Screenshots
**Create** — paste, upload, or pull from a URL, then set parameters and generate.
![Create an assignment](docs/screenshots/create.png)
**Library** — every assignment you've made, stored locally on your machine.
![Library](docs/screenshots/library.png)
**Editor** — per-question editing with `✓ Verified` / `⚠ Check this` accuracy badges and source quotes.
![Question editor](docs/screenshots/editor.png)
**Settings** — pick your AI provider (local or cloud) and set your school profile.
![Settings](docs/screenshots/settings.png)
---
## What you need ## What you need
- **Docker** — [Docker Desktop](https://www.docker.com/products/docker-desktop/) on macOS/Windows, or Docker Engine on Linux. That's the only thing you install. - **Docker** — [Docker Desktop](https://www.docker.com/products/docker-desktop/) on macOS/Windows, or Docker Engine on Linux. That's the only thing you install.

BIN
docs/screenshots/create.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

BIN
docs/screenshots/editor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB