Skip to content

chanitypham/AI-Builder-Kit

Repository files navigation

AI Builder Kit

Build your own team of AI tools in seconds, not hours

Introduction

Welcome to the AI Builder Kit - an open-source project that helps you build your own AI tools and group them into one central hub.

Quick Demo Video on YouTube

Build your own team of AI Tools in seconds, not hours | AI Builder Kit

Features

✅ Build your custom AI tools on MindPal.
✅ Group all your Tools in a Hub with this builder kit.
✅ Customize your Hub with themes, custom domains, databases, and more.
✅ Showcase and monetize your well-crafted AI Tools Hub.

Use Cases

Some example use cases can be:

👉 Create a central repository of content writing AI tools for all your social media sites
👉 Make a hub of AI tools for podcast and streamline your team's workflows.
👉 Build an SEO Writing AI tools hub and monetize your expertise.
👉 Develop a hub of AI tools for business consulting and monetize it.

Check out some of these sites for reference:

🔗 MindPal Tools Hub for more AI Tools Ideas
🔗 AI Hub of Education Tools
🔗 AI Hub of SEO Writing Tools
🔗 AI Hub of Podcasting Tools

Getting Started

Prerequisites

  • Node.js (>=14.0.0)
  • npm or yarn

Installation

  1. Clone the repository:

    gh repo clone chanitypham/AI-Builder-Kit
  2. Navigate to the project directory:

    cd ai-builder-kit
  3. Install dependencies:

    npm install
    # or
    yarn install
  4. Start the development server:

    npm run dev
    # or
    yarn dev

Usage

  1. Create your own AI Tools on MindPal.
  • The process is very straightforward, and creation time takes from 1-2 minutes. As MindPal is quite feature-rich, it is recommended to follow the tutorials here so you can make the most customized AI tools for your need.
  1. Click Share your tool & copy the Tool ID, see the GIF below How to Share Your Tool
  • The ID would be something like 69b2c0364d31ec6f5ec0361 by default, or example-workflow-name if you customize it.
  1. Group the Tool in one Hub
  • Open the Repo in your text editor. Navigate to lib/tools.tsx
  • To add a new AI tool, create a new entry in this file by copying the given in-file template.
  • Example:
    {
        slug: "podcast-guest-researcher", 
        // the slug that, when clicked on, will open your tool on, for example: https://your_website/podcast-guest-researcher
    
        icon: "🔍", 
        // icon of the tool for visuals
    
        title: "Podcast Guest Researcher", 
        // title of the tool
    
        description: "Streamlines the process of researching podcast guests", 
        // description of the tool
    
        category: "", 
        // optional, can categorize your tools
    
        workflowID: "669b2c0364d31ec6f5ec0361", 
        // the ID of the workflow on MindPal, can be viewed when sharing the link, it is the ID after `https://workflow.mindpal.space/669b2c0364d31ec6f5ec0361` 
    
        copywriting: "The Podcast Guest Researcher is an innovative tool designed to enhance your podcasting experience by streamlining the preparation process for interviews. ", 
        // A more detailed introduction to your tools, so you can share it with others
    }, 
    
  1. Explore the codebase and customize the appearance and functionality of your AI hub.

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a Pull Request.

Reporting Issues

If you encounter any issues or bugs, please report them by submitting an issue on this repository. When submitting an issue, please include:

  • A clear description of the problem.
  • Steps to reproduce the issue.
  • Any relevant screenshots or error messages.
  • Providing detailed information will help us resolve the issue more effectively.

Acknowledgement

  • This project is created with the support from MindPal Labs

Creator Contact

For any inquiries, support, or simply just your thoughts, feel free to drop me (Chanity) an email at [email protected].

Have fun Building! 🥳

Releases

No releases published

Packages

No packages published