A modern, open-source platform for understanding, organizing, and interacting with your codebase.
CoreGrasp is designed to help developers gain a deeper understanding of software projects by providing intelligent analysis, structured insights, and an intuitive development workflow. It aims to reduce the time required to navigate unfamiliar codebases and improve developer productivity.
- TypeScript
- Bun / Node.js
- React
- PostgreSQL
- Hono
- CloudFlare worker
- Gemini Api
Update this section with the technologies actually used in the project.
- Bun or Node.js
- Git
git clone https://github.com/ranjit1024/coregrasp.git
cd coregrasp
# Install dependencies
bun installbun run devbun run buildcoregrasp/
├── apps/
├── packages/
├── docs/
├── public/
└── README.md
Update this structure to match the repository.
Create a .env file:
DATABASE_URL=
API_KEY=Refer to .env.example if available.
- Authentication
- AI-powered code analysis
- Repository indexing
- Documentation generation
- Plugin system
- Team collaboration
Contributions are welcome.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push your branch.
- Open a Pull Request.
This project is licensed under the MIT License.
If you find this project useful, consider giving it a ⭐ on GitHub.