{"id":28754648,"url":"https://github.com/kumardeepak16/hidden-context-ai","last_synced_at":"2026-04-08T16:32:41.001Z","repository":{"id":299374461,"uuid":"1002495948","full_name":"KumarDeepak16/Hidden-Context-AI","owner":"KumarDeepak16","description":"Hidden Context AI is a modern, AI-powered tool that allows you to securely encode and decode hidden messages. It blends military-grade encryption with AI-generated disguise text to make secrets look natural in any context — casual, professional, tech, news, and more.","archived":false,"fork":false,"pushed_at":"2025-06-16T08:08:46.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T08:32:49.346Z","etag":null,"topics":["ai-powered","css","encoder-decoder","encryption-decryption","framer-motion","gemini-api","html","message","message-en","message-encoding-decoding","react","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://hiddencontext.netlify.app/","language":"JavaScript","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/KumarDeepak16.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}},"created_at":"2025-06-15T15:44:51.000Z","updated_at":"2025-06-16T08:08:50.000Z","dependencies_parsed_at":"2025-06-16T08:39:48.788Z","dependency_job_id":"521cdc56-5618-488d-b7c1-0783726c4a3c","html_url":"https://github.com/KumarDeepak16/Hidden-Context-AI","commit_stats":null,"previous_names":["kumardeepak16/semantic-message-encoder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KumarDeepak16/Hidden-Context-AI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumarDeepak16%2FHidden-Context-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumarDeepak16%2FHidden-Context-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumarDeepak16%2FHidden-Context-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumarDeepak16%2FHidden-Context-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KumarDeepak16","download_url":"https://codeload.github.com/KumarDeepak16/Hidden-Context-AI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumarDeepak16%2FHidden-Context-AI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260269458,"owners_count":22983649,"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","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":["ai-powered","css","encoder-decoder","encryption-decryption","framer-motion","gemini-api","html","message","message-en","message-encoding-decoding","react","reactjs","tailwindcss"],"created_at":"2025-06-17T01:11:15.351Z","updated_at":"2026-04-08T16:32:40.995Z","avatar_url":"https://github.com/KumarDeepak16.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️‍♂️ Hidden Context AI\n\n**Hidden Context AI** is a modern, AI-powered tool that allows you to securely encode and decode hidden messages. It blends military-grade encryption with AI-generated disguise text to make secrets look natural in any context — casual, professional, tech, news, and more.\n\n![image](https://github.com/user-attachments/assets/b4f50a1e-85a0-4a8b-94d6-03ecfbde6bec)\n---\n\n## ✨ Features\n\n- 🔐 **Military-grade encryption/decryption**\n- 🧠 **AI-generated disguise (Google Gemini 1.5 Flash)**\n- 🎨 **Premium Orange/Red radial gradient design**\n- 📱 **Fully responsive with pill-style selectors on mobile**\n- ⚡ **Zero data storage or retention**\n- 🍞 **Beautiful hot-toast notifications for success \u0026 errors**\n- 🔗 **GitHub credit link with Lucide icon**\n- 🎛️ **Disguise \u0026 Encoding style options**\n\n---\n\n## 🛠️ Technologies Used\n\n- **React + Vite**\n- **Tailwind CSS**\n- **Framer Motion**\n- **Lucide React Icons**\n- **React Hot Toast**\n- **Google Gemini 1.5 Flash API**\n\n---\n\n## 🚀 Local Setup\n\n1. **Clone the repository**\n```bash\ngit clone https://github.com/kumardeepak16/hidden-context-ai.git\ncd hidden-context-ai\n````\n\n2. **Install dependencies**\n\n```bash\nnpm install\n```\n\n3. **Configure Environment Variables**\n\nCreate a `.env` file in the root directory and fill it like:\n\n```\nVITE_GEMINI_API_KEY=your_google_gemini_api_key_here\n```\n\nOr simply copy from the provided example:\n\n```bash\ncp .env.example .env\n```\n\n4. **Start Development Server**\n\n```bash\nnpm run dev\n```\n\n---\n\n## 📝 Environment Variables (`.env`)\n\n| Variable              | Description                          |\n| --------------------- | ------------------------------------ |\n| `VITE_GEMINI_API_KEY` | Your Google Gemini 1.5 Flash API Key |\n\n---\n\n## 🧩 Project Structure\n\n```\nsrc/\n│\n├── App.jsx                # Main app\n├── main.jsx               # Entry point\n└── index.css              # Tailwind \u0026 custom scroll styling\n```\n\n---\n\n## 🎨 Design Highlights\n\n* Radial Orange/Red gradient background\n* Modern thin scrollbar (orange-red gradient)\n* Auto focus for inputs\n* Responsive: dropdown/pills on mobile, grid on desktop\n* Minimal, premium typography and shadows\n\n---\n\n## 🤝 Contributing\n\nPRs welcome! Please open issues first to discuss major changes.\n\n---\n\n## 📄 License\n\nMIT © 2025 kumardeepak16\n\n---\n\n## 👨‍💻 Author\n\n[![GitHub](https://img.icons8.com/plasticine/50/github.png)](https://github.com/kumardeepak16)  \n**kumardeepak16** • [GitHub Profile](https://github.com/kumardeepak16)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumardeepak16%2Fhidden-context-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumardeepak16%2Fhidden-context-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumardeepak16%2Fhidden-context-ai/lists"}