{"id":31156097,"url":"https://github.com/codingshot/near-infrastructure","last_synced_at":"2025-09-18T20:54:41.547Z","repository":{"id":305493364,"uuid":"1022754784","full_name":"codingshot/near-infrastructure","owner":"codingshot","description":"NEAR Infrastructure Comittee landing page","archived":false,"fork":false,"pushed_at":"2025-08-21T15:35:42.000Z","size":10423,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-21T17:05:18.253Z","etag":null,"topics":["near-infra","near-protocol"],"latest_commit_sha":null,"homepage":"https://nearinfra.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/codingshot.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}},"created_at":"2025-07-19T18:50:09.000Z","updated_at":"2025-08-21T14:33:16.000Z","dependencies_parsed_at":"2025-08-09T20:21:50.416Z","dependency_job_id":"c2b87e26-b880-474d-b2f6-183525bf90a0","html_url":"https://github.com/codingshot/near-infrastructure","commit_stats":null,"previous_names":["codingshot/near-infrastructure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingshot/near-infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingshot%2Fnear-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingshot%2Fnear-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingshot%2Fnear-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingshot%2Fnear-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingshot","download_url":"https://codeload.github.com/codingshot/near-infrastructure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingshot%2Fnear-infrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275830188,"owners_count":25536280,"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-09-18T02:00:09.552Z","response_time":77,"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":["near-infra","near-protocol"],"created_at":"2025-09-18T20:54:40.286Z","updated_at":"2025-09-18T20:54:41.532Z","avatar_url":"https://github.com/codingshot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEAR Infrastructure Committee Website\n\nA comprehensive website showcasing the NEAR Infrastructure Committee's work, team, case studies, and focus areas for the NEAR Protocol ecosystem.\n\n## 🚀 Features\n\n### Core Sections\n- **Hero Section** - Main landing with action cards for funding applications, RFPs, and feedback\n- **Focus Areas** - Categorized infrastructure components with examples and resources\n- **Case Studies** - Funded projects with status tracking and company information\n- **Team Section** - Infrastructure Committee and Working Group members with company affiliations\n- **Blog Section** - Latest updates and announcements from the committee\n- **Newsletter** - Email subscription for infrastructure updates\n\n### Interactive Features\n- **Search \u0026 Filter** - Find team members and case studies quickly\n- **Responsive Design** - Optimized for desktop, tablet, and mobile\n- **Company Logos** - Visual branding for all infrastructure providers\n- **Status Tracking** - Real-time project status (Maintenance, In Development, Completed)\n- **Social Links** - Direct connections to team member profiles\n\n## 📁 Project Structure\n\n```\nnear-infrastructure/\n├── public/\n│   ├── data/                    # JSON data files\n│   │   ├── blog-posts.json      # Blog articles with images\n│   │   ├── case-studies.json    # Funded projects and companies\n│   │   ├── focus-areas.json     # Infrastructure categories\n│   │   └── team.json           # Team members and companies\n│   ├── companies/              # Company logos and branding\n│   ├── team/                   # Team member photos\n│   ├── blog/                   # Blog post images\n│   └── [other assets]\n├── src/\n│   ├── components/\n│   │   ├── near/               # NEAR-specific components\n│   │   │   ├── BlogSection.tsx\n│   │   │   ├── CaseStudies.tsx\n│   │   │   ├── FocusAreas.tsx\n│   │   │   ├── TeamSection.tsx\n│   │   │   └── [other components]\n│   │   └── ui/                 # Reusable UI components\n│   └── [other source files]\n└── [config files]\n```\n\n## 📊 Data Organization\n\n### `/public/data/` - JSON Data Files\n\n#### `blog-posts.json`\n```json\n{\n  \"title\": \"Blog Post Title\",\n  \"date\": \"January 15, 2025\",\n  \"url\": \"https://www.near.org/blog/...\",\n  \"excerpt\": \"Blog post description\",\n  \"image\": \"/blog/blog-image.webp\"\n}\n```\n\n#### `case-studies.json`\n```json\n{\n  \"name\": \"Project Name\",\n  \"description\": \"Project description\",\n  \"status\": \"Maintenance|In Development|Completed\",\n  \"fundingDate\": \"2024-Q1\",\n  \"logo\": \"/companies/company-logo.jpg\",\n  \"productUrl\": \"https://project-url.com\",\n  \"tags\": [\"Category1\", \"Category2\"]\n}\n```\n\n#### `focus-areas.json`\n```json\n{\n  \"id\": \"category-id\",\n  \"title\": \"Category Title\",\n  \"description\": \"Category description\",\n  \"examples\": [\n    {\n      \"name\": \"Example Name\",\n      \"url\": \"https://example.com\",\n      \"description\": \"Example description\",\n      \"logo\": \"/companies/logo.jpg\"\n    }\n  ]\n}\n```\n\n#### `team.json`\n```json\n{\n  \"name\": \"Team Member Name\",\n  \"title\": \"Job Title\",\n  \"bio\": \"Member bio\",\n  \"image\": \"/team/member-photo.jpg\",\n  \"company\": {\n    \"name\": \"Company Name\",\n    \"logo\": \"/companies/company-logo.png\",\n    \"url\": \"https://company.com\"\n  }\n}\n```\n\n### `/public/companies/` - Company Assets\n- Company logos in various formats (PNG, JPG, SVG)\n- Consistent naming convention for easy reference\n- Used across case studies, focus areas, and team sections\n\n### `/public/team/` - Team Assets\n- Individual team member photos\n- Consistent sizing and format\n- Fallback to placeholder images if missing\n\n## 🛠️ Technologies Used\n\n- **Framework**: React 18 with TypeScript\n- **Build Tool**: Vite for fast development and building\n- **Styling**: Tailwind CSS with custom design system\n- **UI Components**: shadcn/ui component library\n- **Icons**: Lucide React icons\n- **Carousel**: Embla Carousel for blog and hero sections\n- **Deployment**: Static site generation\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js 18+ ([install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating))\n- npm or yarn package manager\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/your-username/near-infrastructure.git\n   cd near-infrastructure\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start development server**\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser**\n   Navigate to `http://localhost:5173` to view the website\n\n### Available Scripts\n\n- `npm run dev` - Start development server with hot reload\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build locally\n- `npm run lint` - Run ESLint for code quality\n\n## 📝 Content Management\n\n### Adding New Blog Posts\n1. Add blog post data to `/public/data/blog-posts.json`\n2. Add corresponding image to `/public/blog/`\n3. Update image path in JSON data\n\n### Adding New Case Studies\n1. Add case study data to `/public/data/case-studies.json`\n2. Add company logo to `/public/companies/`\n3. Update logo path in JSON data\n\n### Adding Team Members\n1. Add team member data to `/public/data/team.json`\n2. Add member photo to `/public/team/`\n3. Add company logo if new company\n\n### Adding Focus Areas\n1. Add focus area data to `/public/data/focus-areas.json`\n2. Add company logos for examples\n3. Update component to display new category\n\n## 🎨 Design System\n\n### Color Palette\n- **Primary**: NEAR brand colors\n- **Background**: Light/dark theme support\n- **Accent**: Infrastructure-focused color scheme\n\n### Typography\n- **Headings**: Custom Grotesk font family\n- **Body**: System font stack\n- **Code**: Monospace for technical content\n\n### Components\n- **Cards**: Consistent styling across all sections\n- **Buttons**: Primary, secondary, and ghost variants\n- **Navigation**: Responsive tabs and search functionality\n\n## 🌐 Deployment\n\n### Production Build\n```bash\nnpm run build\n```\n\n### Deployment Options\n- **Netlify**: Connect repository for automatic deployments\n- **Vercel**: Import project for serverless deployment\n- **GitHub Pages**: Use GitHub Actions for static hosting\n- **Custom Domain**: Configure DNS for your domain\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n### Development Guidelines\n- Follow TypeScript best practices\n- Use consistent naming conventions\n- Add proper error handling\n- Test responsive design\n- Update documentation for new features\n\n## 📞 Support\n\nFor questions about the NEAR Infrastructure Committee:\n- **Website**: [near.org](https://near.org)\n- **Documentation**: [docs.near.org](https://docs.near.org)\n- **Community**: [Discord](https://discord.gg/near)\n\n## 📄 License\n\nThis project is part of the NEAR Protocol ecosystem and follows the NEAR Foundation's open source guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingshot%2Fnear-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingshot%2Fnear-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingshot%2Fnear-infrastructure/lists"}