{"id":28499817,"url":"https://github.com/daseeker67/codi_star","last_synced_at":"2026-03-07T07:32:55.909Z","repository":{"id":288480710,"uuid":"968251891","full_name":"DaSeeker67/codi_star","owner":"DaSeeker67","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-18T18:09:12.000Z","size":1151,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T22:18:05.223Z","etag":null,"topics":["codeeditor","groq","llama3","llm","pineconedb","rag","reactjs"],"latest_commit_sha":null,"homepage":"https://codi-star-ev77-l56n9wkhe-daseeker67s-projects.vercel.app/","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/DaSeeker67.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-04-17T18:59:36.000Z","updated_at":"2025-07-18T18:09:15.000Z","dependencies_parsed_at":"2025-07-18T19:28:18.474Z","dependency_job_id":"0c6dda2d-7d92-4739-8453-4f4c25bd5680","html_url":"https://github.com/DaSeeker67/codi_star","commit_stats":null,"previous_names":["daseeker67/codi_star"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaSeeker67/codi_star","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaSeeker67%2Fcodi_star","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaSeeker67%2Fcodi_star/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaSeeker67%2Fcodi_star/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaSeeker67%2Fcodi_star/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaSeeker67","download_url":"https://codeload.github.com/DaSeeker67/codi_star/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaSeeker67%2Fcodi_star/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266071519,"owners_count":23871940,"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":["codeeditor","groq","llama3","llm","pineconedb","rag","reactjs"],"created_at":"2025-06-08T15:01:03.525Z","updated_at":"2026-03-07T07:32:55.863Z","avatar_url":"https://github.com/DaSeeker67.png","language":"TypeScript","readme":"# CodiStar IDE\n**AI-Accelerated, Lightweight Web IDE**\n---\n## Overview\nCodiStar IDE is a browser-based development environment powered by Retrieval-Augmented Generation (RAG).  \n- Instant, contextual code assistance across your entire codebase  \n- Zero local setup—code directly in your browser  \n- Real-time collaboration with built-in file-tree rendering  \n---\n## Prerequisites\n- **Node.js** v14 or higher  \n- A **Pinecone** account \u0026 API key  \n- A **Groq** account \u0026 API key  \n- A **PostgreSQL** instance (local or Docker)  \n---\n## Installation\n1. **Clone the repository**  \n   ```bash\n   git clone https://github.com/your-org/codistar.git\n   cd codistar\n   ```\n\n2. **Install dependencies for client**\n   ```bash\n   cd client\n   npm install\n   ```\n\n3. **Install dependencies for server**\n   ```bash\n   cd ../server\n   npm install\n   ```\n\n## Environment Variables\nCreate a `.env` file in both `client/` and `server/` with these entries:\n```dotenv\n# Pinecone vector DB\nPINECONE_API_KEY=your_pinecone_api_key\nPINECONE_ENVIRONMENT=your_pinecone_environment\n# Groq inference\nGROQ_API_KEY=your_groq_api_key\n# PostgreSQL (server only)\nPOSTGRES_USER=postgres\nPOSTGRES_PASSWORD=your_postgres_password\nPOSTGRES_DB=codistar\n```\n\n## Running the App\n1. **Start the backend**\n   ```bash\n   cd server\n   nodemon server.js\n   ```\n\n2. **Start the frontend**\n   ```bash\n   cd client\n   npm run dev\n   ```\n\n3. **Open in browser**\n   Visit: http://localhost:5173\n\n## Project Structure\n```\ncodistar/\n├── client/      # React + Vite frontend\n│   ├── public/\n│   └── src/\n└── server/      # Express + LangChain + PostgreSQL\n    ├── routes/\n    └── services/\n```\n\n## Contributing\n1. Fork the repo\n2. Create a branch: `git checkout -b feature/XYZ`\n3. Commit changes: `git commit -m \"Add XYZ feature\"`\n4. Push: `git push origin feature/XYZ`\n5. Open a Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaseeker67%2Fcodi_star","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaseeker67%2Fcodi_star","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaseeker67%2Fcodi_star/lists"}