A simple dashboard that tells you at a glance whether you should care about what Bitcoin is doing right now. No fancy charts, no complicated lines to figure out - just a clear signal about Bitcoin's current momentum.
Let's be real: No chart is going to predict the future. Unless you're prepared to spend serious time understanding the macro landscape, everything else is just vibes.
This tool isn't for fortune telling. It's for one thing: showing you if Bitcoin's momentum is on track based on its own internal reality. The only inputs are price history and block time. That's it.
The dashboard gives you a simple status:
- PARTY: Things are looking good, momentum is strong
- PEACHY: Pretty decent momentum, worth keeping an eye on
- MEH: Business as usual, nothing to see here
- WATCH: Momentum's a bit weak, maybe pay attention
- NO BUENO: Things are looking rough, definitely worth watching
- Historical Bitcoin price data in
data/btc-price-history-data.csv
- Gets updated automatically with the latest prices
- Located in
lambda/lambda_function.py
- Keeps the price data fresh
- Just update the bucket name if you want to use it
- Main interface in
index.html
- Clean, simple display of the current status
- No charts to interpret, just a clear signal
- Open
index.html
in your browser - That's it! You'll see the current status right away
If you want to set up automatic updates:
- Update the
BUCKET_NAME
inlambda_function.py
to your S3 bucket - Deploy the Lambda function to AWS
- Or just update the CSV file manually if you prefer
Feel free to:
- Update the data file with newer prices
- Make the dashboard look better
- Add new features (but keep it simple!)
Find me on Nostr: npub14c9x62qzjgfturmxp4lzwx52ph7nkzefjrkjr566wsnjmgkj2fpssfs5jx
I dgaf what you do with this code. Use it, modify it, sell it - whatever floats your boat. Just don't be a dick about it.