A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok.
Find a file
2025-12-22 16:33:26 -06:00
drizzle init 2025-10-22 02:50:46 -05:00
src feat: cache post URIs & prevent recursion loop 2025-12-22 16:33:26 -06:00
.env.example feat: use jetstream instead of firehose 2025-11-03 22:11:12 -06:00
.gitignore feat: update default db path & migration on setup 2025-10-24 20:28:31 -05:00
bun.lock init 2025-10-22 02:50:46 -05:00
docker-compose.yml feat: model overload error 2025-11-09 22:23:39 -06:00
Dockerfile feat: include image alt text with post context 2025-10-24 20:15:10 -05:00
drizzle.config.ts init 2025-10-22 02:50:46 -05:00
package.json init 2025-10-22 02:50:46 -05:00
README.md init 2025-10-22 02:50:46 -05:00
tsconfig.json init 2025-10-22 02:50:46 -05:00

Aero

A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok. Built with the @skyware/bot library.

How to Use

  • Find a post you want to ask about
  • Start a conversation by sending a link to the post and your initial query to the @aero.indexx.dev account. ..after a few seconds, you'll get a response to your query!

For any further queries:

  • You don't need to resend the post link, just send the message like normal. Ever want to switch posts? Just send a new post link and your context window will reset.
  • You can ask up to 15 queries per post link, and all messages prior to the new post link are ignored.

All messages are stored in the database just to make the process simpler so I don't have to deal with cursors or accidentally including messages that shouldn't be included in the context window.