Skip to content

samuellealb/bluelist

Repository files navigation

Bluelist 0.0.2 Release - Enhanced List Navigation

Hey there! We're launching the very first prototype version of Bluelist. This is just the beginning - a minimal viable product focused on the core functionality of AI-powered list suggestions for your Bluesky follows.

What Works Right Now

  • View Your Lists: See all the lists you've already created on Bluesky
  • Browse Your Follows: Simple interface to view who you're following
  • Add to Lists: Easily add users to your existing lists with a few clicks
  • ✨ AI Suggestions: Get AI-powered recommendations for organizing your follows into lists
  • View List Members: Browse members of your lists with improved navigation
  • View List Posts: See posts from list members with user-friendly URLs

Important Note

  • This is very much an early prototype! Expect bugs, limited features, and rough edges.
  • AI suggestions limited to 5 requests per day, with exception handling for certain users
  • AI suggestions is free during this early stage, but may change later!

Local Testing Requirements

If you want to run this locally, you'll need:

  • An OpenAI or Anthropic developer account
  • Your API key (set in the environment variables — Anthropic takes priority when both are set)
  • Optional: Set exempt DIDs in the environment variables to bypass daily limits

This is only for local development and testing. The deployed version handles API access for you.

Environment Variables

Copy .env.example to .env.local and fill in your values:

cp .env.example .env.local

Required:

NUXT_ATP_SERVICE=https://bsky.social

Optional:

NUXT_ANTHROPIC_API_KEY=your_anthropic_key_here  # Takes priority over OpenAI when set
NUXT_OPENAI_API_KEY=your_openai_key_here        # Used when no Anthropic key is set
NUXT_EXEMPT_DIDS=did1,did2,did3                 # DIDs exempt from daily AI limits

Environment Profiles

The dev server defaults to http://localhost:3000 with no extra configuration needed. Platform-specific setups are opt-in via .env.local only — no code changes required.

WSL / any clean machine — default, nothing to add.

macOS with HTTPS and a custom local domain:

NUXT_DEV_HTTPS=true
NUXT_DEV_HOST=bluelist-local.blue
NUXT_DEV_PORT=4430
NUXT_DEV_SSL_KEY=./certs/bluelist-local.blue-key.pem
NUXT_DEV_SSL_CERT=./certs/bluelist-local.blue.pem

Prerequisites: add 127.0.0.1 bluelist-local.blue to /etc/hosts, install mkcert, run mkcert -install and mkcert bluelist-local.blue inside ./certs/.

Corporate proxy with a custom CA:

NODE_EXTRA_CA_CERTS=./certs/bayer-proxy-ca.pem

Place your corporate CA certificate at the path above. The launcher (scripts/run.mjs) automatically detects and injects it before the Node TLS stack initialises. If the variable is unset it is silently skipped; if it is set but the file is missing, a warning is logged and the variable is ignored.

Setup

Make sure to install dependencies:

yarn install

Development Server

Start the development server:

yarn dev

Serves http://localhost:3000 by default, or HTTPS on the configured host/port when NUXT_DEV_HTTPS=true.

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

What's Coming Next

We're just getting started! Here's what we're working on:

  • Creating new lists directly in the app
  • Removing users from lists (individually or in batches)
  • Integrating your main Bluesky timeline

Technical Details

Built with Nuxt 4, AT Protocol integration, and a focus on making list management easier for Bluesky users.

Feature Details

AI Suggestions

  • Limited to 5 requests per user per day (to manage API costs)
  • Certain users can be exempted from this limit through the exempt users API
  • Remaining request count is tracked and displayed to users

List Management

  • View list members and their posts in separate views
  • User-friendly URLs with readable slugs for better navigation
  • Cached list data for improved performance

Questions or Suggestions?

Have questions, feature requests, or suggestions? Found a bug? Visit our GitHub repository: https://github.com/samuellealb/bluelist

We'd love your feedback on this early version! Every bit helps as we continue to develop and improve Bluelist.

About

Bluesky client, focused on list editing.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors