Get started in three steps

Discover how AppJet can help you build code and fix bugs automatically.

Step 1: Login with GitHub and Open a Repository

Step 2: Deploy your changes

Step 3: Configure your app further

The settings tab includes everything you need to manage your app further:
  • Use the Network tab to set the exposed port (if needed) or activate the WebSocket support.
  • Disk and Env Var tabs allows you to setup a local disk storage for your app and set environment variables to store secrets securely outside of your app container.
  • Supabase allows you to connect directly with your Supabase account, then ask the agent to add user authentification, S3-compatible storage, a PostGres database or Edge functions (visit supabase.co for more infos)
  • The Log tab display the running logs of the app, useful to locate bugs or errors, feel free to copy/paste part of the logs to the agent if needed,
  • History collects the modifications made on your code by the agent, along with the commit ID. The history is linked to the deployed builds so several builds can have the same commit depending on the last change between the builds.
The agent has access to all functions and can help you set virtual drives, environment variables, Supabase functions etc… Feel free to ask the agent anything about your app and how to make it better!