# Dhvanil > Personal website of Dhvanil (@dhvanil on X, previously @dhvanilp). Contains PB29, a blog, reading list, AI projects, microscopy photography, and a complete Twitter/X archive spanning 2014-present with 5,000+ tweets. ## API Documentation - [Tweet API Reference](https://dhvanil.com/api-docs/tweets.md): Complete documentation for querying, searching, and filtering tweets via REST API - [LLM Quick Start](https://dhvanil.com/api-docs/llm-quickstart.md): Optimized endpoint for LLM agents to understand Dhvanil's interests and thoughts ## Content - [PB29 context packet](https://dhvanil.com/pb29.txt): One self-contained file for AI agents covering the robotic painting arm, calibration stack, current state, milestone log, architecture, safety boundaries, images, and the full reconciled equipment ledger - [PB29](https://dhvanil.com/pb29): Human-facing page for the xArm rig, glass-box system, and physical drawing evidence - [Painting supplies](https://dhvanil.com/painting-supplies.txt): Exact material inventory for PB29 and the painting practice - [Tweets Archive](https://dhvanil.com/tweets): Browse 5,000+ tweets from 2014-present - [Bookshelf](https://dhvanil.com/bookshelf): 298 books read with ratings and notes - [AI Projects](https://dhvanil.com/ai): Experiments with AI models and generative art - [Blog](https://dhvanil.com/blog): Technical articles and thoughts ## API Endpoints (GET only, no auth required) - [/api/tweets/llm](https://personal-website-backend.me-d97.workers.dev/api/tweets/llm): Single endpoint for LLMs - returns summary, recent tweets, popular tweets, topics - [/api/tweets](https://personal-website-backend.me-d97.workers.dev/api/tweets): Unified list + filter + search endpoint - [/api/tweets/:id/thread](https://personal-website-backend.me-d97.workers.dev/api/tweets/:id/thread): Get full thread containing a tweet - [/api/tweets/stats](https://personal-website-backend.me-d97.workers.dev/api/tweets/stats): Aggregate statistics and analytics - [/api/tweets/topics](https://personal-website-backend.me-d97.workers.dev/api/tweets/topics): List of topics for filtering - [/api/tweets/memories](https://personal-website-backend.me-d97.workers.dev/api/tweets/memories): "On this day" tweets ## Optional - [/api/books](https://personal-website-backend.me-d97.workers.dev/api/books): Reading list data - [/api/ai](https://personal-website-backend.me-d97.workers.dev/api/ai): AI projects data - [/api/microscopy](https://personal-website-backend.me-d97.workers.dev/api/microscopy): Microscopy photography data