{"id":18793383,"url":"https://github.com/dossierhq/dossier-astro-sqlite-app","last_synced_at":"2026-01-22T12:06:32.878Z","repository":{"id":210024548,"uuid":"725340959","full_name":"dossierhq/dossier-astro-sqlite-app","owner":"dossierhq","description":"Template for an app using Dossier, Astro and SQLite","archived":false,"fork":false,"pushed_at":"2025-12-01T13:16:26.000Z","size":2006,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T23:46:07.992Z","etag":null,"topics":["astro","cms","dossier","sqlite","template"],"latest_commit_sha":null,"homepage":"https://dossierhq.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/dossierhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-11-29T23:58:56.000Z","updated_at":"2025-12-01T13:16:30.000Z","dependencies_parsed_at":"2025-12-02T21:09:16.621Z","dependency_job_id":null,"html_url":"https://github.com/dossierhq/dossier-astro-sqlite-app","commit_stats":null,"previous_names":["dossierhq/dossier-astro-sqlite-app"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/dossierhq/dossier-astro-sqlite-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dossierhq%2Fdossier-astro-sqlite-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dossierhq%2Fdossier-astro-sqlite-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dossierhq%2Fdossier-astro-sqlite-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dossierhq%2Fdossier-astro-sqlite-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dossierhq","download_url":"https://codeload.github.com/dossierhq/dossier-astro-sqlite-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dossierhq%2Fdossier-astro-sqlite-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["astro","cms","dossier","sqlite","template"],"created_at":"2024-11-07T21:24:43.568Z","updated_at":"2026-01-22T12:06:32.860Z","avatar_url":"https://github.com/dossierhq.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dossier-astro-sqlite-app\n\n[![Node CI](https://github.com/dossierhq/dossier-astro-sqlite-app/actions/workflows/node.js.yml/badge.svg)](https://github.com/dossierhq/dossier-astro-sqlite-app/actions/workflows/node.js.yml)\n\nThis is a template for an app using [Dossier](https://dossierhq.dev/), [Astro](https://astro.build/)\nand [SQLite](https://www.sqlite.org/).\n\n## Getting started\n\n- `npm init using dossierhq/dossier-astro-sqlite-app my-project`\n- `cd my-project`\n- `git init \u0026\u0026 git add . \u0026\u0026 git commit -m '🚀 Created project 🚀'`\n- `pnpm install`\n- `pnpm run build`\n- `pnpm start`\n\nYou should now have a working app running at http://localhost:4321. To access the Dossier web interface open http://localhost:4321/dossier/content in your browser. Try to add an entity type to the schema and create some entities.\n\nThe home page fetches some published entities and displays their names in a list.\n\nThe database is a SQLite database, stored in `database/dossier.sqlite`.\n\nA Typescript file is generated in `src/generated/SchemaTypes.ts` based on the Dossier schema whenever you run `pnpm run build` (or if you explicitly run `pnpm run schema-types:generate`).\n\n## Auth\n\nThere is no authentication in this example. However, there are two different users used:\n\n- In development mode (`pnpm start`), the `editor` principal is used (specified in `DOSSIER_PRINCIPAL_ID` in `.env.development`)\n- In production mode (`pnpm build \u0026\u0026 pnpm start:production`), the `reader` principal is used (specified in `DOSSIER_PRINCIPAL_ID` in `.env`). The `reader` principal can't access the Dossier API.\n\nThe Dossier web interface is disabled in production mode.\n\n**N.B.** Supporting multiple users and real authentication is left as an exercise.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdossierhq%2Fdossier-astro-sqlite-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdossierhq%2Fdossier-astro-sqlite-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdossierhq%2Fdossier-astro-sqlite-app/lists"}