{"id":25491953,"url":"https://github.com/harshmriduhash/startifyai","last_synced_at":"2026-05-05T08:32:43.439Z","repository":{"id":271914843,"uuid":"914947537","full_name":"harshmriduhash/startifyAI","owner":"harshmriduhash","description":"A seamless and intuitive frontend interface for Startup Copilot, designed to provide AI-powered insights, startup health analysis, and pitch deck generation.","archived":false,"fork":false,"pushed_at":"2025-01-10T17:40:23.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T13:41:34.052Z","etag":null,"topics":["axios","clerk-authentication","nextjs","reactcontextapi","tailwindcss","typescript"],"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/harshmriduhash.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-01-10T16:30:12.000Z","updated_at":"2025-01-28T07:27:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"b612dc83-6178-4a82-b374-85896c4c28b7","html_url":"https://github.com/harshmriduhash/startifyAI","commit_stats":null,"previous_names":["harshmriduhash/startifyai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshmriduhash/startifyAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2FstartifyAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2FstartifyAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2FstartifyAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2FstartifyAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshmriduhash","download_url":"https://codeload.github.com/harshmriduhash/startifyAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshmriduhash%2FstartifyAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32642007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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-authentication","nextjs","reactcontextapi","tailwindcss","typescript"],"created_at":"2025-02-18T22:19:35.252Z","updated_at":"2026-05-05T08:32:43.421Z","avatar_url":"https://github.com/harshmriduhash.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 **Startify Copilot – Frontend README**  \n\n**A seamless and intuitive frontend interface for Startup Copilot, designed to provide AI-powered insights, startup health analysis, and pitch deck generation.**\n\n---\n\n## 🌟 **Introduction**  \n\nThe **Startify Copilot Frontend** serves as the user interface for interacting with the backend APIs. Users can perform global searches, check their startup's health metrics, and generate AI-powered pitch decks.\n\n---\n\n## Demo\nhttps://drive.google.com/file/d/1EPAxHCQkCmKgS2vtER61xLp4eYmBnFlg/view?usp=sharing\n\n## 🛠️ **Features**  \n\n### ✅ **1. Global Query Search**  \n- Ask questions about startups, funding, or insights.  \n- Retrieve AI-generated answers powered by the backend.  \n- View query history with unique URLs for each query.  \n\n### ✅ **2. Startup Health Check**  \n- Input startup financial metrics.  \n- Receive detailed analysis and suggestions.  \n- View metrics via graphs and visualizations.  \n\n### ✅ **3. AI-Powered Pitch Deck Generator**  \n- Provide startup details: Name, Domain, Problem, Solution, Founders.  \n- Generate a professional pitch deck.  \n- Download pitch decks as PDF files.  \n\n### ✅ **4. Authentication with Clerk**  \n- Secure user authentication and authorization.  \n- Personalized dashboards for logged-in users.  \n\n### ✅ **5. Responsive Design**  \n- Optimized for desktop and mobile experiences.  \n- Smooth navigation and animations.  \n\n---\n\n## 💻 **Tech Stack**  \n\n- **Frontend Framework:** Next.js (App Router)  \n- **Language:** TypeScript  \n- **Styling:** Tailwind CSS  \n- **State Management:** React Context API  \n- **Authentication:** Clerk  \n- **Data Fetching:** Axios  \n\n---\n\n## 📂 **Folder Structure**  \n\n```plaintext\nfrontend/\n├── app/                 # Next.js App Router structure\n│   ├── layout.tsx       # Main layout file\n│   ├── page.tsx         # Home Page\n│   ├── query/           # Query-specific pages\n│   │   ├── page.tsx     # Query results page\n│   ├── health-check/    # Health check input \u0026 result pages\n│   │   ├── page.tsx     # Health Check page\n│   ├── pitch-deck/      # Pitch deck generator pages\n│   │   ├── page.tsx     # Pitch Deck page\n│   ├── components/      # Reusable UI components\n│   │   ├── SearchBar.tsx\n│   │   ├── LoadingSpinner.tsx\n│   │   ├── QueryHistory.tsx\n│   │   ├── HealthCheckForm.tsx\n│   │   ├── PitchDeckForm.tsx\n│   ├── utils/           # Utility functions\n│   │   ├── api.ts       # API handler with Axios\n│   ├── styles/          # Global CSS\n│   │   ├── globals.css\n│   ├── public/          # Static assets\n├── .env.local           # Environment variables\n├── next.config.ts       # Next.js configuration\n├── tailwind.config.ts   # Tailwind configuration\n├── package.json         # Dependencies\n└── tsconfig.json        # TypeScript configuration\n```\n\n---\n\n\nLet’s revolutionize the startup world with AI-powered tools! 🚀✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmriduhash%2Fstartifyai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshmriduhash%2Fstartifyai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmriduhash%2Fstartifyai/lists"}