December 4, 2025
Description
Take VaultQuest to the next level with the VaultQuest Home Terminal – ATM Edition, a fully DIY kiosk designed for makers who want a deeper, more rewarding build experience. Inspired by classic tabletop ATMs and early self-service terminals, this version feels like a real mini-ATM sitting on a desk or shelf.
Instead of repurposing a phone, this terminal uses a Raspberry Pi and a dedicated touch screen to create a standalone VaultQuest station. It is a more involved project, but the payoff is a purpose-built device that feels permanent, intentional, and uniquely yours.
VaultQuest is free for families and is built to help kids understand money in a hands-on, age-appropriate way. If your family finds value in it, the app includes an optional donate button to support continued development. We intentionally avoided ads, subscriptions, or crowdfunding so families can just use it together.
You can learn more at: https://vaultquest.app/
This print is for makers who enjoy building complete projects, not just mounting a screen. The ATM Edition is a Raspberry Pi-powered kiosk that runs VaultQuest in browser kiosk mode, giving kids a dedicated, always-ready terminal that feels like part of the house.
This is a more advanced build than the Dome Edition, but it offers more flexibility, expandability, and long-term durability.
This model is designed around easy-to-source components. Exact brands can vary, but these are what we used for the build shown.
Please note that we are assuming that you have some working knowledge of installing Pi OS and using the terminal to make changes to the autostart settings. If you have any questions or need help troubleshooting, please let us know.
```
#!/bin/bash
# Wait a bit so X and the touchscreen are fully initialized
sleep 5
xinput set-prop "ADS7846 Touchscreen" \
"Coordinate Transformation Matrix" \
0 1 0 -1 0 1 0 0 1
```
```
@xset s off
@xset -dpms
@xset s noblank
@unclutter -idle 0.1 -root
@xrandr --output HDMI-1 --rotate right
@/home/pi/touch-rotate.sh
@chromium --kiosk --no-first-run --noerrdialogs --disable-infobars --disable-session-crashed-bubble https://vaultquest.app/atm
```
Once VaultQuest is running on your Pi, pairing the kiosk is simple.
The kiosk immediately switches into view-only mode for kids, giving peace of mind while still keeping it engaging.
Once paired, you can change the VaultQuest visual theme to match your printed enclosure. Whether you lean retro, playful, or clean and modern, the ATM Edition makes the terminal feel like a real object, not just a screen in a box.
Filament color choice can dramatically change the feel of the terminal. Matching the enclosure color to a VaultQuest theme creates a surprisingly polished result.
Your feedback helps shape future models in the VaultQuest series. Share photos of your build, leave a like, and follow for upcoming designs, improvements, and new terminal concepts. 🚀
Thanks for supporting the mission of helping kids build confidence with money in a way that is simple, fun, and maker-friendly.
VaultQuest is a learning tool created for families. It is not a bank, does not hold real money, and does not provide financial services. All balances, rewards, and transactions are simply a way for parents and guardians to track allowance and teach kids about saving, spending, and setting goals. Any real-world money remains fully managed by the parent or guardian. Please review the terms and conditions on the VaultQuest site.
License:
Standard Digital File License