Follow these steps to set up and start using Toolify:

1

Create a new organization

  1. Login to app.toolify.sh
  2. Create a new organization
2

Run Quick Start CLI

npx @trytoolify/cli@latest

This will install the VS Code extension and create a new Toolify project.

3

Configure the extension

  1. In VS Code, navigate to the Toolify extension
  2. Log in to your Toolify account
  3. Select your organization
  4. Create a new tool and start prompting (refer to our prompt guide for best practices)
4

Start the development server

  1. Open a terminal in VS Code (Ctrl + `)
  2. Start the development server:
    npm run dev
    
  3. Open your browser and visit http://localhost:3000 to view your tools