https://github.com/sofvanh/autoblog
Live machinery / autostructures blogging
https://github.com/sofvanh/autoblog
autostructures blog-engine live-theory obsidian
Last synced: 4 months ago
JSON representation
Live machinery / autostructures blogging
- Host: GitHub
- URL: https://github.com/sofvanh/autoblog
- Owner: sofvanh
- Created: 2024-11-23T15:33:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T13:48:39.000Z (7 months ago)
- Last Synced: 2025-07-02T14:45:11.408Z (7 months ago)
- Topics: autostructures, blog-engine, live-theory, obsidian
- Language: TypeScript
- Homepage: https://autoblog.sofiavanhanen.fi/
- Size: 610 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoblog
[**Autoblog**](https://autoblog.sofiavanhanen.fi/) 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](https://www.lesswrong.com/posts/9KamjXbTaQpPnNsxp/live-machinery-interface-design-workshop-for-ai-safety-ea), Autoblog *scales that which used to not be scalable*; That is, nuance, context, and personalization.
[Live demo and more info here!](https://autoblog.sofiavanhanen.fi/)
## Quickstart
You'll need the `ANTHROPIC_API_KEY` environment variable set (e.g. in a `.env` file).
```sh
npm install
npm run dev
```
Then open http://localhost:3000
### Docker
```sh
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](https://autoblog.sofiavanhanen.fi/).