{"id":25495934,"url":"https://github.com/apify/actor-whitepaper-web","last_synced_at":"2025-11-03T16:25:32.508Z","repository":{"id":257851338,"uuid":"872443738","full_name":"apify/actor-whitepaper-web","owner":"apify","description":"Documentation site for the Actor Programming Model – a fresh take on serverless microapps. Built with Astro.","archived":false,"fork":false,"pushed_at":"2025-07-25T18:11:51.000Z","size":105583,"stargazers_count":4,"open_issues_count":16,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T00:59:57.907Z","etag":null,"topics":["actor-model","apify","astro","website"],"latest_commit_sha":null,"homepage":"https://whitepaper.actor","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-14T12:56:08.000Z","updated_at":"2025-07-24T12:08:04.000Z","dependencies_parsed_at":"2024-10-24T14:09:57.308Z","dependency_job_id":"01f724bb-d464-4fc1-8e86-dd478abef15f","html_url":"https://github.com/apify/actor-whitepaper-web","commit_stats":null,"previous_names":["vancura/developer-actor","apify/actor-whitepaper-web"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/apify/actor-whitepaper-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Factor-whitepaper-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Factor-whitepaper-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Factor-whitepaper-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Factor-whitepaper-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apify","download_url":"https://codeload.github.com/apify/actor-whitepaper-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apify%2Factor-whitepaper-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267974880,"owners_count":24174592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["actor-model","apify","astro","website"],"created_at":"2025-02-19T00:51:33.207Z","updated_at":"2025-11-03T16:25:32.464Z","avatar_url":"https://github.com/apify.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Web Actor Programming Model Whitepaper\n\nThis repository contains the documentation website for the Actor Programming Model, a new concept for building serverless microapps called _Actors_. The site is built using Astro and provides comprehensive documentation about developing, sharing, and integrating Actors.\n\n## Features\n\n- Built with Astro for optimal static site generation\n- Responsive design with Tailwind CSS\n- Interactive Table of Contents with progress tracking and filtering\n- Code syntax highlighting with copy functionality\n- Dark mode support\n- MDX content support with custom components\n- Enhanced modal-based navigation system with nested states\n- Smooth scroll behavior for navigation\n- Banner component for improved inner page context\n- Automatic sitemap generation for improved SEO\n- GitHub integration with real-time star count\n- Analytics integration with Plausible\n\n## Tech Stack\n\n- [Astro](https://astro.build) - Static Site Generator\n- [Tailwind CSS](https://tailwindcss.com) - Styling\n- [MDX](https://mdxjs.com) - Content\n- [TypeScript](https://www.typescriptlang.org) - Type Safety\n- [ESLint](https://eslint.org/) - Code linting\n- [Prettier](https://prettier.io/) - Code formatting\n- [GitHub Pages](https://pages.github.com) - Deployment\n\n## Prerequisites\n\n- Node.js v16+ (recommended: v18.0 or higher)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/vancura/developer-actor.git\ncd developer-actor\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\n## Available Scripts\n\n- `npm run dev` - Start development server with host access\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build\n- `npm run clean` - Clean dist and node_modules directories\n- `npm run format` - Format code with Prettier\n- `npm run lint` - Run ESLint checks\n- `npm run lint:fix` - Fix ESLint issues and format code\n\n## Project Structure\n\n```text\nsrc/\n   ├── components/ # Reusable UI components\n   ├── config/ # Configuration files\n   ├── content/ # MDX content files\n   ├── layouts/ # Page layouts\n   ├── pages/ # Astro pages\n   ├── styles/ # Global styles\n   ├── types/ # TypeScript types\n   └── utils/ # Utility functions\n```\n\n## Styling\n\nThe project uses Tailwind CSS for styling with custom configurations for:\n\n- Typography\n- Colors\n- Responsive design\n- Dark mode\n\nCustom styles for MDX content can be found in [src/styles/mdx-content.css](src/styles/mdx-content.css).\n\n## SEO\n\nThe site implements comprehensive SEO practices including:\n\n- Meta tags\n- Canonical URLs\n- OpenGraph data\n- Structured data\n- Automatic sitemap generation for search engine crawling\n\nSEO configuration can be found in the BaseHead component: [src/components/BaseHead.astro](src/components/BaseHead.astro).\n\n## Performance\n\nThe site implements various performance optimizations:\n\n- Asset caching through GitHub Pages\n- CSS and JavaScript minification\n- Responsive images with multiple formats\n\n## Analytics\n\nThe site uses Plausible Analytics for privacy-friendly website analytics in production environments. Analytics configuration can be found in the BaseHead component.\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Authors\n\n- [Václav Vančura](https://github.com/vancura) - Designer, Developer\n- [Adam Kliment](https://github.com/netmilk) - Owner\n\n## Acknowledgments\n\n- [Apify Team](https://apify.com) for creating the Actor Programming Model\n- [Astro](https://astro.build) for the amazing static site generator\n- [Tailwind CSS](https://tailwindcss.com) for the utility-first CSS framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Factor-whitepaper-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapify%2Factor-whitepaper-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapify%2Factor-whitepaper-web/lists"}