{"id":26227666,"url":"https://github.com/kunalbishwal/vaultify","last_synced_at":"2026-04-10T12:32:00.145Z","repository":{"id":279620027,"uuid":"926689496","full_name":"KunalBishwal/Vaultify","owner":"KunalBishwal","description":" Vaultify - Secure Password \u0026 Credit Card Manager Vaultify is a secure and intuitive password and credit card detail manager designed to keep your sensitive data encrypted, organized, and easily accessible. With a focus on privacy and security, Vaultify ensures that your credentials remain protected using industry-standard encryption techniques. ","archived":false,"fork":false,"pushed_at":"2025-02-26T13:52:36.000Z","size":259,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T23:55:51.132Z","etag":null,"topics":["clerk-authentication","nextjs","react","shadcn-ui","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"","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/KunalBishwal.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}},"created_at":"2025-02-03T17:38:48.000Z","updated_at":"2025-02-26T13:52:39.000Z","dependencies_parsed_at":"2025-02-26T14:51:17.216Z","dependency_job_id":null,"html_url":"https://github.com/KunalBishwal/Vaultify","commit_stats":null,"previous_names":["kunalbishwal/vaultify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KunalBishwal/Vaultify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KunalBishwal%2FVaultify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KunalBishwal%2FVaultify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KunalBishwal%2FVaultify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KunalBishwal%2FVaultify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KunalBishwal","download_url":"https://codeload.github.com/KunalBishwal/Vaultify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KunalBishwal%2FVaultify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["clerk-authentication","nextjs","react","shadcn-ui","tailwindcss","typescript","vercel"],"created_at":"2025-03-12T20:18:42.821Z","updated_at":"2026-04-10T12:32:00.112Z","avatar_url":"https://github.com/KunalBishwal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"🚀 WalletWarden - Secure Digital Vault Manager\nWalletWarden is a secure and intuitive digital vault that helps you manage passwords, payment cards, and private notes with end-to-end encryption. Built with Next.js, Tailwind CSS, ShadCN UI, and Clerk authentication, it ensures seamless security and user experience.\n\n🔥 Features\nSecure Payment Card Storage – Store and manage your credit/debit cards securely.\nPassword Manager – Keep your passwords safe with end-to-end encryption.\nDark Mode Support – Fully responsive with light and dark mode.\nClerk Authentication – Secure user authentication and management.\nShadCN UI Components – Beautiful UI components for a seamless experience.\nLuhn Algorithm Validation – Validate credit card numbers before storing them.\n🛠️ Tech Stack\nFramework: Next.js\nUI Library: ShadCN UI\nStyling: Tailwind CSS\nAuthentication: Clerk\nState Management: React Hooks\nForm Validation: React Hook Form + Zod\n📸 Screenshots\nComing soon...\n\n🚀 Getting Started\n1️⃣ Clone the Repository\nsh\nCopy\nEdit\ngit clone https://github.com/yourusername/walletwarden.git\ncd walletwarden\n2️⃣ Install Dependencies\nsh\nCopy\nEdit\nnpm install\n# or\nyarn install\n3️⃣ Set Up Environment Variables\nCreate a .env.local file and add the required Clerk API keys and database credentials.\n\nenv\nCopy\nEdit\nNEXT_PUBLIC_CLERK_FRONTEND_API=your_clerk_api_key\nCLERK_SECRET_KEY=your_clerk_secret_key\nDATABASE_URL=your_database_url\n4️⃣ Run the Development Server\nsh\nCopy\nEdit\nnpm run dev\n# or\nyarn dev\nYour app will be running on http://localhost:3000.\n\n📦 Folder Structure\nbash\nCopy\nEdit\n/walletwarden\n ├── /components        # UI Components\n ├── /pages             # Next.js Pages\n ├── /styles           # Global Styles (Tailwind)\n ├── /actions          # Server Actions\n ├── /public           # Static Assets\n ├── .env.local        # Environment Variables\n ├── next.config.js    # Next.js Configuration\n ├── tailwind.config.js # Tailwind CSS Configuration\n ├── package.json      # Dependencies\n └── README.md         # Project Documentation\n🛡 Security\nAll sensitive data is encrypted before storing.\nUses Clerk authentication for user management.\nValidates credit card numbers with the Luhn Algorithm before saving.\n📌 Roadmap\n✅ Implement Card \u0026 Password Storage\n✅ Clerk Authentication\n⏳ Add Notes Vault\n⏳ Implement Auto-fill Feature\n⏳ Mobile App Integration\n💡 Contributing\nWe welcome contributions! If you’d like to contribute, feel free to open an issue or submit a pull request.\n\n📜 License\nThis project is licensed under the MIT License.\n\n🤝 Connect with Me\nGitHub: YourUsername\nLinkedIn: YourProfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalbishwal%2Fvaultify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkunalbishwal%2Fvaultify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkunalbishwal%2Fvaultify/lists"}