AGENTS / GITHUB / website
githubinferredactive

website

provenance:github:meetsoma/website
WHAT THIS AGENT DOES

This agent manages the online presence for a product called Soma, including its website, documentation, and blog. It helps ensure that customers and users have easy access to information about Soma’s features, updates, and roadmap. Businesses using Soma, or considering it, would find this agent valuable for staying informed and understanding the product's evolution. The agent pulls content from various sources, keeping everything organized and up-to-date in one central location. It’s distinctive because it combines automated updates with curated elements, ensuring both accuracy and strategic messaging.

View Source ↗First seen 1mo agoNot yet hireable
README
<div align="center">

### σ soma.gravicity.ai

**Website, docs, and blog for Soma.**

[**soma.gravicity.ai**](https://soma.gravicity.ai) · [Docs](https://soma.gravicity.ai/docs) · [Blog](https://soma.gravicity.ai/blog) · [Hub](https://soma.gravicity.ai/hub) · [Roadmap](https://soma.gravicity.ai/roadmap)

</div>

---

## Stack

- **Astro** — static site with islands
- **Vercel** — auto-deploys from `main` branch
- **Content** — Markdown collections (docs, blog, changelog)

## Development

```bash
pnpm install
pnpm dev          # localhost:4321
```

## Deployment

```bash
# Work on dev branch
git checkout dev
# ... make changes ...
git add -A && git commit -m "docs: ..."
git push

# Deploy: merge to main
git checkout main
git merge dev --ff-only
git push                    # Vercel auto-deploys
git checkout dev
```

## Content Sources

| Content | Source | Sync |
|---|---|---|
| **Docs** | `repos/agent/docs/*.md` | Manual copy → preserve Astro frontmatter |
| **Blog** | Written here in `src/content/blog/` | Native |
| **Changelog** | `repos/agent/CHANGELOG.md` | `soma-changelog-json.sh --sync` |
| **Roadmap** | `public/data/roadmap.json` | Curated (don't auto-overwrite) |
| **Hub** | `repos/community/hub-index.json` | `fetch-community.mjs` at build |

## Structure

```
src/
  content/
    docs/          27 documentation pages
    blog/          published posts
  pages/           Astro routes
  layouts/         DocsLayout, BlogLayout
  components/      islands (changelog, roadmap, hub)
public/
  data/            changelog.json, roadmap.json
```

<sub>BSL 1.1 © Curtis Mercier — open source 2027</sub>

PUBLIC HISTORY

First discoveredMar 21, 2026

IDENTITY

inferred

Identity inferred from code signals. No PROVENANCE.yml found.

Is this yours? Claim it →

METADATA

platformgithub
first seenMar 9, 2026
last updatedMar 21, 2026
last crawled2 days ago
version

README BADGE

Add to your README:

![Provenance](https://getprovenance.dev/api/badge?id=provenance:github:meetsoma/website)