The agent has all the tools to modify your code on Github, create a PR and deploy your code automatically. The main branch is the appjet branch, consider this branch as your main branch for all operations inside AppJet. AppJet allows you to create additional branches (to add a new function for instance) but your custom domains (production) are always connected to the appjet branch.

Edit code

The easiest way to edit code is to ask the agent: you can ask it to explain code, add functions or features and draft a plan to achieve a goal. The agent keeps a complete knowledge of your codebase overtime and can help you quickly and efficiently. You can also edit a file manually from the file explorer, progress are saved as commit to Github automatically.

Upload files

You can upload several types of files directly from the file explorer. Accepted files types are text files (including code scripts), images and web assets.

Work with Images

You can ask the agent

Search the web

The Agent can search the Web for you, to locate a documentation URL or check the latest version of a library for instance. Simply tell him to search the web and it will do it!

Comment functions and create documentation

You can ask the agent to write a complete documentation for your project or add comments to a file in order to explain each function.