> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cinepro.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Development Status

> See the current development status, project focus, contribution opportunities, and the public roadmap for the CinePro Core streaming backend.

<Card title="Current Project Status" type="warning" href="https://github.com/cinepro-org/core/issues/68">
  CinePro/Core is undergoing a rewrite. None of the functionalities are promised to work.

  ETA to finish: N/A. Please do not open PR's or Issues. See the latest news here: [https://github.com/cinepro-org/core/issues/68](https://github.com/cinepro-org/core/issues/68)
</Card>

## Where the project stands

CinePro Core is the TypeScript, OMSS‑compliant backend at [`cinepro-org/core`](https://github.com/cinepro-org/core) — the active foundation for the entire CinePro ecosystem. The original JavaScript backend at [`cinepro-org/backend`](https://github.com/cinepro-org/backend) is **archived** and kept for historical reference only.

CinePro is a modular, high‑performance movie and TV scraper that does **not** host any media itself and is intended for **personal and home use only**. The project is maintained by a small team — and that's exactly why we need you.

<Warning>
  Production or commercial deployments are **not supported**. CinePro Core and the example frontend are intended for experimentation, learning, and home‑lab usage.
</Warning>

## Current focus areas

### 1. Provider coverage & quality

CinePro Core ships with multiple providers under `src/providers`, but coverage and stability are continuously evolving. This is one of the **highest-impact areas for new contributors**.

<Steps>
  <Step title="Stabilize existing providers" icon="wrench">
    Fix edge cases, improve error handling, and ensure providers degrade gracefully when a source goes offline.
  </Step>

  <Step title="Add new providers" icon="plug">
    Expand the set of supported sources to increase availability and redundancy for movies and TV shows.
  </Step>
</Steps>

### 2. CineHome integration

Beyond the streaming backend, it is planned that CinePro/core also powers **CineHome** — a service for automating downloads to a NAS or similar device. This has not been started yet, but will be a major focus in the coming months. CineHome will be a separate repository, but close integration with Core will be essential.

## We need contributors — and that means you

CinePro is a small team maintaining a growing ecosystem. There's plenty of meaningful work available at every skill level — whether you write code, test things, or just improve docs.

<CardGroup cols={2}>
  <Card title="Star the repo" icon="star" href="https://github.com/cinepro-org/core">
    It sounds small, but visibility matters. A ⭐ helps new contributors find the project.
  </Card>

  <Card title="Join the discussion" icon="messages-square" href="https://github.com/orgs/cinepro-org/discussions">
    Share ideas, ask questions, and help shape the direction of CinePro. No code required.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Add a provider" icon="plug" href="https://github.com/cinepro-org/core/issues">
    Know a working streaming source? Implement an OMSS provider and open a PR. Providers are the #1 way to directly improve CinePro for everyone.
  </Card>

  <Card title="Fix a bug" icon="bug" href="https://github.com/cinepro-org/core/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22">
    Browse open issues in `cinepro-org/core`. Even small fixes help keep the project reliable for all users.
  </Card>

  <Card title="Improve docs" icon="file-pen" href="https://github.com/cinepro-org/docs">
    Spot something unclear? Missing a guide? Good documentation is what turns a project into a community.
  </Card>
</CardGroup>

<Note>
  Not sure where to start? Head to [GitHub Discussions](https://github.com/orgs/cinepro-org/discussions) and introduce yourself — we'll point you to something that fits your skills.
</Note>


## Related topics

- [Backend health status check](/core/api-reference/health/health-status-endpoint.md)
- [API version and available endpoints](/core/api-reference/health/api-version-endpoint.md)
- [Backend home and capabilities](/core/api-reference/health/home-endpoint.md)
- [Refresh cached sources by responseId](/core/api-reference/refresh/refresh-cached-sources.md)
- [Providers](/core/configuration/providers.md)
