{"id":38705045,"url":"https://github.com/arach/usetalkie.com","last_synced_at":"2026-05-10T20:02:29.298Z","repository":{"id":332963916,"uuid":"1135743645","full_name":"arach/usetalkie.com","owner":"arach","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-10T17:21:16.000Z","size":126298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-10T19:25:12.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://usetalkie.com/","language":"JavaScript","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/arach.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-16T14:29:32.000Z","updated_at":"2026-05-10T17:09:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arach/usetalkie.com","commit_stats":null,"previous_names":["arach/usetalkie.com"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/arach/usetalkie.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Fusetalkie.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Fusetalkie.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Fusetalkie.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Fusetalkie.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arach","download_url":"https://codeload.github.com/arach/usetalkie.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Fusetalkie.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32869721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-01-17T10:54:57.814Z","updated_at":"2026-05-10T20:02:29.261Z","avatar_url":"https://github.com/arach.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talkie Landing Site\n\nStatic marketing site for Talkie built with Next.js and Tailwind CSS. Configured for static export and GitHub Pages.\n\n## Stack\n\n- Next.js 14 (App Router)\n- Tailwind CSS 3 (with extended color shades)\n- Static export (`output: 'export'`) for GitHub Pages\n\n## Local Development\n\n```bash\ncd Landing\nnpm install\nnpm run dev\n# open http://localhost:5173\n```\n\n## Build \u0026 Preview\n\n```bash\nnpm run build\nnpm run export\n# static site in Landing/out\n```\n\n## Deploy to GitHub Pages\n\nThis repo includes a workflow at `.github/workflows/deploy-landing.yml` that:\n- builds from `Landing/`\n- exports static files to `Landing/out`\n- publishes to GitHub Pages using the Pages deployment action\n\n### One-time setup\n\n1. Push changes to `main` branch\n2. In GitHub → Settings → Pages:\n   - Build and deployment: **GitHub Actions**\n3. Trigger a build by pushing to `main` (or use Workflow Dispatch)\n\nBy default, the site assumes a custom domain and builds at the root path. To deploy under a project path (e.g. `https://\u003cuser\u003e.github.io/\u003crepo\u003e/`), set env `BASE_PATH=/\u003crepo\u003e` during build/export.\n\n## Customize\n\n- Edit content in `Landing/app/page.jsx`\n- Global styles in `Landing/app/globals.css`\n- Tailwind theme in `Landing/tailwind.config.js`\n- Next.js export options in `Landing/next.config.js`\n- Google Analytics is configured in `Landing/app/layout.jsx` using GA4 Measurement ID `G-EP7F8TC801`.\n\n## Introductory Offer Form (Formspree)\n\nThe Pricing section includes an email capture card powered by Formspree (free tier).\n\n- A default Formspree endpoint is already configured: `mkgaanoo`.\n- To use your own endpoint instead:\n  - Create a form at https://formspree.io (name: `Talkie Intro`)\n  - Copy the form ID (looks like `abcdxyz1`)\n  - Add a repo secret named `FORMSPREE_ID` with that value\n  - The workflow injects it as `NEXT_PUBLIC_FORMSPREE_ID` during build/export and overrides the default\n\nLocal dev:\n\n```bash\nexport NEXT_PUBLIC_FORMSPREE_ID=abcdxyz1\nnpm run dev\n```\n\nIf no ID is set, the site uses the default `mkgaanoo`. If you remove both, it will gracefully fall back to `mailto:`.\n\n## Configure Pricing Anchors\n\nYou can override launch and regular prices at build time (static export):\n\n- `NEXT_PUBLIC_REGULAR_PRICE` (default: `29.99`)\n- `NEXT_PUBLIC_LAUNCH_PRICE` (default: `2.99` — set to `0` for free)\n\nLocal:\n\n```bash\nexport NEXT_PUBLIC_REGULAR_PRICE=29.99\nexport NEXT_PUBLIC_LAUNCH_PRICE=2.99\nnpm run dev\n```\n\nCI (GitHub Actions): add repository variables (or secrets) with those names to customize the deployed site.\n\n## Custom Domain (Configured)\n\n- Domain: `talkie.arach.dev`\n- File `Landing/public/CNAME` is included so Pages serves the custom domain.\n- DNS: add a CNAME record for `talkie.arach.dev` → `\u003cyour-github-username\u003e.github.io`.\n- In GitHub → Settings → Pages, set Custom domain to `talkie.arach.dev` and enforce HTTPS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farach%2Fusetalkie.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farach%2Fusetalkie.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farach%2Fusetalkie.com/lists"}