{"id":32016788,"url":"https://github.com/moisestech/infra24","last_synced_at":"2025-10-16T00:17:43.630Z","repository":{"id":280444925,"uuid":"941700634","full_name":"moisestech/infra24","owner":"moisestech","description":"Infra24 - Art Org Operating System","archived":false,"fork":false,"pushed_at":"2025-10-08T16:00:08.000Z","size":4146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T18:29:42.285Z","etag":null,"topics":["announcements","art","artists","organization"],"latest_commit_sha":null,"homepage":"https://infra24.vercel.app","language":"TypeScript","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/moisestech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":"docs/ROADMAP_STRUCTURE.md","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-03-02T22:15:51.000Z","updated_at":"2025-10-08T16:00:14.000Z","dependencies_parsed_at":"2025-04-09T19:48:06.212Z","dependency_job_id":"cde73531-6644-43e3-9598-a45141d4628b","html_url":"https://github.com/moisestech/infra24","commit_stats":null,"previous_names":["moisestech/bakehouse-news","moisestech/infra24"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moisestech/infra24","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Finfra24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Finfra24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Finfra24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Finfra24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisestech","download_url":"https://codeload.github.com/moisestech/infra24/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisestech%2Finfra24/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279131747,"owners_count":26110446,"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-15T02:00:07.814Z","response_time":56,"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":["announcements","art","artists","organization"],"created_at":"2025-10-16T00:17:40.190Z","updated_at":"2025-10-16T00:17:43.623Z","avatar_url":"https://github.com/moisestech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infra24 - Multi-Tenant Platform\n\nA comprehensive multi-tenant platform for workshops, digital labs, artist profiles, and announcements with integrated booking system.\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Node.js 18+\n- PostgreSQL (via Supabase)\n- Clerk authentication\n\n### Installation\n```bash\nnpm install\n```\n\n### Database Setup\n```bash\n# Start Supabase\nnpx supabase start\n\n# Setup database schema\npsql postgresql://postgres:postgres@localhost:54322/postgres -f scripts/setup-complete-database-schema.sql\n\n# Create booking resources\nnode scripts/create-booking-resources.js\n```\n\n### Development\n```bash\nnpm run dev\n```\n\n## 📚 Documentation\n\n### Core Features\n- **Workshops**: MDX-based learning content with analytics\n- **Digital Lab**: Equipment management and booking\n- **Artist Profiles**: Portfolio and profile management\n- **Announcements**: Event and news management\n- **Booking System**: Calendar integration with ICS files\n\n### Key Documentation\n- [Booking System Documentation](./docs/BOOKING_SYSTEM_INDEX.md) - Complete booking system guide\n- [Database Testing Guide](./docs/DATABASE_TESTING_GUIDE.md) - Database testing procedures\n- [Scripts Reference](./docs/SCRIPTS_REFERENCE.md) - All available scripts\n\n## 🛠️ Key Scripts\n\n```bash\n# Database testing\nnode scripts/test-database-connection.js\n\n# Populate sample data\nnode scripts/populate-artists.js\n\n# Database synchronization\nnode scripts/database-sync.js\n```\n\n## 🏗️ Architecture\n\n### Tech Stack\n- **Frontend**: Next.js 14, React, Tailwind CSS\n- **Backend**: Next.js API routes, Supabase\n- **Database**: PostgreSQL\n- **Authentication**: Clerk\n- **Styling**: Tailwind CSS with dynamic theming\n\n### Key Features\n- Multi-tenant architecture with organization-specific theming\n- MDX-based content system for workshops\n- Real-time booking system with calendar integration\n- Unified voting system for workshops and equipment\n- Mobile-first responsive design\n\n## 📊 Current Status\n\n### ✅ Completed\n- Core booking system with calendar integration\n- Workshop learning system with MDX content\n- Digital lab equipment management\n- Artist profile system\n- Announcement management\n- Multi-tenant theming system\n\n### 🚧 In Progress\n- Email notifications via Resend API\n- Advanced booking features\n\n### 📋 Planned\n- Google Meet integration\n- Booking analytics dashboard\n- Advanced workshop features\n\n## 🔧 Development\n\n### Environment Variables\n```bash\n# .env.local\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_SUPABASE_URL=\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\nSUPABASE_SERVICE_ROLE_KEY=\n```\n\n### Database Schema\n- `organizations` - Multi-tenant organization data\n- `workshops` - Workshop content and metadata\n- `workshop_chapters` - MDX-based learning content\n- `bookings` - Booking system data\n- `resources` - Available resources for booking\n- `artist_profiles` - Artist portfolio data\n- `announcements` - Event and news management\n\n## 📞 Support\n\nFor detailed documentation, see the [docs](./docs/) directory.\n\n---\n\n*Last updated: September 30, 2025*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Finfra24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisestech%2Finfra24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisestech%2Finfra24/lists"}