{"id":13649824,"url":"https://github.com/codiume/the-tap-stack","last_synced_at":"2025-04-14T06:22:48.342Z","repository":{"id":217107369,"uuid":"527254886","full_name":"codiume/the-tap-stack","owner":"codiume","description":"An opinionated stack for those who want to live on the edge (Typescript \u0026 Tailwind + Astro + Prisma \u0026 Planet scale)","archived":false,"fork":false,"pushed_at":"2022-09-04T11:03:53.000Z","size":228,"stargazers_count":32,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T20:11:17.569Z","etag":null,"topics":["astro","planetscale","prisma","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://the-tap-stack.vercel.app","language":"Astro","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/codiume.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"polar":"codiume"}},"created_at":"2022-08-21T15:58:43.000Z","updated_at":"2024-12-17T20:57:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e22e8ca-a097-47bf-92d4-6acdac4989cd","html_url":"https://github.com/codiume/the-tap-stack","commit_stats":null,"previous_names":["codiume/the-tap-stack"],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fthe-tap-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fthe-tap-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fthe-tap-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiume%2Fthe-tap-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiume","download_url":"https://codeload.github.com/codiume/the-tap-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248831046,"owners_count":21168393,"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":["astro","planetscale","prisma","tailwindcss","typescript"],"created_at":"2024-08-02T02:00:26.790Z","updated_at":"2025-04-14T06:22:48.090Z","avatar_url":"https://github.com/codiume.png","language":"Astro","funding_links":["https://polar.sh/codiume"],"categories":["ℹ️ Repositories/Starter Kits/Components"],"sub_categories":[],"readme":"# 🌖 The TAP Stack\n\n![cover](/public/cover.png 'tap stack')\n\n## Table of contents\n\n- [🌖 What is the TAP Stack?](#what-is-the-tap-stack)\n- [📦 Getting Started](#getting-started)\n- [📖 Guides](#guides)\n- [📝 Contributing](#contributing)\n- [❤️ Acknowledgements](#acknowledgements)\n\n## Philosophy\n\n### What is the TAP Stack?\n\nThe **\"TAP Stack\"** is a web development stack focused on simplicity \u0026 fast performance. It consists of:\n\n- **T**: [![typescript][typescript-badge]][typescript] [![tailwindcss][tailwindcss-badge]][tailwindcss]\n- **A**: [![astro][astro-badge]][astro]\n- **P**: [![prisma][prisma-badge]][prisma] [![planetscale][planetscale-badge]][planetscale]\n\n### Is this some kinda template?\n\nKind of. We love [Astro][astro] and we strongly believe in the future of all the technologies mentioned above.\n\nSo we made `The TAP Stack` to do one thing, get you started with a deployable astro website as fast as possible.\n\n### Can I deploy it to platforms ?\n\nYes, this repo in itself is already deployed to following platforms:\n\n- **Vercel**: [https://the-tap-stack.vercel.app]\n- **Netlify**: [https://the-tap-stack.netlify.app]\n- **Cloudflare Pages**: [https://the-tap-stack.pages.dev]\n\n## Getting Started\n\n### Using your package manager\n\nYou can use both `npm`\n\n```bash\nnpm init astro -- --template codiume/the-tap-stack\n```\n\nOr `yarn`\n\n```bash\nyarn create astro -- --template codiume/the-tap-stack\n```\n\n### Using Github interface\n\nThis template repo can be used to scaffold your astro website. Follow these steps to get started:\n\n1. Go to [https://github.com/codiume/the-tap-stack]\n2. Press the \"Use this template\" button at the top of this repo to create a new repo with the contents of this skeleton.\n3. Clone the project to your local environment \u0026 Have fun creating your website.\n\n### Deploy with Vercel\n\nYou can also deploy directly this project to your Vercel account:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fcodiume%2Fthe-tap-stack\u0026env=DATABASE_URL)\n\n## Project Structure\n\n```txt\n/\n├── prisma/\n│   └── schema.prisma\n├── public/\n├── src/\n│   └── pages/\n│       └── index.astro\n│   └── components/\n│       └── Article.astro\n└── package.json\n```\n\n## Guides\n\n### Setup a Prisma \u0026 Database\n\n1. Create a database on PlanetScale\n2. Copy `DATABASE_URL` from PlanetScale to your `.env`\n3. Push your prisma schema to PlanetScale `npx prisma db push`\n\n## Contributing\n\nPlease see [contributing.md](CONTRIBUTING.md) for details.\n\n## Acknowledgements\n\nThe **TAP** Stack is inspired by [t3][t3] and all the amazing work [Julius Marminge][juliusmarminge] and the community is doing developing it.\n\n[astro]: https://astro.build\n[planetscale]: https://planetscale.com\n[prisma]: https://www.prisma.io\n[tailwindcss]: https://tailwindcss.com\n[typescript]: https://www.typescriptlang.org\n[t3]: https://github.com/t3-oss/create-t3-app\n[juliusmarminge]: https://github.com/juliusmarminge\n\n\u003c!-- Badges --\u003e\n\n[typescript-badge]: https://img.shields.io/badge/Code-Typescript-informational?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\n[tailwindcss-badge]: https://img.shields.io/badge/Code-Tailwind-informational?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=white\n[astro-badge]: https://img.shields.io/badge/Code-Astro-informational?style=for-the-badge\u0026logo=astro\u0026logoColor=white\n[prisma-badge]: https://img.shields.io/badge/Tools-Prisma-informational?style=for-the-badge\u0026logo=prisma\u0026logoColor=white\n[planetscale-badge]: https://img.shields.io/badge/Tools-planetscale-informational?style=for-the-badge\u0026logo=planetscale\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiume%2Fthe-tap-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodiume%2Fthe-tap-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiume%2Fthe-tap-stack/lists"}