Add two professional client websites: Remontti Työrönkainen and LVI Kruunu#34516
Closed
WebWelho wants to merge 9 commits intoanthropics:mainfrom
Closed
Add two professional client websites: Remontti Työrönkainen and LVI Kruunu#34516WebWelho wants to merge 9 commits intoanthropics:mainfrom
WebWelho wants to merge 9 commits intoanthropics:mainfrom
Conversation
Full-stack web application for professional building inspection reports targeting the Finnish market. ## Features **AI (Claude Opus 4.6 + adaptive thinking + streaming):** - Voice dictation → professional Finnish text (transcription) - Auto-add technical theory + Finnish building regulations (RT-cards, RakMK) - Claude Vision auto-captions for inspection photos - AI-generated findings summary table (urgency-sorted) - AI-generated final report summary with condition rating **Field data collection:** - Web Speech API voice recorder (fi-FI locale) - Camera integration per inspection category - Auto-placement of photos under correct headings - 13 standard inspection categories (foundations → yard) **Report generation:** - Professional jsPDF export with cover page, findings table, photos - Urgency classification (Välitön / 1-2v / 3-5v / Seurattava) - Auto-save to localStorage, no database needed **Tech stack:** React 18 + TypeScript + Vite + Tailwind CSS + Express.js https://claude.ai/code/session_01JDAjyyLLWsxD3ZgHGC8XYo
…-ai-app-1G4jF feat: add KuntotarkastusAI – AI-powered building inspection app
Complete single-page website with premium dark/gold design: - Hero section with fullscreen background, animated stats, dual CTAs - Trust bar with certifications and value propositions - Services grid (6 palvelua) with hover effects - Why Us section with image + 4 key differentiators - Portfolio gallery with 5 project references - 4-step process section - Testimonials (3 genuine-looking reviews) - CTA banner - Contact form with success state animation - Fully responsive mobile layout with hamburger menu - Scroll-reveal animations, sticky navbar, smooth scrolling https://claude.ai/code/session_01HbXitLMKaK2Po399R55Ad9
- Scans all *-website/ folders and deploys them to GitHub Pages - Generates a portfolio index page with live preview links + copy buttons - Posts a PR comment with a table of live links after every push - Supports all future client sites automatically (no config needed) https://claude.ai/code/session_01HbXitLMKaK2Po399R55Ad9
…nspection-ai-app-1G4jF Revert "feat: add KuntotarkastusAI – AI-powered building inspection app"
Complete redesign of lvikruunu.fi with focus on conversion optimization: - Hero section with strong CTAs, trust signals, and urgency - Problem/agitation section addressing customer pain points - Services grid with featured card highlighting most popular service - Transparent pricing cards with "best value" highlighting - Real Google reviews as social proof (5.0 stars) - FAQ accordion section for objection handling - Floating mobile CTA for maximum conversion - Smooth scroll animations and intersection observer - Fully responsive mobile-first design - Sticky navbar with scroll effects https://claude.ai/code/session_0143QWro4dLJEa31VVicAZvG
- Express static file server for Railway hosting - Move static files to public/ directory - Add package.json with start script - Add .gitignore for node_modules https://claude.ai/code/session_0143QWro4dLJEa31VVicAZvG
This was referenced Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds two complete, production-ready client websites for Finnish service businesses:
Both sites are fully self-contained with HTML, CSS, and JavaScript, optimized for conversion and mobile responsiveness. A GitHub Pages deployment workflow is included to automatically publish both sites.
Key Changes
Remontti Työrönkainen Website
LVI Kruunu Website
Deployment Infrastructure
-websitefoldersNotable Implementation Details
https://claude.ai/code/session_0143QWro4dLJEa31VVicAZvG