A modern web application that helps you decode Seiko watch serial numbers to determine their manufacturing date and other details. The app features a beautiful Japanese snowflake-themed design with light and dark mode support.
- Serial Number Decoding: Decode 6 or 7 digit Seiko serial numbers
- Multiple Date Possibilities: View all possible manufacturing dates based on the serial number
- Advanced Options: Toggle between different Seiko watch characteristics
- Responsive Design: Works on desktop and mobile devices
- Dark & Light Modes: Automatically adapts to system preferences
- Beautiful UI: Japanese snowflake theme with smooth animations
- Enter your Seiko watch's serial number (6 or 7 digits)
- (Optional) Toggle advanced options for more specific results
- View the possible manufacturing dates and details
- Toggle between light and dark mode using the theme button
-
Install dependencies:
npm install
-
Run in development:
npm run dev
The site will be available at http://localhost:5173
-
Build for static deployment:
npm run build
The static site will be output to the
build/folder. -
Preview the build:
npm run preview
- Deploy the contents of the
build/folder to any static hosting (Netlify, Vercel, GitHub Pages, etc.)