Autoblog is an experimental interface meant to help writers publish their most authentic thoughts and readers make sense of those thoughts in their unique context. Inspired by Live machinery, Autoblog scales that which used to not be scalable; That is, nuance, context, and personalization.
You'll need the ANTHROPIC_API_KEY environment variable set (e.g. in a .env file).
npm install
npm run devThen open http://localhost:3000
docker build -t autoblog .
docker run -e ANTHROPIC_API_KEY=your_key -p 3000:3000 autoblogA GitHub Action is listening to commits on main, building new Docker images, pushing them to Google Cloud Build, and deploying on Google Cloud Run, with the result visible on my website.