{"id":25949829,"url":"https://github.com/andrewarrow/vibecoders","last_synced_at":"2026-05-01T22:35:23.764Z","repository":{"id":280350939,"uuid":"941700670","full_name":"andrewarrow/vibecoders","owner":"andrewarrow","description":"backend golang sqlite, frontend react tailwindcss, co-authored with Claude Code","archived":false,"fork":false,"pushed_at":"2025-04-29T16:39:37.000Z","size":170,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T17:41:58.077Z","etag":null,"topics":["claude","golang","sqlite","vibecoding"],"latest_commit_sha":null,"homepage":"https://andrewarrow.dev/","language":"JavaScript","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/andrewarrow.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":"2025-03-02T22:16:00.000Z","updated_at":"2025-04-29T16:39:41.000Z","dependencies_parsed_at":"2025-03-02T23:23:13.703Z","dependency_job_id":"a67bc17a-5811-4d9b-95a7-062f177b814e","html_url":"https://github.com/andrewarrow/vibecoders","commit_stats":null,"previous_names":["andrewarrow/vibecoders"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewarrow/vibecoders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Fvibecoders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Fvibecoders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Fvibecoders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Fvibecoders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewarrow","download_url":"https://codeload.github.com/andrewarrow/vibecoders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewarrow%2Fvibecoders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["claude","golang","sqlite","vibecoding"],"created_at":"2025-03-04T12:29:28.476Z","updated_at":"2026-05-01T22:35:23.730Z","avatar_url":"https://github.com/andrewarrow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VibeCoders\n\nA platform to find software engineers that are very good at vibecoding.\n\n\u003e \"Vibe coding is the art of leveraging AI tools to their fullest potential in software development, creating a seamless fusion between human creativity and machine intelligence. It represents a paradigm shift where developers orchestrate AI systems rather than writing every line manually.\"\n\n## Technology Stack\n\n### Frontend\n- React\n- TailwindCSS\n- Vite (for building and development)\n\n### Backend\n- Golang\n- Echo framework\n- SQLite\n\n## Features\n\n- Homepage showcasing top \"vibecoders\"\n- User authentication (register, login, logout)\n- User profiles with customizable information\n- Responsive design for mobile and desktop\n\n## Development\n\n### Prerequisites\n\n- Go 1.19+\n- Node.js 16+\n- npm\n\n### Setup\n\n1. Clone the repository\n2. Install Go dependencies:\n   ```\n   go mod tidy\n   ```\n3. Install Node.js dependencies:\n   ```\n   npm install\n   ```\n\n### Running the application\n\n1. Start the frontend development server:\n   ```\n   npm run dev\n   ```\n\n2. Start the backend server:\n   ```\n   go run main.go\n   ```\n\n3. Access the application at `http://localhost:3000`\n\n## API Endpoints\n\n- `POST /api/login` - Login user\n- `DELETE /api/logout` - Logout user\n- `POST /api/register` - Register new user\n- `PATCH /api/user` - Update user profile\n- `GET /api/homepage-users` - Get users for homepage\n- `GET /api/user` - Get current user information\n\n## Database\n\nSQLite database with the following tables:\n\n### users\n- id (primary key)\n- username (unique)\n- bio\n- linked_in_url\n- github_url\n- photo_url\n- password\n\n### sessions\n- id (primary key)\n- user_id (foreign key)\n- token (random uuid)\n\n### Database Migrations\n\nThis project uses Flyway for database migrations:\n\n1. Install Flyway CLI: https://flywaydb.org/documentation/usage/commandline/\n\n2. Initialize the database (creates database file and runs migrations):\n   ```\n   npm run db:init\n   ```\n\n3. Run migrations only:\n   ```\n   npm run db:migrate\n   ```\n\n4. Check migration status:\n   ```\n   npm run db:info\n   ```\n\n5. Clean database (delete all tables):\n   ```\n   npm run db:clean\n   ```\n\nMigration files are located in `db/migration` and follow Flyway naming conventions:\n- `V1__Create_initial_schema.sql` - Creates the database schema\n- `V2__Insert_seed_data.sql` - Inserts initial seed data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewarrow%2Fvibecoders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewarrow%2Fvibecoders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewarrow%2Fvibecoders/lists"}