# Write that blog... with Turso!

DevFeed: [Write that blog... with Turso!](<https://devfeed.tech/articles/write-that-blog-with-turso-6122.md>)

Original publisher: [Read original article](<https://turso.tech/blog/write-that-blog-with-turso>)

Author: Piotr Sarna

Published: 2024-10-08T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [browser](<https://devfeed.tech/topics/browser.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [HTML](<https://devfeed.tech/topics/html.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [browser](<https://devfeed.tech/tags/browser.md>), [database](<https://devfeed.tech/tags/database.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [github](<https://devfeed.tech/tags/github.md>), [html](<https://devfeed.tech/tags/html.md>), [http](<https://devfeed.tech/tags/http.md>), [latency](<https://devfeed.tech/tags/latency.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article describes building WriteThatBlog!, a technical blog post aggregator, in about four minutes. It uses Turso as a browser-facing SQLite database accessed over HTTP, with read-only authentication tokens and multiple replicas intended to reduce latency. The frontend is a single HTML file hosted on GitHub Pages, while updates are managed through the Turso console.

## Source excerpt

How Piotr built writethat.blog, a technical blog aggregator, in four minutes using Turso as a browser-facing SQLite database with read-only HTTP tokens.