svelte-pokopia-image-rater Svelte Themes

Svelte Pokopia Image Rater

Pokopia image rater to help me learn SvelteKit, hono + cron jobs, and drizzle

Pokopia Image Rater

Get inspired by popular Pokopia builds on Reddit while saving your favorites to a personal mood board.

Project Structure

🤖 Scraper (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.

🌐 Web (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.

Getting Started

Install Dependencies

pnpm install

Development

Run both services:

# Web app
pnpm dev:web

# Scraper
pnpm dev:scraper

Build

Build all apps:

pnpm build

Build individually:

pnpm build:web
pnpm build:scraper

Production

# Preview web app
pnpm preview:web

# Start scraper
pnpm start:scraper

Other Commands

# Type checking
pnpm check

# Linting
pnpm lint

# Formatting
pnpm format

Top categories

Loading Svelte Themes