The official blog of Celesto AI, sharing insights, research, and updates on the frontiers of artificial intelligence.
The blog is served at celesto.ai/blog/.
To add a new blog post, create a new Markdown file in the src/data/blog/ directory.
Example frontmatter:
---
author: Celesto AI
pubDatetime: 2026-02-05T12:00:00Z
title: "My New AI Post"
slug: my-new-ai-post
featured: true
draft: false
tags:
- ai
- updates
description: A short summary of the blog post for SEO and previews.
----
Install dependencies:
npm install
-
Start the dev server:
npm run dev
The site will be available at
http://localhost:4321/blog/.
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321/blog/ |
npm run build |
Builds the production site to ./dist/ |
npm run preview |
Previews the build locally |
npm run format |
Formats code with Prettier |
npm run lint |
Lints code with ESLint |
We are currently not accepting external Pull Requests (PRs) unless you have discussed your proposal with the team first.
If you have any suggestions/feedback, contact us at hello@celesto.ai.
Licensed under the MIT License, Copyright © 2026
Maintained by Celesto AI (hello@celesto.ai). Originally created by Sat Naing.