AI Hub Web UI is the open source AI tools directory build by AI Tools Directory. The project aims to help everyone build their own AI Tools Directory easily. You can fork the project and deploy to vercel by one click and update your own ai tools by the dataList in the project.
English | 简体中文
You can contact me at Twitter: https://x.com/wqs1010
- Internationalization
- SEO friendly (with i18n)
- sitemap.xml (dynamic with i18n)
- Ship fast
- NEXT 14 with app route (react server component)
- Supabase serverless database
- node
- nvm
- pnpm
git clone https://github.com/wys1010/ai-hub-webui.git
- root folder, create
.env.local
file and fill with values, for example:
# your domain
NEXT_PUBLIC_SITE_URL="https://ai-hub.tools"
# google tracking id and adsense URL
GOOGLE_TRACKING_ID="G-XXXXXXX"
GOOGLE_ADSENSE_URL="https://xxxx.googlesyndication.com/xxxxx/xxxxx"
# Footer contact email
CONTACT_US_EMAIL="[email protected]"
# your supabase database url and key
NEXT_PUBLIC_SUPABASE_URL="https://xxxyyyzzz.supabase.co"
NEXT_PUBLIC_SUPABASE_ANON_KEY="XXX.YYY.ZZZ"
switch to the particular node version
nvm use
install packages
pnpm i
run on dev mode
pnpm dev
lib/data.ts -> dataList
- PS:
detail
supports markdown
lib/data.ts -> detailList
- runs the website and then go to
/submit
page - input the values and then submit the form
- open and check your supabase project
- open an issue here: AI-HUB
- email us: [email protected]
The Collection for the AI tools all over the world. | Collect free ChatGPT mirrors, alternatives,prompt, other AI tools, etc. For more, please visit: AI HUB
Here is the website list for submit your product to get users. Please visit StartUp Your Product List
The amazing new feature released in 2024.05.14. GPT-4o is coming, let's chat with her. Please GPT-4o
Tattao AI Design is a tattoo ai generator and design for the tattoo fans. If you are interested with it, visit Tattoo AI Design
Anime Girl Studio is the ai anime girl generator and chat product. You can generate what you like and chat with the AI anime girl, please visit Anime Girl Studio
visit: wys1010/ai-hub-webui
MIT