Get inspired by popular Pokopia builds on Reddit while saving your favorites to a personal mood board.
apps/scraper)Scrapes the r/pokopia subreddit for new builds, using an LLM to read comments and descriptions to provide an overall vibe for each build.
apps/web)SvelteKit webapp that presents the best builds of the week and allows you to save and make notes on your own mood board.
pnpm install
Run both services:
# Web app
pnpm dev:web
# Scraper
pnpm dev:scraper
Build all apps:
pnpm build
Build individually:
pnpm build:web
pnpm build:scraper
# Preview web app
pnpm preview:web
# Start scraper
pnpm start:scraper
# Type checking
pnpm check
# Linting
pnpm lint
# Formatting
pnpm format