get in touch

// open source means open conversations
[!]
bug report
Found something broken? Open an issue on GitHub with steps to reproduce.
open issue →
[+]
feature request
Missing something? Check open issues first, then open a new one with your use case.
request feature →
[~]
discussion
Questions, ideas, show and tell. Use GitHub Discussions for anything that isn't a bug or feature request.
start discussion →
what to expect
# what to expect response time best effort, this is a side project bug fixes prioritized if reproducible feature requests considered, not guaranteed PRs welcome, open an issue first
contributing
BucketLens is intentionally small — ~120 lines of Flask, one HTML file. PRs that stay within that philosophy are more likely to be merged.
# clone and run locally git clone https://github.com/vishukamble/bucketlens cd bucketlens pip install flask boto3 python app.py
# the only two files that matter app.py # flask backend templates/index.html # entire frontend