Build your own AI tools & Group them in one Hub
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.
✅ 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.
👉 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.
🔗 MindPal Tools Hub for more AI Tools Ideas
🔗 AI Hub of Education Tools
🔗 AI Hub of SEO Writing Tools
🔗 AI Hub of Podcasting Tools
- Node.js (>=14.0.0)
- npm or yarn
-
Clone the repository:
gh repo clone chanitypham/AI-Builder-Kit
-
Navigate to the project directory:
cd ai-builder-kit
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
- 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.
- The ID would be something like
69b2c0364d31ec6f5ec0361
by default, orexample-workflow-name
if you customize it.
- 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 },
- Explore the codebase and customize the appearance and functionality of your AI hub.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a Pull Request.
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.
- This project is created with the support from MindPal Labs
For any inquiries, support, or simply just your thoughts, feel free to drop me (Chanity) an email at trang.pq@mindpal.io.
Have fun Building! 🥳