{"id":49354332,"url":"https://github.com/bravo1goingdark/themankindproject","last_synced_at":"2026-04-27T12:06:22.246Z","repository":{"id":339164524,"uuid":"1160599692","full_name":"bravo1goingdark/themankindproject","owner":"bravo1goingdark","description":"A curated archive of humanity's most defining achievements -- across science, engineering, medicine, courage, and exploration.","archived":false,"fork":false,"pushed_at":"2026-02-18T14:04:32.000Z","size":277,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-18T14:56:46.941Z","etag":null,"topics":["history","human","mankind","medicine","science","war"],"latest_commit_sha":null,"homepage":"https://themankindproject.vercel.app","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/bravo1goingdark.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-02-18T06:17:12.000Z","updated_at":"2026-02-18T14:05:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bravo1goingdark/themankindproject","commit_stats":null,"previous_names":["bravo1goingdark/themankindproject"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bravo1goingdark/themankindproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravo1goingdark%2Fthemankindproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravo1goingdark%2Fthemankindproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravo1goingdark%2Fthemankindproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravo1goingdark%2Fthemankindproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bravo1goingdark","download_url":"https://codeload.github.com/bravo1goingdark/themankindproject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bravo1goingdark%2Fthemankindproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["history","human","mankind","medicine","science","war"],"created_at":"2026-04-27T12:06:21.405Z","updated_at":"2026-04-27T12:06:22.240Z","avatar_url":"https://github.com/bravo1goingdark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Mankind Project\n\nA timeline of humanity's greatest achievements - from the construction of the Great Wall to the Moon Landing.\n\n## Features\n\n- **Client-side search** with MiniSearch - fuzzy matching, prefix search, field boosting\n- **Compressed search index** - normalized strings + pako compression (~50% smaller)\n- **Markdown-based content** - each achievement is a `.md` file with frontmatter\n- **SSR for full content** - markdown rendered server-side with sanitization\n- **Dark mode** support via next-themes\n\n## Tech Stack\n\n- **Framework**: Next.js 16\n- **Styling**: Tailwind CSS 4\n- **Search**: MiniSearch + pako compression\n- **Content**: Markdown with gray-matter + remark\n\n## Getting Started\n\n```bash\n# Install dependencies\npnpm install\n\n# Run development server\npnpm dev\n\n# Build for production\npnpm build\n```\n\n## Content Structure\n\nEach achievement is a markdown file in `content/`:\n\n```markdown\n---\ntitle: \"Moon Landing\"\ndate: \"1969-07-20\"\nyear: 1969\nera: \"20th Century\"\ncategory: \"exploration\"\nregion: \"North America\"\nlocation: \"Sea of Tranquility, Moon\"\nkey_figures:\n  - \"Neil Armstrong\"\n  - \"Buzz Aldrin\"\nimpact: \"First humans on the Moon\"\nimpact_score: 10\ndifficulty_score: 10\ntags:\n  - \"space\"\n  - \"nasa\"\n---\n\n\u003e Summary text here\n\n## Context\nHistorical context...\n\n## The Deed\nWhat happened...\n\n## Why It Matters\nImpact and significance...\n\n## Brutal Truth\nThe harsh reality...\n\n## Numbers\nKey statistics...\n```\n\n## Categories\n\n- **Science** - Theoretical breakthroughs\n- **Engineering** - Structural and mechanical feats\n- **Courage** - Acts of bravery and social change\n- **Medicine** - Medical advancements\n- **Exploration** - Voyages and discoveries\n\n## Scripts\n\n| Command | Description |\n|---------|-------------|\n| `pnpm dev` | Start development server |\n| `pnpm build` | Validate content, build search index, compile |\n| `pnpm build:index` | Rebuild search index only |\n| `pnpm validate` | Validate all markdown frontmatter |\n\n## Search Index\n\nThe search index is built at build time with:\n\n1. **Normalization** - Strings stored once in a dictionary, referenced by index\n2. **Compression** - Content compressed with pako deflate + base64\n3. **Single file** - All search data in `public/search-index.json`\n\nResult: ~24KB compressed index that becomes ~8-10KB with Brotli on CDN.\n\n## Contributing\n\nAdd a new entry by creating a markdown file in `content/` following the structure above. Run `pnpm validate` to check your frontmatter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravo1goingdark%2Fthemankindproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbravo1goingdark%2Fthemankindproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbravo1goingdark%2Fthemankindproject/lists"}