{"id":26401378,"url":"https://github.com/maygo/trimatech","last_synced_at":"2026-02-17T23:03:09.056Z","repository":{"id":272832595,"uuid":"917829404","full_name":"MayGo/trimatech","owner":"MayGo","description":"A modern, high-performance application built with Next.js App Router and Chakra UI v3.","archived":false,"fork":false,"pushed_at":"2025-03-15T12:43:56.000Z","size":18016,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T02:06:41.946Z","etag":null,"topics":["chakraui-v3","nextjs","react","stripe","vercel"],"latest_commit_sha":null,"homepage":"https://trimatech.dev","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/MayGo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-16T18:12:14.000Z","updated_at":"2025-05-12T12:47:17.000Z","dependencies_parsed_at":"2025-03-18T22:01:07.544Z","dependency_job_id":null,"html_url":"https://github.com/MayGo/trimatech","commit_stats":null,"previous_names":["maygo/trimatech"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayGo/trimatech","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Ftrimatech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Ftrimatech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Ftrimatech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Ftrimatech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayGo","download_url":"https://codeload.github.com/MayGo/trimatech/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayGo%2Ftrimatech/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29561783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chakraui-v3","nextjs","react","stripe","vercel"],"created_at":"2025-03-17T14:51:24.678Z","updated_at":"2026-02-17T23:03:09.039Z","avatar_url":"https://github.com/MayGo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trimatech Homepage\n\n![Trimatech Homepage](/public/og.png)\n\nA modern, high-performance application built with Next.js App Router and Chakra UI v3.\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/) with App Router\n- **UI**: [Chakra UI v3](https://chakra-ui.com/)\n- **Payments**: [Stripe](https://stripe.com/) for subscription management\n- **Deployment**: [Vercel](https://vercel.com/)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or later\n- pnpm (recommended) or npm\n- A Stripe account (for payment features)\n\n### Installation\n\n1. Clone the repository\n\n    ```bash\n    git clone https://github.com/MayGo/trimatech.git\n    cd trimatech\n    ```\n\n2. Install dependencies\n\n    ```bash\n    pnpm install\n    ```\n\n3. Set up environment variables\n    ```bash\n    cp .env.example .env.local\n    ```\n4. Fill in your environment variables in `.env.local`\n\n5. Start the development server\n\n    ```bash\n    pnpm dev\n    ```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Features\n\n- **Modern UI** - Beautiful, responsive interface built with Chakra UI v3\n- **User Authentication** - Secure authentication with Supabase\n- **Subscription Management** - Stripe integration for handling payments\n- **Database Integration** - PostgreSQL database with Supabase\n- **Performance Optimized** - Built with Next.js App Router for optimal performance\n- **Social Media Sharing** - Configured with Open Graph meta tags and og.png image\n\n## Social Media Sharing\n\nThe project includes an `og.png` image in the public directory that is used for social media previews when your site is shared on platforms like:\n\n- Twitter\n- Facebook\n- LinkedIn\n- Slack\n\nTo customize the Open Graph image:\n\n1. Replace `/public/og.png` with your own 1200×630px image\n2. Update the meta tags in the layout file if needed\n\nThis helps ensure your site looks professional when shared across social platforms.\n\n## Deployment\n\nThis application can be deployed on both Vercel and Replit:\n\n### Vercel Deployment\n\n1. Push your code to GitHub\n2. Import your repository to Vercel\n3. Configure environment variables\n4. Deploy\n\n### Replit Deployment\n\n1. Import your repository to Replit\n2. Configure environment variables in the Replit Secrets panel\n3. Run the build command: `pnpm build`\n4. Set the run command: `pnpm start`\n\n## Local Development with Supabase\n\nFor local development with Supabase:\n\n1. Install [Docker](https://www.docker.com/get-started/)\n2. Copy `.env.example` to `.env.local` and `.env`\n3. Start local Supabase instance:\n    ```bash\n    pnpm supabase:start\n    ```\n4. Connect to your local instance:\n    ```bash\n    pnpm supabase:link\n    ```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaygo%2Ftrimatech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaygo%2Ftrimatech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaygo%2Ftrimatech/lists"}