{"id":31070883,"url":"https://github.com/the-rfer/love-vault","last_synced_at":"2026-04-07T16:33:02.667Z","repository":{"id":313074838,"uuid":"1049352427","full_name":"the-rfer/love-vault","owner":"the-rfer","description":"Love Vault – A Next.js app with Supabase authentication and storage, built for securely saving, organizing, and sharing relationship memories.","archived":false,"fork":false,"pushed_at":"2025-09-12T01:04:17.000Z","size":9258,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T03:41:17.504Z","etag":null,"topics":["love-vault","motion","nextjs","supabase","tailwind","vercel","zod"],"latest_commit_sha":null,"homepage":"https://love-vault-three.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/the-rfer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.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-09-02T21:11:38.000Z","updated_at":"2025-09-12T01:04:21.000Z","dependencies_parsed_at":"2025-09-03T20:12:54.429Z","dependency_job_id":"38f27b09-b905-4cb6-b03b-0ac8a49bf8b8","html_url":"https://github.com/the-rfer/love-vault","commit_stats":null,"previous_names":["the-rfer/love-vault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/the-rfer/love-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-rfer%2Flove-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-rfer%2Flove-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-rfer%2Flove-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-rfer%2Flove-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-rfer","download_url":"https://codeload.github.com/the-rfer/love-vault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-rfer%2Flove-vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["love-vault","motion","nextjs","supabase","tailwind","vercel","zod"],"created_at":"2025-09-15T23:03:29.103Z","updated_at":"2026-04-07T16:33:02.659Z","avatar_url":"https://github.com/the-rfer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💖 Love Vault\n\nA modern web app to store and celebrate your special memories.\nBuilt with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), and deployed on [Vercel](https://vercel.com/).\n\n---\n\n## ✨ Demo\n\n🔗 **Live Demo**: [love-vault-three.vercel.app](https://love-vault-three.vercel.app/)\n\n📸 **Screenshots**\n\n![Vault dashboard](./public/screenshots/dashboard.png)\n![Moment details](./public/screenshots/details.png)\n![Create new moments](./public/screenshots/new.png)\n\n---\n\n## 🚀 Features\n\n-   🗂️ Create and manage your personal memory vaults\n-   🖼️ Add photos, notes, and special dates\n-   🎨 Clean, modern, and intuitive design\n-   ⚡ Fast \u0026 optimized (Next.js + Vercel)\n\n---\n\n## 🛠️ Tech Stack\n\n-   **Framework**: Next.js (App Router) + TypeScript\n-   **Styling**: Tailwind CSS, shadcn/ui\n-   **Animations**: Framer Motion\n-   **Validation**: Zod\n-   **Database**: Supabase\n-   **Hosting**: Vercel\n-   **Analytics**: Vercel Analytics\n\n---\n\n## 📦 Installation\n\nClone and set up locally:\n\n```bash\n# Clone repo\ngit clone https://github.com/the-rfer/love-vault.git\ncd love-vault\n\n# Install dependencies\nnpm install\n\n# Start dev server\nnpm run dev\n```\n\nYour app will be live at [http://localhost:3000](http://localhost:3000).\n\n---\n\n## 🔑 Environment Variables\n\nCreate a `.env.local` file in the project root and add:\n\n```bash\nNEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url\nNEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key\nNEXT_PUBLIC_SITE_URL=http://localhost:3000\n```\n\n---\n\n## 🚀 Deployment\n\nDeploy with one click on **Vercel**:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/the-rfer/love-vault)\n\n---\n\n## 📊 Analytics\n\n-   **Vercel Analytics**: enable in the Vercel dashboard.\n\n---\n\n## 🗂️ Project Structure\n\n```\nlove-vault/\n├── app/                # Next.js app router pages\n├── components/         # Reusable UI components\n├── actions/            # Server actions\n├── lib/                # Utilities \u0026 helpers\n├── scripts/            # Executable SQL scripts for Supabase\n├── public/             # Static assets\n└── ...\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n---\n\n## 📜 License\n\nMIT License © [Rúben Fernandes](https://github.com/the-rfer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-rfer%2Flove-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-rfer%2Flove-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-rfer%2Flove-vault/lists"}