A modern, high-performance search tool for shotshell reloading data.
- Frontend: Vanilla JavaScript (ES6+), HTML5, CSS3 (Flexbox/Grid)
- Backend: Supabase (PostgreSQL)
- Security: Row Level Security (RLS) policies for public data access
- Instant Search: Real-time filtering by hull, powder, or gauge.
- Clean UI: Card-based layout designed for high scannability of technical specs.
- Dynamic Data: Connected to a live Supabase database for instant updates.
- Clone the repo:
git clone https://github.com/ElliotFackler/ballistic-load-finder.git - Copy
config.example.jstoconfig.js. - Enter your own Supabase credentials in
config.js. - Open
search.htmin any modern browser.
This project utilizes Supabase RLS to ensure that the public has read-only access to the load data, protecting the database integrity.
- Add more filters drop-down menu
- Add slider for FPS and PSI
- Add read more to link to load specific articles.
![]() |
![]() |
| First Edition View | Current View |

