Skip to main content
Public
README.md 2.2 KB

OSSNexus | Open Source Insight Hub

OSSNexus is a modern dashboard that helps developers navigate the open-source landscape using intelligent AI-powered insights from AppsGM.

✨ Features

  • Project Explorer: Browse curated open-source projects.
  • AppsGM Analysis: Deep code analysis and contribution roadmaps for any repo.
  • Task Discovery: AI-suggested tasks tailored to your skill level (Beginner to Advanced).
  • Favorites: Manage your own personal list of interesting projects.
  • Performance Focused: Built for speed and clean accessibility.
  • πŸ›  Tech Stack

  • Framework: React 19 + TypeScript
  • Styling: Tailwind CSS
  • AI Engine: AppsGM-3 Flash (via Google GenAI)
  • Icons: Custom SVG icons for high fidelity
  • πŸš€ Getting Started

    Follow these steps to set up the project locally.

    Prerequisites

  • A modern web browser.
  • A local development server (like serve, vite, or live-server).
  • An API key for the GenAI services.
  • Installation

    1. Clone the repository

    BASH
    1
    2
       git clone https://github.com/yourusername/ossnexus.git
    

    cd ossnexus

    2. Set up environment variables Ensure your environment has the API_KEY variable set. If you're using a local .env file or hosting platform settings:

    ENV
    1
       API_KEY=your_appsgm_api_key

    3. Run the application You can use npx to serve the current directory:

    BASH
    1
       npx serve .

    Alternatively, open index.html through a local development server in your IDE.

    πŸ“– Usage

    1. Open the dashboard. 2. Search for a project or browse the list. 3. Click "View Analysis" to let AppsGM analyze the repository. 4. Explore the Contribution Roadmap to find your next task!

    🀝 Contributing

    Contributions are welcome! Please feel free to submit a Pull Request.

    1. Fork the Project. 2. Create your Feature Branch (git checkout -b feature/AmazingFeature). 3. Commit your Changes (git commit -m 'Add some AmazingFeature'). 4. Push to the Branch (git push origin feature/AmazingFeature). 5. Open a Pull Request.

    πŸ“„ License

    Distributed under the MIT License. See LICENSE for more information.


    Built with passion for the Open Source community.

    About

    An AI-powered dashboard that helps developers discover, analyze, and contribute to open-source projects with intelligent insights and skill-matched task suggestions.


    15 files
    2 folders
    34.62 KB total size
    0 open issues
    0 open pull requests
    0 watchers
    0 forks
    0 stars
    33 views
    Updated 5 days ago
    Languages
    TypeScript 95.1%
    HTML 4.9%