wand-magic-sparklesUsing Arkain Snap

You can create a custom container with the Arkain AI by typing prompts.

Arkain Snap is an AI agent that turns ideas into reality. You can create services or apps just with natural language prompts, without needing to learn programming languages anymore. There are two ways to use Arkain Snap:

Start from the Dashboard

Arkain Snap is available on the Dashboard page for easy access.

1

Enter your prompt

Create a service or app using only natural language prompts.

If you need inspiration, click the Quick Prompts below the input box to see what Arkain Snap can do.

circle-info

By default, a container is generated in Node.js base template, and when you use the Quick Prompt, a container is generated with the appropriate base template for that prompt.

2

Container creating

After you complete your prompt, a container will be created based on your prompt.

Once the container is created, your workspace is created and the AI agent starts building your service.

Start with a Specific Base Template

1

Create a Container

Go to the Arkain Dashboardarrow-up-right, click the [New container] button and create a container by following the instuctions on this page.

circle-info

Arkain Snap is available with Python, Node.js, Java, React, and Go Containers.

2

Run the Container and Enter Your Prompt

After the container is created, click the [Run Container] button. On the first run, Arkain Snap will appear inside your container.

Describe your idea in natural language in the input box, then click the [Generate with Arkain Snap] button.

3

Build the Project

Arkain Snap will automatically:

  • Configure the environment for the selected base template and your project.

  • Generate the project structure and code.

  • Install dependencies and start the application.

  • Self-heal on errors — If any issue arises during setup or startup, the agent automatically detects and fixes it.

Preview the Result

Once Arkain Snap finishes building the project, the Preview will automatically open in your Workspace so you can test the app right away. Check the service created based on your prompt and use the Side Chat to make changes to your service.

Last updated