# Add comments to your Astro blog with AstroDB and Turso

DevFeed: [Add comments to your Astro blog with AstroDB and Turso](<https://devfeed.tech/articles/add-comments-to-your-astro-blog-with-astrodb-and-turso-5880.md>)

Original publisher: [Read original article](<https://turso.tech/blog/add-comments-to-your-astro-blog-with-astrodb-and-turso>)

Author: Jamie Barton

Published: 2024-12-12T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Astro](<https://devfeed.tech/topics/astro.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Database](<https://devfeed.tech/topics/database.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Template](<https://devfeed.tech/topics/template.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [database](<https://devfeed.tech/tags/database.md>), [go](<https://devfeed.tech/tags/go.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [turso](<https://devfeed.tech/tags/turso.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial shows how to add a commenting system to an Astro blog using Astro Actions, Server Islands, AstroDB, libSQL, and Turso. It covers creating a blog from a template, configuring and seeding a SQLite database, fetching and displaying comments, styling them with Tailwind, and accepting new comments through form submissions.

## Source excerpt

Turn your static blog into a dynamic one by adding comments with AstroDB, Astro Actions, and Turso.