{"id":20982411,"url":"https://github.com/TamoTamApp/tamotam-website","last_synced_at":"2025-12-31T00:25:55.278Z","repository":{"id":131090408,"uuid":"381435631","full_name":"tamotam-com/tamotam-website","owner":"tamotam-com","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-28T07:10:12.000Z","size":371,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T06:45:51.802Z","etag":null,"topics":["ai","artificial-intelligence","next","nextjs","nextjs-boilerplate","nextjs-example","nextjs-typescript","react","reactjs","tailwind","tailwind-css","tailwindcss","typescript","typescript-react","v0","v0dev","vercel","vercel-ai","vercel-deployment","vercel-hosting"],"latest_commit_sha":null,"homepage":"https://tamotam.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tamotam-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-06-29T16:49:59.000Z","updated_at":"2024-03-30T08:00:25.000Z","dependencies_parsed_at":"2024-02-26T09:46:07.828Z","dependency_job_id":"67792217-fb3e-4135-88ab-0cfd13fafc29","html_url":"https://github.com/tamotam-com/tamotam-website","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamotam-com%2Ftamotam-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamotam-com%2Ftamotam-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamotam-com%2Ftamotam-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamotam-com%2Ftamotam-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamotam-com","download_url":"https://codeload.github.com/tamotam-com/tamotam-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243384973,"owners_count":20282470,"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","artificial-intelligence","next","nextjs","nextjs-boilerplate","nextjs-example","nextjs-typescript","react","reactjs","tailwind","tailwind-css","tailwindcss","typescript","typescript-react","v0","v0dev","vercel","vercel-ai","vercel-deployment","vercel-hosting"],"created_at":"2024-11-19T05:45:30.456Z","updated_at":"2025-12-31T00:25:55.248Z","avatar_url":"https://github.com/tamotam-com.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Landing Page for tamotam.com\n\nThis page has been created using [v0](https://v0.dev). The project can be found on: https://v0.dev/r/KAq17dBYWv5\n\n## Feedback on using v0\n\n- Responsive Web Design (RWD) needs minor tweaks before production-ready.\n- When running a prompt, the result is there, but on the next prompt the app often almost always requires browser reload.\n- Image optimization improvements related to LCP, `\u003cImage /\u003e` from `next/image` could've been used instead of `\u003cimg\u003e` (tweak in `images.unoptimized: true` was required to deploy statically).\n- Aligning text to good lucking doesn't work - almost doesn't make a use of centering and justyfing text.\n- Animations aren't working, in best case **heavily** broken.\n- Confuses some social network icons, such as `Discord` (it generates really unknown logo), `TikTok` (it generates `YouTube` logo), and `X` (it generates x itself).\n- It can't generate original `Download on App/Google store` images + the generated icons for stores aren't RWD.\n- Missing `default` on `export` while trying to make pages via routes out of this.\n- Slightly problematic setup with `globals.css` when trying to leverage `pages`/add routing even though as per [official docs](https://nextjs.org/docs/app/building-your-application/styling/tailwind-css#importing-styles) it's looking correctly.\n- Deployment, at least to `Vercel`, should've been out-of-the-box, but in fact it requires tweaks with `output: \"export\"` in the `next.cponfig.mjs` for static deployment (eventually ditched the idea) and extra setup in `Vercel` Project Settings for a normal one (selecting manually `Next.js` as a framework, otherwise it deploys `404`).\n- `target=\"_blank\"` (with `rel=\"noopener\"`) could've been generated for external-looking links.\n- No metadata is generated.\n- Favicon not working on production.\n- Great kick off for styles.\n- The code is in a good quality.\n- Couldn't generate Dark/Light theme toggles.\n- Good project structure.\n- Support for TypeScript is well.\n- Up-to-date dependencies.\n- Analytics could've been added when developing (landing) pages, but as a fair point if it aims to be just for creating component it's unnecessary.\n- Components seems to be looking the same across different projects as per https://www.reddit.com/r/nextjs/comments/1b0ha1l/comment/kscs87l/, that would probably mean components for Dark theme aren't even possible to generate.\n- Performance metrics are looking very good.\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## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun 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\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\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%2FTamoTamApp%2Ftamotam-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTamoTamApp%2Ftamotam-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTamoTamApp%2Ftamotam-website/lists"}