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

# Supported technologies

> Technologies you can use with Bolt.

## Browser support

Bolt works best in Chrome and other Chromium-based browsers on desktop.

<Info>
  Mobile browsers are not fully supported in Bolt yet.
</Info>

Examples of Chromium-based browsers include the following:

* Microsoft Edge
* Brave
* Vivaldi
* Opera
* Epic

Browser extensions such as ad blockers, privacy tools, or VPNs can sometimes cause issues. If things aren't working as expected, try turning them off and refreshing the page.

## Platforms

You can use Bolt to build websites, web apps, and even mobile apps. Bolt projects can be turned into mobile applications using [Expo](/integrations/expo).

<Tip>
  Include the words `mobile app` in your initial prompt to direct Bolt to create an Expo-compatible app.
</Tip>

## Languages and frameworks

Bolt focuses on JavaScript-based web technologies. It supports:

* Node.js for the backend.
* Browser-native code: any JavaScript framework that runs on the frontend.

<Info>
  Bolt only supports JavaScript-based backends, so languages such as PHP or Python aren’t compatible.
</Info>

## Databases

Bolt offers built-in database creation and management through [Bolt Cloud](/cloud/bolt-cloud).

You also have the option to [connect your project to Supabase](/integrations/supabase) for more advanced database management and configuration.
