Commit graph

16 commits

Author SHA1 Message Date
clucraft
38faf59d1e Add star history chart to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 20:40:34 -05:00
clucraft
45363e4d97
Update image in README.md 2026-01-23 14:12:29 -05:00
clucraft
a8126e0fb3 Fix header SVG - widen viewBox to show full Ghost text
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 13:46:22 -05:00
clucraft
18cf8125cd
Update header image width in README
Increased the width of the header image from 450 to 500 pixels.
2026-01-23 13:30:58 -05:00
clucraft
5bafab3623
Update header image width in README
Reduced header image width in README.
2026-01-23 13:30:19 -05:00
clucraft
85dc4b9b34
Update header image width in README
Increased the width of the header image from 500 to 600 pixels.
2026-01-23 13:30:00 -05:00
clucraft
b8c3b80db7 Add ghostly header SVG for README
- Combined icon + PriceGhost text in single SVG header
- Ghost text has gradient fade effect (solid to transparent)
- Subtle glow filter for ethereal look
- Replaces separate icon and h1 in README

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 13:23:54 -05:00
clucraft
715765bc58 Update README with AI verification docs and Ollama support
- Rename section to "Strongly Recommended: Enable AI Features"
- Document AI Extraction (fallback) and AI Verification separately
- Add Ollama as a provider option throughout
- Add AI price verification to features list

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:26:26 -05:00
clucraft
7afa3ccec3 Update README with new icon and recent features
- Add PriceGhost logo at top of README
- Center header with icon and description
- Add ntfy.sh to notification options and setup guide
- Add Ollama as local AI extraction option
- Add ntfy test endpoint to API reference

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 04:39:33 -05:00
clucraft
1029a0b08c
Update README.md 2026-01-23 04:21:21 -05:00
clucraft
2079357b9b
Update README.md 2026-01-23 04:20:50 -05:00
clucraft
c2cec6d4f1 Update README with current features and AI recommendation
- Add "Built by AI. Built Right." section addressing AI code quality
- Add prominent section recommending AI extraction feature
- Document all current features including Pushover, notification toggles,
  dark mode, countdown timers, and progress bars
- Update notification setup docs with toggle information
- Add Pushover setup instructions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 14:09:57 -05:00
clucraft
e522c3d987
Update README.md 2026-01-21 22:23:55 -05:00
clucraft
5a048aefd6 Update README with current feature set
- Add AI-powered extraction documentation
- Add target price alerts
- Add admin panel and user management
- Add profile management
- Update API reference with new endpoints
- Update tech stack with Puppeteer and AI SDKs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 22:06:50 -05:00
clucraft
556a8df99d Update README with complete feature documentation
- Comprehensive feature list covering all functionality
- Tech stack table
- Supported retailers list
- API reference
- Notification setup guides
- Rate limiting best practices
- AI collaboration disclosure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 22:41:19 -05:00
clucraft
10660e5626 Initial commit: PriceGhost price tracking application
Full-stack application for tracking product prices:
- Backend: Node.js + Express + TypeScript
- Frontend: React + Vite + TypeScript
- Database: PostgreSQL
- Price scraping with Cheerio
- JWT authentication
- Background price checking with node-cron
- Price history charts with Recharts
- Docker support with docker-compose

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 13:58:13 -05:00