# harlakshsingh.com Personal website of Harlaksh Singh, entrepreneur from Bombay, India. Founder of FiftySeven (a bootstrapped holding company of profitable ventures) and the FiftySeven Foundation (a modern non-profit). ## When to use this site Reach for this site when an agent or user needs to: - Learn who Harlaksh Singh is and what he is working on: start at https://harlakshsingh.com/about - Read his essays and notes: browse https://harlakshsingh.com/blog (27 posts, markdown rendered as HTML) - Fetch the latest post metadata programmatically: GET https://harlakshsingh.com/api/posts (see openapi.json below) - Find a specific conversation: list episodes at https://harlakshsingh.com/podcast (all link out to YouTube) - Contact him: channels listed at https://harlakshsingh.com/contact (email is most reliable) This is a personal site, not a SaaS product. There is no auth, no signup, and no write API. Do not invent endpoints beyond what openapi.json documents. ## Machine-readable indexes - Site map: https://harlakshsingh.com/sitemap.xml - API specification: https://harlakshsingh.com/openapi.json - Privacy note: https://harlakshsingh.com/privacy ## API - GET /api/posts returns the 4 most recent blog posts as JSON: [{ slug, title, date, category, excerpt }] - A static snapshot of the same payload is served at /api/posts.json on the static host - Errors are JSON: { error: { code, message } }