Commit Graph

7 Commits

Author SHA1 Message Date
a12afb792e feat: implement English Style Converter
- SvelteKit project scaffolded with TypeScript
- Type definitions for Style, StyleCategory, ConversionRequest, ConversionResponse, LLMConfig
- Style definitions with 6 categories and 25 sub-styles
- Intensity mapping (1-5) with prompt modifier placeholders
- LLM client using OpenAI-compatible API (Ollama default)
- POST /api/convert endpoint with input validation
- Animated loading modal with per-letter animations
- Main page UI with category/style selectors, intensity slider
- Copy to clipboard, collapsible prompt display
- Vitest tests for styles, LLM prompt building, and API validation
- Environment configuration for LLM settings
2026-04-12 21:53:27 -04:00
fcf80638e1 wip: scaffolding + types + styles 2026-04-12 21:22:34 -04:00
5988f807ba Add English Style Converter implementation plan 2026-04-12 20:38:50 -04:00
2eb8ad8d36 chore: scaffold SvelteKit project 2026-04-12 20:37:53 -04:00
3b9317423f Add loading modal with animated words (randomized color + animation style) to design spec 2026-04-12 20:27:55 -04:00
50cdab712c Add loading modal with animated words to design spec 2026-04-12 20:27:12 -04:00
4ca3a9f1a9 Add English Style Converter design spec 2026-04-12 20:21:21 -04:00