{"id":20581553,"url":"https://github.com/langgenius/webapp-text-generator","last_synced_at":"2025-11-03T16:19:44.905Z","repository":{"id":162013593,"uuid":"626979145","full_name":"langgenius/webapp-text-generator","owner":"langgenius","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-07T08:51:54.000Z","size":3640,"stargazers_count":208,"open_issues_count":10,"forks_count":586,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T19:49:04.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/langgenius.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":"2023-04-12T14:37:52.000Z","updated_at":"2025-04-07T07:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"fce6e9fe-39ee-44b9-9e54-430e26cb9ab2","html_url":"https://github.com/langgenius/webapp-text-generator","commit_stats":{"total_commits":31,"total_committers":9,"mean_commits":"3.4444444444444446","dds":"0.29032258064516125","last_synced_commit":"ffc025c1ae905fc3566f25cdfd4ba34b0af54f41"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langgenius%2Fwebapp-text-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langgenius%2Fwebapp-text-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langgenius%2Fwebapp-text-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/langgenius%2Fwebapp-text-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/langgenius","download_url":"https://codeload.github.com/langgenius/webapp-text-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625501,"owners_count":21135513,"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":[],"created_at":"2024-11-16T06:29:20.219Z","updated_at":"2025-11-03T16:19:44.866Z","avatar_url":"https://github.com/langgenius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Generator Web App Template\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Config App\n\nCreate a file named `.env.local` in the current directory and copy the contents from `.env.example`. Setting the following content:\n\n```\n# APP ID\nNEXT_PUBLIC_APP_ID=\n# APP API key\nNEXT_PUBLIC_APP_KEY=\n# APP API URL\nNEXT_PUBLIC_API_URL=\n# APP type\n# true for workflow apps\nNEXT_PUBLIC_APP_TYPE_WORKFLOW=\n```\n\nConfig more in `config/index.ts` file:\n\n```js\nexport const APP_INFO: AppInfo = {\n  title: 'Chat APP',\n  description: '',\n  copyright: '',\n  privacy_policy: '',\n  default_language: 'zh-Hans'\n}\n\nexport const isShowPrompt = true\nexport const promptTemplate = ''\n```\n\n## Getting Started\n\nFirst, install dependencies:\n\n```bash\nnpm install\n# or\nyarn\n# or\npnpm install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\n\u003e ⚠️ If you are using [Vercel Hobby](https://vercel.com/pricing), your message will be trucated due to the limitation of vercel.\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanggenius%2Fwebapp-text-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanggenius%2Fwebapp-text-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanggenius%2Fwebapp-text-generator/lists"}