{"id":51124784,"url":"https://github.com/ankithans/ankithans.com","last_synced_at":"2026-06-25T06:30:32.541Z","repository":{"id":364292813,"uuid":"1267279771","full_name":"ankithans/ankithans.com","owner":"ankithans","description":"Personal site for ankithans.com","archived":false,"fork":false,"pushed_at":"2026-06-12T12:27:41.000Z","size":4029,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T13:25:17.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ankithans.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankithans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T11:48:08.000Z","updated_at":"2026-06-12T12:27:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ankithans/ankithans.com","commit_stats":null,"previous_names":["ankithans/ankithans.com"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ankithans/ankithans.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankithans%2Fankithans.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankithans%2Fankithans.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankithans%2Fankithans.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankithans%2Fankithans.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankithans","download_url":"https://codeload.github.com/ankithans/ankithans.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankithans%2Fankithans.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34763481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-25T06:30:31.792Z","updated_at":"2026-06-25T06:30:32.533Z","avatar_url":"https://github.com/ankithans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ankithans.com — personal site\n\nRefined-minimal personal site with an \"agent-built\" signature: a terminal boot\nsequence on first visit, a ⌘K command palette for navigation, and case studies\nfor work that's mostly private/proprietary (presented abstractly).\n\n## Stack\n\n- **TanStack Start** (React 19) + Vite 8\n- **Tailwind CSS v4** (CSS-first `@theme` tokens in `src/styles/app.css`)\n- **Motion** (`motion/react`) for animation\n- **MDX** for case studies and blog posts (`@mdx-js/rollup` + remark/rehype, Shiki for code)\n- **Geist Sans + Geist Mono** (variable fonts)\n\n## Develop\n\n```bash\nbun install\nbun run dev        # http://localhost:3000\nbun run build      # production build + typecheck\nbun run deploy     # build + deploy to Cloudflare Workers\n```\n\n## Structure\n\n```\nsrc/\n  routes/            file-based routes (__root, index, work/, writing/)\n  components/        header, footer, command-palette, agent-hero, cards, mdx, theme, reveal\n  content/\n    work/*.mdx       case studies (frontmatter + body)\n    writing/*.mdx    blog posts\n  lib/\n    site.ts          name, socials, nav  ← edit your details here\n    content.ts       MDX glob loaders + types\n  styles/app.css     design tokens + base + prose styles\npublic/media/        cover art + figures (swappable)\npublic/media/blog/   recovered GSoC/Charmil images\n```\n\n## Editing content\n\n- **Add a case study**: drop an `.mdx` file in `src/content/work/` with frontmatter\n  (`title, slug, org, role, period, status, summary, stack[], metrics[], order, cover`).\n  Body components available: `\u003cFigure\u003e`, `\u003cMetrics\u003e`, `\u003cSpec\u003e`, `\u003cCallout\u003e`.\n- **Add a post**: drop an `.mdx` file in `src/content/writing/` (`title, slug, date, summary, tags[]`).\n- **Your details**: edit `src/lib/site.ts`.\n\n## Visuals\n\nCase-study covers use **theme-adaptive SVGs** in `public/media/*.svg` (they work in\nboth light and dark mode). Codex-generated raster alternates live alongside them as\n`*-sample.png` — swap any cover by changing the `cover:` field in the MDX frontmatter\n(e.g. `cover: /media/starship-sample.png`).\n\nAll Tessell visuals are **abstracted/representative** — no real internal UI or\ncustomer data.\n\n## Confidentiality\n\nStarship and Spectra are unreleased Tessell products. Their pages are written as\nabstracted case studies with redrawn diagrams and representative visuals only.\n\n## Deploy\n\nTargets Cloudflare Workers with the official TanStack Start Cloudflare adapter.\n\n- `wrangler.jsonc` defines the Worker and custom domains for `ankithans.com` and\n  `www.ankithans.com`.\n- `.github/workflows/deploy.yml` deploys on pushes to `main`.\n- Required GitHub repository secrets:\n  - `CLOUDFLARE_ACCOUNT_ID`\n  - `CLOUDFLARE_API_TOKEN`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankithans%2Fankithans.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankithans%2Fankithans.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankithans%2Fankithans.com/lists"}