Skip to content

turbomem/blog

Repository files navigation

turbomem blog

Blog for turbomem local-first agent memory for TypeScript.

Static site built with Astro and Tailwind CSS. The post list is the homepage.

Requirements

  • Node.js >= 22.12.0

Development

npm install
npm run dev

Open http://localhost:4321.

Build

npm run build
npm run preview

Add a post

Create a .md or .mdx file in src/data/post/:

---
title: My post title
publishDate: 2026-06-28
excerpt: Short summary for listings and SEO.
category: Updates
tags:
  - turbomem
---

Your content here.

Posts are published at /{slug} where slug comes from the filename.

Resources

Core turbomem resources.

Links: https://blog.turbomem.dev (docs: docs.turbomem.dev, site: turbomem.dev).

Scripts

Command Description
npm run dev Dev server
npm run build Production build to dist/
npm run preview Preview the production build
npm run check Astro check, ESLint, Prettier
npm run fix Auto-fix lint and format issues

License

Apache-2.0

About

TurboMem blog. Local-first agent memory for TypeScript.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors