This is the source code for The Kortex App – Your intelligent knowledge engine for the AI revolution.
Kortex is a centralized hub where researchers, developers, and enthusiasts systematically organize AI discoveries. The platform empowers you to collect tools, models, courses, and resources through intuitive bookmarking and annotation. By automatically connecting related entities across your library, Kortex reveals hidden patterns between research papers, frameworks, and practical applications. This structured intelligence helps you create personalized learning paths, project templates, and shareable knowledge repositories.
-
Resource Management
- Organize AI tools, courses, tutorials, and research papers
- Categorize and tag resources for easy discovery
- Add detailed notes and annotations
-
Certification Tracking
- Track professional certifications
- Monitor certification providers and requirements
- Set and track learning goals
-
Knowledge Graph
- Automatic relationship mapping between resources
- Visualize connections between concepts
- Discover related content
-
Collaboration
- Share resources and collections
- Comment and discuss with team members
- Version control for knowledge assets
- PHP 8.2 or higher
- Composer
- Node.js & NPM
- MySQL/PostgreSQL
- Web server (Apache/Nginx)
-
Clone the repository
git clone https://github.com/aphoe/kortex.git cd kortex
-
Install PHP dependencies
composer install
-
Install JavaScript dependencies
npm install npm run build
-
Configure environment
cp .env.example .env php artisan key:generate
Update the
.env
file with your database credentials and other settings. -
Run migrations and seeders
php artisan migrate --seed
-
Start the development server
php artisan serve
-
Access the application Open your browser and navigate to
http://localhost:8000
For detailed documentation, please visit our Documentation Wiki.
We welcome contributions! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.