Professional automotive service website for Auto-Bud - Bosch Car Service, serving customers in Ruda Śląska and Świętochłowice, Poland.
- Modern Frontend: Responsive Next.js App Router website with a clean service-focused layout
- Local SEO: Canonical URLs, structured data, sitemap, robots, and location landing pages
- Online Contact: Contact form and reservation request flow handled by server routes
- Performance Focus: Optimized assets, static generation where appropriate, and Vercel deployment
- Analytics Ready: Google Tag Manager integration with Vercel Analytics and Speed Insights
- Type Safety: Full TypeScript codebase with ESLint support
- Framework: Next.js 16.1.6
- UI: React 19
- Language: TypeScript 5
- Styling: Tailwind CSS 3.4.19
- Forms: React Hook Form 7.71.2
- Email: Nodemailer
- Analytics: Vercel Analytics, Vercel Speed Insights, Google Tag Manager
- Linting: ESLint 9
- Deployment: Vercel
src/
├── app/ # App Router pages, metadata routes, API routes
│ ├── api/ # Form handlers
│ ├── bykowina/ # Location page
│ ├── godula/ # Location page
│ ├── kontakt/ # Contact page
│ ├── mechanik-swietochlowice/ # Local landing page
│ ├── slask/ # Regional landing page
│ ├── stacja-diagnostyczna-ruda-slaska/
│ ├── swietochlowice/ # Location page
│ ├── uslugi/ # Services listing and dynamic service pages
│ └── wizyta/ # Reservation page
├── components/ # Reusable UI components
├── data/ # Business locations and SEO content
├── lib/ # SEO helpers and shared logic
├── providers/ # App providers
└── view/ # Page-specific view modules
- Node.js LTS
- npm
-
Clone the repository
git clone https://github.com/DanielSledz03/auto-bud.git cd auto-bud -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open your browser Navigate to http://localhost:3000.
npm run dev- Start the development servernpm run build- Build the production appnpm run start- Run the production buildnpm run lint- Run ESLint
- Primary canonical host is
https://www.auto-bud.com.pl auto-bud.com.plandm.auto-bud.com.plredirect towwwsrc/proxy.tshandles URL normalization and legacy redirectssrc/app/robots.tsgeneratesrobots.txtsrc/app/sitemap.tsgeneratessitemap.xmlsrc/lib/seo.tscentralizes metadata and structured data helpers- Production deployments run on Vercel from the
mainbranch
- Vehicle Diagnostics
- Technical Inspections
- Brake Service
- Oil Change
- Air Conditioning Service
- Hand Car Wash
- Touchless Car Wash
- General Mechanical Repairs
- Świętochłowice: Bosch Car Service workshop and inspection station
- Godula: Inspection station and touchless car wash
- Bykowina: Inspection station for technical checks and LPG vehicles
- Śląsk: Regional landing page covering nearby service areas
- Create a branch from
main - Make your changes
- Run
npm run lint - Open a pull request
This repository is public. Brand assets and business content remain associated with Auto-Bud.
Auto-Bud - Bosch Car Service
- Website: www.auto-bud.com.pl
- Service Area: Ruda Śląska, Świętochłowice, Godula, Bykowina
Built for Auto-Bud customers
Professional automotive services in Silesia, Poland