Jay-Jay is my business for websites, hosting, domains, email, and ongoing technical support. jay-jay.ch is live; the separate Client Hub is still in development.
01 Product
A small service business with its own software.
Jay-Jay provides websites, hosting, domains, email, and direct technical support for small Swiss organizations. jay-jay.ch presents the offer and handles contact requests; the Client Hub is being built for boards, tickets, private documents, invoices, and requests.
- jay-jay.ch
- A bilingual Laravel source app exported as a static production build for Plesk.
- Client Hub
- Boards, tickets, replies, documents, invoices, requests, and company details.
- Demo status
- The Hub currently uses demo data and is not ready for real customer information.
02 Stack
Two Laravel apps.
Jay-Jay Web is exported as a static site for Plesk. The Client Hub runs separately with a database and login because private customer data does not belong in the same static build.
-
01
Jay-Jay Web
Laravel and Blade keep the bilingual source maintainable; jay-jay.ch runs the static export and standalone contact endpoint.
- Laravel 13
- Blade
- Tailwind CSS 4
- Static export
-
02
Client Hub
The database-backed app separates customer and admin access across boards, tickets, documents, and invoices.
- Fortify
- Eloquent
- SQLite
- Private storage
-
03
Checks & deployment
Both repositories run formatting, static analysis, and feature tests; jay-jay.ch ships to Plesk as a generated build.
- Pest 4
- Larastan
- GitHub Actions
- Plesk