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

# Database Integration

> Start building with Codestax from 0 to 1 your backend with PostgreSQL (Supabase) compatible managed database.

<img alt="Hero Dark" classname="hidden dark:block" src="https://mintcdn.com/movestax/vCrG5TO0M0hIbO2o/codestax-light.png?fit=max&auto=format&n=vCrG5TO0M0hIbO2o&q=85&s=8f890c59b0c5e53117315c9435eac195" title={true} width="1344" height="256" data-path="codestax-light.png" />

# Build with Codestax by Movestax

Welcome to Codestax! This guide will help you get started with your first project in just a few minutes. From a prompt to a fully production deployed website seamless.

***

## 1. Sign Up and Log In

1. Visit the Codestax [login page](https://codestax.dev).
2. Create your account using your email or existing OAuth methods (Google, GitHub or e-mail).
3. Once registered, log in to access your Codestax initial page.

***

## 2. Create your first application with backend

1. Type your prompt asking for example to have a user session, or to store your grandma's recipe into a database.
2. Codestax will generate the code and propose scripts to create tables, views and other objects automatically.
3. If you decide to run the database within Movestax ecosystem you should first create a PostgreSQL for your project as described at under [Concepts -> Databases](/databases), make to click at Movestax logo under the chat session.

<img alt="Hero Dark" classname="hidden dark:block" src="https://mintcdn.com/movestax/vCrG5TO0M0hIbO2o/what-are-you-building.png?fit=max&auto=format&n=vCrG5TO0M0hIbO2o&q=85&s=aab2f6b6736a785ef35e9e2984cf55ed" title="" width="824" height="678" data-path="what-are-you-building.png" />

4. Select your chosen database.

<img alt="Hero Dark" classname="hidden dark:block" src="https://mintcdn.com/movestax/vCrG5TO0M0hIbO2o/db-selection.png?fit=max&auto=format&n=vCrG5TO0M0hIbO2o&q=85&s=813f8269fe17aeab1ded9788ad470633" title="" width="546" height="337" data-path="db-selection.png" />

5. Once the database is selected after the artifacts for your database are generated you should see a screen similar to the one below:

<img alt="Hero Dark" classname="hidden dark:block" src="https://mintcdn.com/movestax/vCrG5TO0M0hIbO2o/query.png?fit=max&auto=format&n=vCrG5TO0M0hIbO2o&q=85&s=dafad03eea57dc1b49bf192e472b5759" title="" width="606" height="447" data-path="query.png" />

6. With the database selected, click **Apply Changes**, Codestax should connect to the database and create the objects as specified on the script.
