{"id":35319950,"url":"https://github.com/paulofpaiva/linkvault","last_synced_at":"2026-04-09T02:01:39.223Z","repository":{"id":321465191,"uuid":"1085956750","full_name":"paulofpaiva/linkvault","owner":"paulofpaiva","description":"linkvault - Manage and organize your saved links.","archived":false,"fork":false,"pushed_at":"2025-10-29T18:54:47.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T20:48:22.148Z","etag":null,"topics":["drizzle-orm","express","nodejs","postgresql","react"],"latest_commit_sha":null,"homepage":"https://linkvault.up.railway.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/paulofpaiva.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-10-29T18:36:27.000Z","updated_at":"2025-10-29T18:54:50.000Z","dependencies_parsed_at":"2025-10-29T20:48:27.389Z","dependency_job_id":null,"html_url":"https://github.com/paulofpaiva/linkvault","commit_stats":null,"previous_names":["paulofpaiva/linkvault"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/paulofpaiva/linkvault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofpaiva%2Flinkvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofpaiva%2Flinkvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofpaiva%2Flinkvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofpaiva%2Flinkvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulofpaiva","download_url":"https://codeload.github.com/paulofpaiva/linkvault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulofpaiva%2Flinkvault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["drizzle-orm","express","nodejs","postgresql","react"],"created_at":"2025-12-30T21:06:18.592Z","updated_at":"2026-04-09T02:01:39.218Z","avatar_url":"https://github.com/paulofpaiva.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![linkvault Logo](./assets/linkvault.png)\n# LinkVault\n\nlinkvault is a collaborative link manager that lets you save and organize links, add notes, share public collections, and explore what other users are curating.\n\n## Tech Stack\n\n- **Backend**: Node.js, Express, TypeScript, Drizzle ORM, PostgreSQL\n- **Frontend**: React, Vite, TailwindCSS, TanStack Query\n- **Auth**: JWT with httpOnly refresh cookies\n- **DevOps**: Docker, Docker Compose, pnpm workspaces\n\n## Setup\n\n### 1. Install Dependencies\n\n```bash\npnpm install\n```\n\n### 2. Configure Environment Variables\n\nCopy the example file:\n\n```bash\ncp .env.example .env\n```\n\nEdit `.env` with your values. This is the **only .env file** for the entire monorepo.\n\n**For production**, generate secure secrets:\n```bash\nopenssl rand -hex 32\n```\n\n### 3. Run the Application\n\n#### Option A: Docker (Recommended)\n\n```bash\npnpm docker:up\n```\n\nAccess:\n- Frontend: http://localhost:5173\n- API: http://localhost:3000\n\n\n#### Option B: Local Development\n\nRequirements: PostgreSQL running locally\n\n1. Update `.env` to use `localhost` instead of `db`:\n   ```bash\n   DATABASE_URL=postgresql://postgres:password@localhost:5432/linkvaultdb\n   ```\n\n2. Run in separate terminals:\n   ```bash\n   # Terminal 1\n   pnpm dev:api\n\n   # Terminal 2\n   pnpm dev:web\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulofpaiva%2Flinkvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulofpaiva%2Flinkvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulofpaiva%2Flinkvault/lists"}