{"id":31730831,"url":"https://github.com/nickersoft/resx-landing","last_synced_at":"2025-10-09T07:42:03.772Z","repository":{"id":313277932,"uuid":"1050059092","full_name":"Nickersoft/resx-landing","owner":"Nickersoft","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-06T16:05:15.000Z","size":27387,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T18:17:02.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://resx-landing.vercel.app","language":"Astro","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/Nickersoft.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":null,"dco":null,"cla":null}},"created_at":"2025-09-03T22:19:39.000Z","updated_at":"2025-10-06T16:05:19.000Z","dependencies_parsed_at":"2025-09-05T02:25:58.912Z","dependency_job_id":"9acd838a-4514-4929-a03f-78f667584410","html_url":"https://github.com/Nickersoft/resx-landing","commit_stats":null,"previous_names":["nickersoft/resx-landing"],"tags_count":0,"template":false,"template_full_name":"KojoDesign/astro-boilerplate","purl":"pkg:github/Nickersoft/resx-landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nickersoft%2Fresx-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nickersoft%2Fresx-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nickersoft%2Fresx-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nickersoft%2Fresx-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nickersoft","download_url":"https://codeload.github.com/Nickersoft/resx-landing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nickersoft%2Fresx-landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000980,"owners_count":26082974,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-10-09T07:42:01.501Z","updated_at":"2025-10-09T07:42:03.763Z","avatar_url":"https://github.com/Nickersoft.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kojo's Marketing Site Starter Kit\n\nThis repository contains everything you need to start and maintain a SEO-ready, performance-optimized marketing website you can customize to your hearts desire!\n\nTo get started, simply hit the \"Use This Template\" button on this repo to start your own project with this boilerplate.\n\n## What's Inside\n\n### Building Blocks\n\n- 📦 **[PNPM](https://pnpm.io)** for package management, as it's much faster and more performant than NPM. You can enable it via corepack via `corepack enable`.\n- 🚀 **[Astro](https://astro.build)**, a framework for creating highly-versatile and high-performance webpages. It comes packed with a boatload of features such as partial hydration, content collections, and server endpoints. [See here](https://docs.astro.build/en/concepts/why-astro/) for more.\n- ⚛️ **[React](https://react.dev)** for creating interactive component islands that leverage React's booming ecosystem.\n- 👷 **[TypeScript](https://www.typescriptlang.org/)** for writing type-safe, maintainable code.\n\n### UI \u0026 Styling\n\n- 🪁 **[Tailwind CSS](https://tailwindcss.com)** for modular, consistent CSS styling. Includes plugins such as [tailwindcss-typography](https://github.com/tailwindlabs/tailwindcss-typography) and [tailwindcss-animate](https://github.com/jamiebuilds/tailwindcss-animate).\n- 🔠 **[Fontsource](https://fontsource.org/)** for loading custom fonts. These can be preloaded via the `preload` prop of [`BaseLayout`](src/layouts/BaseLayout.astro).\n- 📥 **[shadcn-ui](https://ui.shadcn.com/)** for rapidly adding pre-configured UI components to your website.\n- 🦄 **[unplugin-icons](https://github.com/unplugin/unplugin-icons)** for easily inlining thousands of on-demand icons in Astro and React components.\n- ⚒️ Custom component primitives such as [Typography](src/components/ui/Typography.tsx) and [Stack](src/components/ui/Stack.tsx).\n\n### Animations\n\n- 🚥 **[Rive](https://rive.app)** for embedding performant, interactive animations on your site.\n- 🏃 **[Motion](https://motion.dev)** (formerly Framer Motion) for creating realistic spring animations in JavaScript.\n\n### Developer Experience\n\n- 📝 **[biome](biomejs.dev)** for lightning-fast linting in JavaScript and TypeScript (written in Rust)\n- 🎨 **[Prettier](prettier.io)** for opinionated formatting (only used because Biome's HTML formatting is [incomplete](https://biomejs.dev/internals/language-support/)).\n- 🐶 **[Husky](https://github.com/typicode/husky)** with **[lint-staged](https://github.com/lint-staged/lint-staged)** to automatically run linting on new commits.\n\n## Guides\n\n- [Best Practices](docs/best-practices.md)\n- [Creating UI components](docs/shadcn.md)\n- [Adding new Tailwind colors](docs/tailwind.md)\n- [Using custom fonts](docs/fonts.md)\n- [Using icons \u0026 SVGs](docs/icons.md)\n- [Using Motion](docs/motion.md)\n- [Using Rive](docs/rive.md)\n\n### Using Astro\n\n- [Adding Images in Astro](https://docs.astro.build/en/guides/images)\n- [Using Astro Content Collections](https://docs.astro.build/en/guides/content-collections/) (useful for blogs and articles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickersoft%2Fresx-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickersoft%2Fresx-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickersoft%2Fresx-landing/lists"}