Neck pain or cervicalgia is the discomfort in or around the cervical spine which is the region of spine located just below the head. One of the most common causes for neck pain is poor posture. Excessive use of electronic devices like computers, cell phones, etc aggravates the neck posture. This research focused on the development of a device that monitors cervical spine posture and provides feedback to the user to help them maintain a good neck posture. The device uses three flex sensors to measure neck bending and an MPU6050 IMU sensor for measuring acceleration and rotation in the neck movements. It employs an ERM motor to provide haptic feedback to the user about their neck posture. HC-05 Bluetooth modules have been used for wireless communication and a LiPo battery powers the device. A Bluetooth adapter, which contains a HC-05 and a USB-to-TTL converter, transmits sensor data to a computer running the Python script that feeds this data to a Long Short Term Memory (LSTM) Network to predict the user’s neck posture type. The neck band containing the sensors has a diameter of 110 mm and height of 120 mm. It is made up of flexible Thermo Polyurethane and has a velcro for easy wear. An enclosure made up of Polylactic Acid with its dimensions as 56 mm x 56 mm x 58 mm houses all the components of the device including the vibration motor. The enclosure has a push button, ports for uploading code and charging the battery, and a hole for sensor wires coming from the neck band. The LSTM model was trained on a dataset containing 3400 data samples. The device uses Python to feed the sensor data to the trained LSTM model which classifies the neck postures into 2 categories, good and bad. The Python script also sends the posture type predictions back to the device via Bluetooth. Real-time sensor data for every user wearing the device is saved in CSV files along with the predicted posture labels. Based on the LSTM model predictions about the neck posture type received from the python script, the Arduino code running on the device controls the vibration motor and alerts the user with two vibrations for bad posture and no vibrations for good posture. The LSTM model’s classification performance was evaluated using accuracy. Over 100 epochs, validation loss decreased from 70% to 28.51%, and validation accuracy increased from 40.59% to 95%. The accuracy obtained on the test set was 82%. User testing with 20 participants showed that the device accurately distinguished between good and bad neck postures with an overall accuracy of 79%, which varied by activity: 81% at a desk, 82% while walking, and 78% while sitting in different postures. User feedback indicated 75% found the device comfortable for extended wear, 85% found the neck band to be non-intrusive, 65% participants could easily set it up, and 40% reported minor discomfort from the vibration motor. Additionally, 80% felt the device feedback helped them correct their neck posture with 75% finding the vibration alert effective, and 70% agreeing that the usage of the device improved their neck posture awareness.