{"id":30606251,"url":"https://github.com/sourik-10/prismai","last_synced_at":"2026-04-12T10:32:06.185Z","repository":{"id":311387321,"uuid":"1043402101","full_name":"Sourik-10/PrismAI","owner":"Sourik-10","description":"QuickAI is a full-stack AI web application built with a modular client–server architecture. The project is primarily developed in JavaScript, with the frontend and backend kept in separate folders for better structure and scalability. It leverages modern web technologies and integrates AI-powered features to deliver intelligent interactions. ","archived":false,"fork":false,"pushed_at":"2025-08-24T06:08:08.000Z","size":14752,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T13:10:00.938Z","etag":null,"topics":["axios","clerk","clipdrop-api","cloudinary","cors","dotenv","expre","gemini-api","multer","neon","nodejs","pdf-parser","react","react-router-dom","tailwindcss","toaster"],"latest_commit_sha":null,"homepage":"https://quick-ai-eight-xi.vercel.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/Sourik-10.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-08-23T19:20:23.000Z","updated_at":"2025-08-24T06:08:11.000Z","dependencies_parsed_at":"2025-08-24T13:22:12.266Z","dependency_job_id":null,"html_url":"https://github.com/Sourik-10/PrismAI","commit_stats":null,"previous_names":["sourik-10/prismai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Sourik-10/PrismAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourik-10%2FPrismAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourik-10%2FPrismAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourik-10%2FPrismAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourik-10%2FPrismAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sourik-10","download_url":"https://codeload.github.com/Sourik-10/PrismAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourik-10%2FPrismAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272797078,"owners_count":24994522,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["axios","clerk","clipdrop-api","cloudinary","cors","dotenv","expre","gemini-api","multer","neon","nodejs","pdf-parser","react","react-router-dom","tailwindcss","toaster"],"created_at":"2025-08-30T03:01:25.440Z","updated_at":"2025-12-30T21:35:14.437Z","avatar_url":"https://github.com/Sourik-10.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrismAI\n\n[![GitHub Stars](https://img.shields.io/github/stars/Sourik-10/PrismAI?style=flat\u0026color=yellow)](https://github.com/Sourik-10/PrismAI/stargazers)\n[![GitHub License](https://img.shields.io/github/license/Sourik-10/PrismAI?style=flat\u0026color=blue)](./LICENSE)\n[![Deployment](https://img.shields.io/badge/deployed%20on-Vercel-black?logo=vercel)](https://quick-ai-eight-xi.vercel.app/)\n\nPrismAI is a full-stack AI-powered web application built with a modular **client–server architecture**.  \nThe project is primarily written in JavaScript, with separate frontend and backend folders for better scalability and maintainability.  \nIt is designed to serve as a foundation for experimenting with and deploying AI-driven applications.\n\n---\n\n## 🚀 Features\n\n- **Full-stack architecture** with dedicated `client` and `server` modules  \n- **AI-powered interactions** for intelligent responses  \n- **Scalable structure** for future enhancements  \n- **Modern web technologies** for smooth development and deployment  \n- **Vercel deployment** support for quick hosting  \n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** JavaScript, React (if included), TailwindCSS (if included)  \n- **Backend:** Node.js, Express.js  \n- **AI Integration:** OpenAI API / Custom AI Models (depending on your setup)  \n- **Deployment:** Vercel  \n\n---\n\n## 📂 Project Structure\n\n```\nPrismAI/\n│\n├── client/        # Frontend code\n│   ├── src/       # React components, pages, styles\n│   └── ...\n│\n├── server/        # Backend code\n│   ├── routes/    # API routes\n│   ├── models/    # Database models (if any)\n│   └── ...\n│\n└── README.md      # Project documentation\n```\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/Sourik-10/PrismAI.git\n   cd PrismAI\n   ```\n\n2. **Install dependencies**\n   - For server:\n     ```bash\n     cd server\n     npm install\n     ```\n   - For client:\n     ```bash\n     cd client\n     npm install\n     ```\n\n3. **Set environment variables**  \n   Create a `.env` file in the `server/` directory and add your API keys (e.g., OpenAI, DB connection).\n\n   Example:\n   ```env\n   PORT=5000\n   OPENAI_API_KEY=your_api_key_here\n   ```\n\n4. **Run the application**\n   - Start backend:\n     ```bash\n     cd server\n     npm run dev\n     ```\n   - Start frontend:\n     ```bash\n     cd client\n     npm start\n     ```\n\n---\n\n## 🌐 Live Demo\n\n👉 [Hosted on Vercel](https://quick-ai-eight-xi.vercel.app/)\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!  \nFeel free to **fork** this repo and submit a **pull request** with improvements.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License** – see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourik-10%2Fprismai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourik-10%2Fprismai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourik-10%2Fprismai/lists"}