{"id":38913023,"url":"https://github.com/ekafyi/starter-astro-adk-js","last_synced_at":"2026-01-17T15:22:35.326Z","repository":{"id":331325697,"uuid":"1126188190","full_name":"ekafyi/starter-astro-adk-js","owner":"ekafyi","description":"Astro + ADK TypeScript starter site","archived":false,"fork":false,"pushed_at":"2026-01-03T05:40:13.000Z","size":344,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-06T07:56:39.530Z","etag":null,"topics":["adk","adk-js","adk-ts","agent-development-kit","astro"],"latest_commit_sha":null,"homepage":"","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/ekafyi.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-01T10:40:37.000Z","updated_at":"2026-01-03T05:40:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ekafyi/starter-astro-adk-js","commit_stats":null,"previous_names":["ekafyi/starter-astro-adk-js"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ekafyi/starter-astro-adk-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekafyi%2Fstarter-astro-adk-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekafyi%2Fstarter-astro-adk-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekafyi%2Fstarter-astro-adk-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekafyi%2Fstarter-astro-adk-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekafyi","download_url":"https://codeload.github.com/ekafyi/starter-astro-adk-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekafyi%2Fstarter-astro-adk-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["adk","adk-js","adk-ts","agent-development-kit","astro"],"created_at":"2026-01-17T15:22:34.650Z","updated_at":"2026-01-17T15:22:35.304Z","avatar_url":"https://github.com/ekafyi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro + ADK TypeScript starter site\n\nClone of [this Next.js starter](https://github.com/ekafyi/starter-nextjs-adk-js/tree/main) in [Astro](https://astro.build).\n\n## DB commands\n\n- `npm run db:push` - Push schema changes to the database. **Remote only** (requires `ASTRO_DB_REMOTE_URL`). Local DB is managed automatically.\n- `npm run db:verify` - Verify database configuration. **Remote only**.\n- `npm run db:seed` - Execute the seed file. **Runs automatically** during `npm run dev`. Use manually to re-seed.\n- `npm run db:shell` - Open interactive database shell for **local** database. Requires a query flag:\n    ```bash\n    npm run db:shell -- --query \"SELECT * FROM Users\"\n    npm run db:shell -- --query \"SELECT * FROM Sessions\"\n    ```\n## Verifying Data Persistence\n\nTo check if data is being saved to the `Sessions` table, run the following command in your terminal:\n\n```bash\nnpm run db:shell -- --query \"SELECT * FROM Sessions where userId = 'testuser'\"\n```\n\nAlternatively, you can use `sqlite`.\n\n```bash\nsqlite3 .astro/content.db \"SELECT * FROM Sessions WHERE userId = 'testuser';\"\n```\n\nYou should see a list of session records including `id`, `user_id`, `events`, and `created_at`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekafyi%2Fstarter-astro-adk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekafyi%2Fstarter-astro-adk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekafyi%2Fstarter-astro-adk-js/lists"}