{"id":19143575,"url":"https://github.com/6677-ai/tap4-ai-webui-lite","last_synced_at":"2025-05-07T00:48:05.096Z","repository":{"id":252781846,"uuid":"822446283","full_name":"6677-ai/tap4-ai-webui-lite","owner":"6677-ai","description":"The lite version of tap4-ai-webui which can edit the ai tools data by edit data.ts.","archived":false,"fork":false,"pushed_at":"2024-10-15T04:56:59.000Z","size":1058,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T00:47:54.446Z","etag":null,"topics":["ai","aidirectory","aitool","aitoolkit","aitools","tap4ai","webui-based"],"latest_commit_sha":null,"homepage":"https://tap4.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/6677-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T07:07:26.000Z","updated_at":"2025-04-22T10:35:28.000Z","dependencies_parsed_at":"2024-08-12T13:56:49.025Z","dependency_job_id":null,"html_url":"https://github.com/6677-ai/tap4-ai-webui-lite","commit_stats":null,"previous_names":["6677-ai/tap4-ai-webui-lite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6677-ai%2Ftap4-ai-webui-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6677-ai%2Ftap4-ai-webui-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6677-ai%2Ftap4-ai-webui-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6677-ai%2Ftap4-ai-webui-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/6677-ai","download_url":"https://codeload.github.com/6677-ai/tap4-ai-webui-lite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793576,"owners_count":21805055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","aidirectory","aitool","aitoolkit","aitools","tap4ai","webui-based"],"created_at":"2024-11-09T07:32:01.756Z","updated_at":"2025-05-07T00:48:05.080Z","avatar_url":"https://github.com/6677-ai.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/tap4ai0o"],"categories":[],"sub_categories":[],"readme":"# Tap4 AI Web UI\n\nTap4 AI Web UI is the open source AI tools directory build by [Tap4 AI Tools Directory](https://tap4.ai). The project\naims to help everyone build their own AI Tools Directory easily. You can fork the project and deploy to vercel by one\nclick and update your own ai tools by the dataList in the project.\n\nEnglish | [简体中文](https://github.com/6677-ai/tap4-ai-webui-lite/blob/main/README.zh-CN.md)\n\n## Link Me\n\nYou can contact me at Twitter: https://x.com/tap4ai\n\nif this project is helpful to you, buy me a coffee.\n\n\u003ca href=\"https://www.buymeacoffee.com/tap4ai0o\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\nIf you are interested with the project, you can add my wechat: helloleo2023, comment: \"tap4 ai open-source\" and I will\nadd you to the wechat group.\n\n## Features\n\n- Internationalization\n- SEO friendly (with i18n)\n- sitemap.xml (dynamic with i18n)\n- Ship fast\n- NEXT 14 with app route (react server component)\n- Supabase serverless database\n\n![tai4-ai](./public/images/tap4-ai.png)\n\n## Quick Start\n\n#### Signup a account on supabase then create a project\n\n[https://supabase.com](https://supabase.com) and run the script in the project: db/db.sql\n\n### Deploy on Vercel **(Don't forget to setup env)**\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2F6677-ai%2Ftap4-ai-webui.git\u0026env=NEXT_PUBLIC_SITE_URL,GOOGLE_TRACKING_ID,GOOGLE_ADSENSE_URL,CONTACT_US_EMAIL,NEXT_PUBLIC_SUPABASE_URL,NEXT_PUBLIC_SUPABASE_ANON_KEY\u0026project-name=tap4-ai)\n\nThe environment as below:\n\n```sh\n# your domain\nNEXT_PUBLIC_SITE_URL=\"https://www.tap4.ai\"\n\n# google tracking id and adsense URL\nGOOGLE_TRACKING_ID=\"G-XXXXXXX\"\nGOOGLE_ADSENSE_URL=\"https://xxxx.googlesyndication.com/xxxxx/xxxxx\"\n\n# Footer contact email\nCONTACT_US_EMAIL=\"contact@tap4.ai\"\n\n# your supabase database url and key\nNEXT_PUBLIC_SUPABASE_URL=\"https://xxxyyyzzz.supabase.co\"\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\"XXX.YYY.ZZZ\"\n```\n\n## Runs on local\n\n### install\n\n- node\n- nvm\n- pnpm\n\n### setup\n\n#### (1) clone this project\n\n```sh\ngit clone https://github.com/6677-ai/tap4-ai-webui.git\n```\n\n#### (2) signup a account on supabase then create a project\n\n[https://supabase.com](https://supabase.com) and run the script in the project: db/db.sql\n\n#### (3) setup env\n\n- root folder, create `.env.local` file and fill with values, for example:\n\n```sh\n# your domain\nNEXT_PUBLIC_SITE_URL=\"https://www.tap4.ai\"\n\n# google tracking id and adsense URL\nGOOGLE_TRACKING_ID=\"G-XXXXXXX\"\nGOOGLE_ADSENSE_URL=\"https://xxxx.googlesyndication.com/xxxxx/xxxxx\"\n\n# Footer contact email\nCONTACT_US_EMAIL=\"contact@tap4.ai\"\n\n# your supabase database url and key\nNEXT_PUBLIC_SUPABASE_URL=\"https://xxxyyyzzz.supabase.co\"\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\"XXX.YYY.ZZZ\"\n```\n\n#### (4) runs on dev mode\n\nswitch to the particular node version\n\n```sh\nnvm use\n```\n\ninstall packages\n\n```sh\npnpm i\n```\n\nrun on dev mode\n\n```sh\npnpm dev\n```\n\n## How to upate your content?\n\n### update \"home\" or \"explore\" page (`/` or `/explore`)\n\n```sh\nlib/data.ts -\u003e dataList\n```\n\n### update detail page (`/ai/website-name`)\n\n- PS: `detail` supports markdown\n\n```sh\nlib/data.ts -\u003e detailList\n```\n\n### submit website and read it from database\n\n1. runs the website and then go to `/submit` page\n2. input the values and then submit the form\n3. open and check your supabase project\n\n## Wanna submit your website on Tap4.ai?\n\n### Wanna add you website to our `/startup` page?\n\n- open an issue here: [TAP4-AI-Directory](https://github.com/6677-ai/TAP4-AI-Directory/issues)\n- email us: contact@tap4.ai\n\n## Links to our products\n\n### TAP4-AI-Directory\n\nThe Collection for the AI tools all over the world. | Collect free ChatGPT mirrors, alternatives,prompt, other AI tools,\netc. For more, please visit: [Tap4 AI](https://tap4.ai)\n\n### How to get your first users for startup at the website list\n\nHere is the website list for submit your product to get users. Please visit\n[StartUp Your Product List](https://github.com/6677-ai/TAP4-AI-Directory/blob/main/Startup-Your-Product-List.md)\n\n### Flux AI Image Generator\n\nFlux AI Image Generator is currently available for free experience, please visit\n[Flux AI Image Generator](https://flux-ai.io/)\n\n### Photo to Video AI\n\nPhoto to Video AI is currently available for free experience, please visit\n[Photo to Video AI](https://dreammachineai.online/)\n\n### Flux 1.1 Pro - Free Online Flux.1 AI Image Generator\n\n[Flux 1.1 Pro](https://fluxproweb.com/)\n\n\n### Free Stable Diffusion 3 Online Tool\n\n[Free Stable Diffusion 3 Online](https://stable-diffusion-3.online/)\n\n### Free Tiny Png Tool\n\n[Free Type Png Tool](https://freetinypng.com/)\n\n\n### Free GPT2 Output Detector\n\n[Free GPT2 Output Detector](https://openai-openai-detector.com/)\n\n### Flux Pro Image Generator\n\nFlux Pro Image Generator is currently available for free experience, please visit\n[Flux Pro Image Generator](https://flux-pro.net/)\n\n### The Tattoo AI Generator and Design\n\nTattao AI Design is a tattoo ai generator and design for the tattoo fans. If you are interested with it, visit\n[Tattoo AI Design](https://tattooai.design)\n\n## Other open source\n\n### Website content AI crawler\n\nvisit: [6677-ai/tap4-ai-crawler](https://github.com/6677-ai/tap4-ai-crawler).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F6677-ai%2Ftap4-ai-webui-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F6677-ai%2Ftap4-ai-webui-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F6677-ai%2Ftap4-ai-webui-lite/lists"}