{"id":30514309,"url":"https://github.com/ln0185/vertonet","last_synced_at":"2026-02-24T01:02:45.643Z","repository":{"id":306670311,"uuid":"1019055242","full_name":"ln0185/Vertonet","owner":"ln0185","description":"This is a new website project for Vertonet.is","archived":false,"fork":false,"pushed_at":"2025-09-20T15:06:01.000Z","size":14132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T17:26:45.816Z","etag":null,"topics":["api","chatbot","database","mongodb","next","react","typescript"],"latest_commit_sha":null,"homepage":"https://vertonet.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/ln0185.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":"2025-07-13T16:32:25.000Z","updated_at":"2025-09-20T15:08:12.000Z","dependencies_parsed_at":"2025-07-27T01:24:34.776Z","dependency_job_id":"df179f65-b445-4b4d-b086-d80438e61cd6","html_url":"https://github.com/ln0185/Vertonet","commit_stats":null,"previous_names":["ln0185/vertonet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ln0185/Vertonet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln0185%2FVertonet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln0185%2FVertonet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln0185%2FVertonet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln0185%2FVertonet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ln0185","download_url":"https://codeload.github.com/ln0185/Vertonet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ln0185%2FVertonet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006638,"owners_count":26084149,"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-10-11T02:00:06.511Z","response_time":55,"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":["api","chatbot","database","mongodb","next","react","typescript"],"created_at":"2025-08-26T07:33:32.092Z","updated_at":"2025-10-11T08:42:15.312Z","avatar_url":"https://github.com/ln0185.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Vertonet\n\nA modern web platform for Vertonet, an organization dedicated to supporting women and non-binary individuals in the tech industry in Iceland. The platform provides event information, community resources, and networking opportunities.\n\n## 🌟 About Vertonet\n\nVertonet combines \"verto\" (Latin for transformation) and \"net\" (network) to create a platform for women and non-binary individuals in various tech industry roles to connect, learn, and support each other. The organization aims to increase diversity in the tech field through events, projects, and community building.\n\n## ✨ Features\n\n- **Multi-language Support**: English and Icelandic translations\n- **Event Management**: Integration with PredictHQ API for real-time events\n- **Interactive Chatbot**: Assistance for website navigation and information\n- **Responsive Design**: Modern, accessible UI built with Styled Components\n- **Registration System**: Member registration and event signup functionality\n- **News Section**: Latest updates and community news\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js 15, React 18, TypeScript\n- **Styling**: Styled Components with custom theme system\n- **State Management**: Zustand\n- **Internationalization**: i18next with react-i18next\n- **Backend**: Express.js server with API integrations\n- **APIs**: PredictHQ (events)\n- **Database**: MongoDB\n- **Deployment**: Vercel-ready\n\n## 📁 Project Structure\n\n```bash\nvertonet/\n├── public/                 # Static assets\n│   ├── resources/\n│   │   ├── fonts/         # Custom fonts (Matter, Tobias)\n│   │   ├── icons/         # SVG icons\n│   │   ├── images/        # Project images\n│   │   └── logos/         # Company logos\n├── src/\n│   ├── app/               # Next.js App Router\n│   │   ├── actions/       # Server actions\n│   │   ├── api/           # API routes\n│   │   ├── um-okkur/      # About page\n│   │   └── vidburdir/     # Events page\n│   ├── components/        # React components\n│   ├── lib/               # Utilities and configurations\n│   │   ├── i18n/          # Internationalization\n│   │   ├── services/      # API services\n│   │   └── store/         # State management\n│   ├── styles/            # Global styles and theme\n│   └── types/             # TypeScript type definitions\n├── vercel.json            # Vercel deployment configuration\n└── package.json\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- npm or yarn\n- MongoDB (for registration data)\n\n### Quick Start (Development)\n\n1. **Clone the repository**\n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd vertonet\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Environment Setup**\n   Create a `.env.local` file in the root directory:\n\n   ```env\n   # API Keys\n   PREDINCTHQ_API_KEY=your_predicthq_api_key\n\n   # Database\n   MONGODB_URI=your_mongodb_connection_string\n\n   # Environment\n   NODE_ENV=development\n   PORT=3001\n   ```\n\n4. **Run the development server**\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n### Production Deployment\n\nThe application is configured for Vercel deployment with Next.js API routes:\n\n**Quick Setup:**\n\n1. Connect your repository to Vercel\n2. Set environment variables in Vercel dashboard:\n   - `PREDINCTHQ_API_KEY`\n   - `MONGODB_URI`\n3. Deploy automatically on push to main branch\n\n## 📝 Available Scripts\n\n- `npm run dev` - Start Next.js development server\n- `npm run build` - Build the application for production\n- `npm run start` - Start the production server\n- `npm run lint` - Run ESLint\n\n## 🌐 Internationalization\n\nThe application supports English and Icelandic languages. Translation files are located in `src/lib/i18n/translations/`.\n\n### Adding New Translations\n\n1. Add new keys to both `en.json` and `is.json`\n2. Use the `useTranslation` hook in components:\n\n   ```tsx\n   import { useTranslation } from \"react-i18next\";\n\n   const { t } = useTranslation();\n   const title = t(\"about.title\");\n   ```\n\n## 🎨 Styling Guidelines\n\n- **Theme System**: Colors, fonts, and spacing are defined in `src/styles/theme.ts`\n- **Styled Components**: All styling uses Styled Components with theme integration\n- **Typography**: Custom fonts (Matter, Tobias) from the public folder\n- **Units**: Prefer `rem` units over `px` for responsive design\n- **Colors**: All colors should be sourced from the theme\n\n## 🔧 API Integrations\n\n### PredictHQ Events API\n\n- Fetches real-time events for Iceland\n- Fallback events when API is unavailable\n- Supports filtering by category and date\n\n### Chatbot Service\n\n- AI-powered assistance\n- Context-aware responses about the community\n\n## 📱 Pages\n\n- **Home** (`/`) - Landing page with sections for about, events, companies, projects, news, and CTA\n- **About** (`/um-okkur`) - Detailed information about Vertonet and board members\n- **Events** (`/vidburdir`) - Upcoming and past events with registration\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## 📄 License\n\nThis project is private and my proprietary, design is property of Edda Falak.\n\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fln0185%2Fvertonet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fln0185%2Fvertonet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fln0185%2Fvertonet/lists"}