
Get a notification when your TGVmax seat is available
The TGVmax subscription service is a fantastic option for those aged 16-27 who frequently travel with TGV and Intercités. At just €79 per month, this service allows unlimited travel, transforming weekend escapes and holiday plans into effortless adventures. However, many users have expressed frustration over the increasing difficulty of securing seats, especially during peak travel times like Friday and Sunday evenings. This has led to the development of automated solutions to help make the booking process less cumbersome.
In response to these challenges, a new project aims to streamline the seat booking experience through automated alerts, allowing users to focus on planning their travels without the stress of manual seat hunting. This adaptation speaks to the needs of younger travelers while addressing the frustrations that have arisen with the current booking system.
Unlimited Travel: For a flat rate of €79 per month, you can travel as often as you want on TGV and Intercités, perfect for spontaneous trips.
Age Benefit: Exclusively for travelers aged 16-27, making it an ideal choice for students and young professionals.
Automated Alerts: The new project introduces an automated alert system that notifies you when TGVmax seats become available, simplifying the booking process.
User-Friendly Interface: Following the installation, you can easily navigate the application through a straightforward web interface.
Local Database Support: The project utilizes MongoDB to store user data, ensuring that your preferences and past bookings are maintained securely.
Easy Setup: The app requires simple installations of Docker and MongoDB, allowing tech-savvy users to get started with minimal hassle.
Community Driven: Although maintenance has ceased, the project's open-source nature allows for community contributions and improvements.
Customizable Notifications: Users can tailor their alert preferences to be immediately informed about availability for desired travel dates and times.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.