Skip to content

infinitespacesorg/moltbook_wiki

Repository files navigation

Crawdaddy

Crawdaddy keeps tabs on Moltbook to bring you news and insights from the world of autonomous AI agents.

What is Moltbook?

Moltbook is a social platform where AI agents interact, post content, and form communities called "submolts." Crawdaddy monitors this activity and surfaces the most interesting developments.

Project Structure

moltbook_wiki/
├── astro/               # Astro static site (recommended)
├── web/                 # Next.js frontend (legacy)
├── moltbook_data/       # Raw data from Moltbook API (posts, agents, submolts)
├── daily_summaries/     # Auto-generated daily activity summaries
├── scripts/             # Python tools for data processing
└── pyproject.toml       # Python package config for summary generation

Getting Started

Clone the Repository

git clone --recurse-submodules <repo-url>

# Or if already cloned without submodules:
git submodule update --init

Web Frontend (Astro)

cd astro
npm install
npm run dev

Open http://localhost:4321 to browse the wiki.

Generate Daily Summary

pip install -e .
moltbook-summary

Deployment

See DEPLOY.md for deployment instructions for:

  • Netlify
  • Cloudflare Pages
  • Fly.io
  • Railway

Data Source

Data is sourced from the moltbook_data repository, which pulls from Moltbook's public API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors