> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/m20prs/Sky-AI-Forecast/llms.txt
> Use this file to discover all available pages before exploring further.

# Sky AI Forecast

> Instant worldwide weather forecasts — no account, no API key, no install required.

Sky AI Forecast gives you current conditions, hourly forecasts, and a 16-day outlook for any city in the world. It runs entirely in your browser using the free Open-Meteo API.

<CardGroup cols={2}>
  <Card title="Get started" icon="rocket" href="/quickstart">
    Deploy or run the app in under a minute
  </Card>

  <Card title="Features" icon="star" href="/features/city-search">
    Explore city search, live weather, and forecasts
  </Card>

  <Card title="Customization" icon="paintbrush" href="/customization/styling">
    Change colors, fonts, and weather icons
  </Card>

  <Card title="API reference" icon="satellite-dish" href="/reference/open-meteo-api">
    Open-Meteo endpoints used under the hood
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Clone the repository">
    ```bash theme={null}
    git clone https://github.com/m20prs/Sky-AI-Forecast.git
    cd Sky-AI-Forecast
    ```
  </Step>

  <Step title="Open in your browser">
    Open `index.html` directly in any modern browser — no build step or local server needed.
  </Step>

  <Step title="Search for a city">
    Type a city name in the input field and click **Check Weather**.
  </Step>

  <Step title="Switch forecast views">
    Use the **Current**, **24h Forecast**, and **16-Day Outlook** tabs to explore the data.
  </Step>
</Steps>

<Note>
  No API key or account is required. Sky AI Forecast uses the completely free [Open-Meteo](https://open-meteo.com) API.
</Note>
