Skip to content

sofvanh/autoblog

Repository files navigation

Autoblog

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.

Live demo and more info here!

Quickstart

You'll need the ANTHROPIC_API_KEY environment variable set (e.g. in a .env file).

npm install
npm run dev

Then open http://localhost:3000

Docker

docker build -t autoblog .
docker run -e ANTHROPIC_API_KEY=your_key -p 3000:3000 autoblog

CI/CD

A 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.

About

Live machinery / autostructures blogging

Topics

Resources

Stars

Watchers

Forks