Delv
Bind AI
Getting Started Guide

How to Use Bind AI

A practical guide to get you up and running with Bind AI. Written by Delv Editorial, Delv Team.

Getting started with Bind AI

In this guide, you’ll learn how to set up your Bind AI account and generate your first full-stack application. By the end, you'll be able to create code snippets and applications quickly using AI assistance.

Step 1: Sign up and set up

  1. Go to getbind.co.
  2. Click on the "Sign Up" button in the top right corner.
  3. Fill in your details or sign up using a Google account.
  4. Once signed up, you’ll be directed to your dashboard. Familiarise yourself with the layout, including the project section on the left sidebar.

Step 2: Your first application

  1. On your dashboard, click the "New Project" button.
  2. Select the type of application you want to create (e.g., "Web App").
  3. In the project settings, choose a template that suits your needs (e.g., "React" or "Node.js").
  4. Click “Create Project” to generate the initial setup.
  5. Once the project is created, use the AI assistant on the right side of the screen. Type a prompt like "Generate a login page" in the input box and hit "Enter".
  6. Bind AI will generate the code snippets. Click “Insert” to add them to your project files.

Step 3: Get better results

  1. Use specific prompts to guide the AI. Instead of “Create a form”, try “Create a contact form with fields for name, email, and message”.
  2. Explore the "Settings" tab in your project to adjust preferences for code style and language.
  3. Regularly save your work by clicking the "Save" button in the top right corner to avoid losing progress.

Pro tip

Use the "Code Review" feature to get feedback on your code snippets. This can help you refine your code and catch errors early, saving you time on debugging later.

Common mistake to avoid

Avoid vague prompts. For example, asking “Can you help me with this?” without specifics can lead to unhelpful results. Always provide clear and detailed requests to get the best output from the AI.