@grove-dev/astro 0.2.20 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +9 -75
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/display.d.ts +1 -26
- package/dist/lib/display.d.ts.map +1 -1
- package/dist/lib/display.js +1 -103
- package/dist/lib/display.js.map +1 -1
- package/dist/lib/format.d.ts +1 -28
- package/dist/lib/format.d.ts.map +1 -1
- package/dist/lib/format.js +1 -71
- package/dist/lib/format.js.map +1 -1
- package/dist/lib/lenses.d.ts +1 -57
- package/dist/lib/lenses.d.ts.map +1 -1
- package/dist/lib/lenses.js +1 -198
- package/dist/lib/lenses.js.map +1 -1
- package/dist/lib/repo.d.ts +1 -19
- package/dist/lib/repo.d.ts.map +1 -1
- package/dist/lib/repo.js +1 -30
- package/dist/lib/repo.js.map +1 -1
- package/dist/lib/scores.d.ts +1 -36
- package/dist/lib/scores.d.ts.map +1 -1
- package/dist/lib/scores.js +1 -75
- package/dist/lib/scores.js.map +1 -1
- package/dist/lib/search.d.ts +1 -113
- package/dist/lib/search.d.ts.map +1 -1
- package/dist/lib/search.js +1 -379
- package/dist/lib/search.js.map +1 -1
- package/dist/lib/taxonomy-counts.d.ts +1 -10
- package/dist/lib/taxonomy-counts.d.ts.map +1 -1
- package/dist/lib/taxonomy-counts.js +1 -21
- package/dist/lib/taxonomy-counts.js.map +1 -1
- package/package.json +22 -10
- package/src/components/ContributorsGrid.astro +3 -3
- package/src/components/CurationGrid.astro +2 -2
- package/src/components/DirectoryIndexClient.astro +240 -0
- package/src/components/FilterGroupMenu.astro +8 -4
- package/src/components/FinalCta.astro +41 -0
- package/src/components/Hero.astro +15 -18
- package/src/components/Icon.astro +99 -27
- package/src/components/RefinePanel.astro +7 -7
- package/src/components/SmartLensTabs.astro +5 -4
- package/src/components/StackGrid.astro +1 -1
- package/src/components/SubmissionClient.astro +133 -0
- package/src/index.ts +11 -1
- package/src/layouts/BaseLayout.astro +19 -1
- package/src/layouts/Footer.astro +25 -56
- package/src/layouts/Header.astro +33 -15
- package/src/layouts/ThemeToggle.astro +7 -3
- package/src/lib/display.ts +1 -111
- package/src/lib/format.ts +1 -64
- package/src/lib/lenses.ts +1 -220
- package/src/lib/repo.ts +1 -32
- package/src/lib/scores.ts +1 -90
- package/src/lib/search.ts +1 -418
- package/src/lib/taxonomy-counts.ts +1 -26
- package/{templates/default/src/data/records.ts → src/server/directory.ts} +90 -8
- package/src/server/index.ts +2 -0
- package/src/server/models.ts +432 -0
- package/dist/theme.test.d.ts +0 -2
- package/dist/theme.test.d.ts.map +0 -1
- package/dist/theme.test.js +0 -55
- package/dist/theme.test.js.map +0 -1
- package/src/theme.test.ts +0 -67
- package/templates/default/.github/ISSUE_TEMPLATE/bug_report.md +0 -33
- package/templates/default/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/templates/default/.github/ISSUE_TEMPLATE/record_submission.md +0 -48
- package/templates/default/.github/pull_request_template.md +0 -27
- package/templates/default/.github/workflows/build.yml +0 -55
- package/templates/default/.github/workflows/cleanup-stale-records.yml +0 -48
- package/templates/default/.github/workflows/daily-refresh.yml +0 -53
- package/templates/default/.github/workflows/sync-contributors.yml +0 -53
- package/templates/default/.github/workflows/sync-github-metadata.yml +0 -58
- package/templates/default/.github/workflows/validate-data.yml +0 -35
- package/templates/default/astro.config.mjs +0 -25
- package/templates/default/content/pages/about.md +0 -66
- package/templates/default/content/pages/methodology.md +0 -103
- package/templates/default/data/records/.gitkeep +0 -0
- package/templates/default/data/records/coolify.yml +0 -46
- package/templates/default/data/records/gitea.yml +0 -46
- package/templates/default/data/records/hoppscotch.yml +0 -47
- package/templates/default/data/records/inventree.yml +0 -47
- package/templates/default/data/records/label-studio.yml +0 -46
- package/templates/default/data/records/logseq.yml +0 -48
- package/templates/default/data/records/private-gpt.yml +0 -47
- package/templates/default/data/records/wakapi.yml +0 -44
- package/templates/default/data/taxonomy/categories.yml +0 -47
- package/templates/default/data/taxonomy/distribution-channels.yml +0 -43
- package/templates/default/data/taxonomy/platforms.yml +0 -27
- package/templates/default/data/taxonomy/stacks.yml +0 -41
- package/templates/default/grove.config.ts +0 -36
- package/templates/default/package.json +0 -38
- package/templates/default/public/icons/platforms/android.svg +0 -1
- package/templates/default/public/icons/platforms/apple-dark.svg +0 -1
- package/templates/default/public/icons/platforms/apple-light.svg +0 -1
- package/templates/default/public/icons/platforms/chrome.svg +0 -1
- package/templates/default/public/icons/platforms/chromeos.svg +0 -5
- package/templates/default/public/icons/platforms/desktop.svg +0 -4
- package/templates/default/public/icons/platforms/embedded.svg +0 -5
- package/templates/default/public/icons/platforms/ios.svg +0 -1
- package/templates/default/public/icons/platforms/linux.svg +0 -1
- package/templates/default/public/icons/platforms/macos.svg +0 -1
- package/templates/default/public/icons/platforms/ubuntu.svg +0 -1
- package/templates/default/public/icons/platforms/web.svg +0 -5
- package/templates/default/public/icons/platforms/windows.svg +0 -6
- package/templates/default/public/icons/stacks/android.svg +0 -1
- package/templates/default/public/icons/stacks/apple-dark.svg +0 -1
- package/templates/default/public/icons/stacks/apple-light.svg +0 -1
- package/templates/default/public/icons/stacks/bun.svg +0 -1
- package/templates/default/public/icons/stacks/capacitor.svg +0 -14
- package/templates/default/public/icons/stacks/clojure.svg +0 -1
- package/templates/default/public/icons/stacks/clojurescript.svg +0 -1
- package/templates/default/public/icons/stacks/dart.svg +0 -1
- package/templates/default/public/icons/stacks/deno.svg +0 -1
- package/templates/default/public/icons/stacks/django.svg +0 -1
- package/templates/default/public/icons/stacks/docker.svg +0 -1
- package/templates/default/public/icons/stacks/firebase.svg +0 -1
- package/templates/default/public/icons/stacks/flutter.svg +0 -1
- package/templates/default/public/icons/stacks/go.svg +0 -1
- package/templates/default/public/icons/stacks/graphql.svg +0 -1
- package/templates/default/public/icons/stacks/ionic.svg +0 -4
- package/templates/default/public/icons/stacks/java.svg +0 -1
- package/templates/default/public/icons/stacks/javascript.svg +0 -1
- package/templates/default/public/icons/stacks/kotlin.svg +0 -1
- package/templates/default/public/icons/stacks/llm.svg +0 -1
- package/templates/default/public/icons/stacks/mongodb.svg +0 -1
- package/templates/default/public/icons/stacks/node.js.svg +0 -1
- package/templates/default/public/icons/stacks/nodejs.svg +0 -1
- package/templates/default/public/icons/stacks/python.svg +0 -1
- package/templates/default/public/icons/stacks/rag.svg +0 -7
- package/templates/default/public/icons/stacks/react-native.svg +0 -1
- package/templates/default/public/icons/stacks/react.svg +0 -1
- package/templates/default/public/icons/stacks/rust.svg +0 -1
- package/templates/default/public/icons/stacks/solidity.svg +0 -1
- package/templates/default/public/icons/stacks/sveltekit.svg +0 -1
- package/templates/default/public/icons/stacks/swift.svg +0 -1
- package/templates/default/public/icons/stacks/tensorflow.svg +0 -1
- package/templates/default/public/icons/stacks/typescript.svg +0 -1
- package/templates/default/public/icons/stacks/vue.svg +0 -1
- package/templates/default/public/llms-full.txt +0 -206
- package/templates/default/public/llms.txt +0 -112
- package/templates/default/public/og-image.svg +0 -48
- package/templates/default/public/robots.txt +0 -53
- package/templates/default/public/sitemap.xml +0 -63
- package/templates/default/scripts/build-llms.mjs +0 -123
- package/templates/default/scripts/build-records-json.mjs +0 -27
- package/templates/default/scripts/build-sitemap.mjs +0 -20
- package/templates/default/scripts/cleanup-stale-records.mjs +0 -20
- package/templates/default/scripts/enrich-github-metadata.mjs +0 -99
- package/templates/default/scripts/fetch-icons.mjs +0 -137
- package/templates/default/scripts/migrate-legacy-to-schema-v1.mjs +0 -86
- package/templates/default/scripts/parse-legacy-readme.mjs +0 -59
- package/templates/default/scripts/refresh-records-activity.mjs +0 -24
- package/templates/default/scripts/repair-license-format.mjs +0 -72
- package/templates/default/scripts/report-cleanup-candidates.mjs +0 -21
- package/templates/default/scripts/seed-from-github.mjs +0 -62
- package/templates/default/scripts/sync-contributors.mjs +0 -145
- package/templates/default/scripts/sync-github-metadata.mjs +0 -28
- package/templates/default/scripts/validate-records.mjs +0 -27
- package/templates/default/src/pages/404.astro +0 -64
- package/templates/default/src/pages/[slug]/[recordSlug].astro +0 -689
- package/templates/default/src/pages/[slug]/index.astro +0 -278
- package/templates/default/src/pages/about.astro +0 -182
- package/templates/default/src/pages/apps/[recordSlug].astro +0 -33
- package/templates/default/src/pages/contributors.astro +0 -175
- package/templates/default/src/pages/index.astro +0 -225
- package/templates/default/src/pages/sitemap.xml.ts +0 -89
- package/templates/default/src/pages/submit.astro +0 -281
- package/templates/default/src/styles/global.css +0 -33
- package/templates/default/wrangler.jsonc +0 -28
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#42A5F5" fill-opacity=".8" d="M25.399 65.395 10 49.996 60 0h30.794zm65.395-19.258H60L48.465 57.672 63.864 73.07"/><path fill="#0D47A1" d="M48.465 88.465 60 100h30.794l-26.93-26.93"/><path fill="#42A5F5" d="M33.103 73.079 48.477 57.7l15.375 15.375-15.375 15.378z"/><path fill="url(#a)" d="M48.477 88.453 63.852 73.08l2.146 2.146L50.623 90.6z"/><path fill="url(#b)" d="m48.465 88.465 22.848-7.893-7.449-7.506"/><defs><linearGradient id="a" x1="56.167" x2="58.314" y1="80.763" y2="82.909" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-opacity=".15"/><stop offset=".85" stop-color="#616161" stop-opacity=".01"/></linearGradient><linearGradient id="b" x1="48.471" x2="71.318" y1="80.766" y2="80.766" gradientUnits="userSpaceOnUse"><stop offset=".2" stop-opacity=".55"/><stop offset=".85" stop-color="#616161" stop-opacity=".01"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><circle cx="50" cy="50" r="42" fill="#00ADD8"/><path fill="#FFFFFF" d="M40 28c-6 0-11 5-11 11 0 2 0 3 1 5h-7c-2 0-3 1-3 3 0 11 9 20 22 20h25c9 0 17-7 18-16 0-2-1-3-3-3h-7c-1-3-4-5-7-5-1 0-2 0-3 1-1-4-5-7-9-7-2 0-3 0-4 1-2-5-7-9-12-9zm-7 11a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm14 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-7 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm14 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#E535AB" fill-rule="evenodd" d="M58.972 11.445 79.507 23.3a9 9 0 0 1 2.02-1.598c4.259-2.448 9.69-.995 12.164 3.264 2.449 4.259.995 9.69-3.264 12.165a9 9 0 0 1-2.372.944v23.721c.823.2 1.613.516 2.347.939 4.284 2.473 5.738 7.905 3.264 12.164-2.448 4.259-7.906 5.713-12.165 3.265a8.8 8.8 0 0 1-2.2-1.787L58.89 88.16a9 9 0 0 1 .449 2.805c0 4.897-3.978 8.9-8.9 8.9a8.89 8.89 0 0 1-8.9-8.9c0-.874.125-1.72.36-2.518L21.37 76.595a9 9 0 0 1-1.992 1.57c-4.284 2.448-9.716.994-12.164-3.265s-.995-9.69 3.264-12.165a9 9 0 0 1 2.346-.938V38.076a9 9 0 0 1-2.371-.944c-4.26-2.448-5.713-7.906-3.265-12.165s7.906-5.712 12.165-3.264a9 9 0 0 1 2.01 1.588l20.54-11.86a9 9 0 0 1-.363-2.53c0-4.922 3.978-8.9 8.9-8.9s8.9 3.978 8.9 8.9c0 .884-.129 1.738-.368 2.544m-2.14 3.653 20.585 11.884a8.9 8.9 0 0 0 .846 6.885 8.85 8.85 0 0 0 5.56 4.188v23.751q-.174.043-.345.092L56.594 15.336q.121-.117.239-.238m-12.54.243L17.408 61.902a9 9 0 0 0-.35-.093V38.055a8.85 8.85 0 0 0 5.559-4.188 8.9 8.9 0 0 0 .842-6.898l20.578-11.88q.124.128.255.252m8.635 2.11L79.804 64a8.9 8.9 0 0 0-2.505 4.345H23.58A9 9 0 0 0 22.643 66a9 9 0 0 0-1.565-1.987l26.883-46.56c.806.231 1.64.349 2.479.348.863 0 1.698-.122 2.487-.35m4.095 67.52 20.45-11.808a9 9 0 0 1-.164-.584H23.57q-.044.173-.092.345l20.55 11.865a8.87 8.87 0 0 1 6.412-2.723 8.88 8.88 0 0 1 6.582 2.904" clip-rule="evenodd"/></svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
-
<path d="M12 2 4 6v6c0 5 3.5 8.5 8 10 4.5-1.5 8-5 8-10V6l-8-4Z"/>
|
|
3
|
-
<circle cx="12" cy="11" r="2.5" fill="currentColor" stroke="none"/>
|
|
4
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#5382A1" d="M36.753 77.336s-3.822 2.222 2.72 2.974c7.924.904 11.973.775 20.706-.878 0 0 2.296 1.44 5.502 2.686-19.576 8.39-44.304-.486-28.928-4.782M34.36 66.388s-4.286 3.172 2.26 3.85c8.464.873 15.149.944 26.716-1.283 0 0 1.6 1.622 4.116 2.509-23.668 6.92-50.03.546-33.092-5.076"/><path fill="#E76F00" d="M54.527 47.816c4.823 5.553-1.268 10.55-1.268 10.55s12.248-6.322 6.623-14.24c-5.253-7.383-9.282-11.052 12.528-23.7 0 0-34.234 8.55-17.883 27.39"/><path fill="#5382A1" d="M80.418 85.434s2.827 2.33-3.115 4.133c-11.3 3.423-47.03 4.457-56.956.136-3.568-1.552 3.124-3.706 5.228-4.158 2.195-.476 3.45-.387 3.45-.387-3.968-2.796-25.648 5.489-11.012 7.86 39.913 6.474 72.757-2.914 62.405-7.584M38.59 55.044s-18.174 4.317-6.436 5.884c4.956.664 14.837.514 24.04-.257 7.522-.634 15.075-1.984 15.075-1.984s-2.653 1.136-4.571 2.446c-18.457 4.854-54.11 2.596-43.846-2.369 8.68-4.196 15.738-3.72 15.738-3.72m32.603 18.224c18.762-9.75 10.088-19.118 4.033-17.856-1.484.309-2.146.577-2.146.577s.551-.863 1.603-1.237c11.978-4.211 21.19 12.42-3.867 19.008 0 0 .29-.26.377-.492"/><path fill="#E76F00" d="M59.882 0s10.39 10.395-9.855 26.378c-16.234 12.82-3.702 20.131-.006 28.483-9.477-8.55-16.432-16.076-11.766-23.081C45.103 21.496 64.075 16.51 59.882 0"/><path fill="#5382A1" d="M40.434 99.686c18.009 1.153 45.663-.64 46.318-9.16 0 0-1.259 3.23-14.883 5.795-15.371 2.893-34.329 2.555-45.573.701 0 0 2.302 1.905 14.138 2.664"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#F7DF1E" d="M100 0H0v100h100z"/><path fill="#000" d="M67.175 78.126c2.014 3.289 4.634 5.706 9.27 5.706 3.893 0 6.38-1.946 6.38-4.635 0-3.222-2.555-4.363-6.841-6.238l-2.35-1.008c-6.78-2.889-11.285-6.508-11.285-14.158 0-7.048 5.37-12.413 13.762-12.413 5.975 0 10.27 2.08 13.365 7.524l-7.317 4.698c-1.612-2.889-3.35-4.027-6.048-4.027-2.752 0-4.497 1.746-4.497 4.027 0 2.82 1.746 3.96 5.778 5.707l2.35 1.006c7.983 3.424 12.491 6.914 12.491 14.762 0 8.46-6.646 13.095-15.571 13.095-8.727 0-14.365-4.159-17.124-9.61zm-33.196.814c1.477 2.62 2.82 4.834 6.048 4.834 3.087 0 5.035-1.208 5.035-5.905V45.916h9.397v32.08c0 9.73-5.705 14.159-14.032 14.159-7.524 0-11.881-3.894-14.097-8.584z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="url(#a)" d="M100 100H0V0h100L48.965 49.276z"/><defs><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="translate(96.675 4.11)scale(114.549)" gradientUnits="userSpaceOnUse"><stop offset=".003" stop-color="#EF4857"/><stop offset=".469" stop-color="#D211EC"/><stop offset="1" stop-color="#7F52FF"/></radialGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><rect width="100" height="100" rx="18" fill="#0F172A"/><circle cx="50" cy="42" r="18" fill="none" stroke="#A78BFA" stroke-width="4"/><circle cx="35" cy="38" r="3" fill="#A78BFA"/><circle cx="65" cy="38" r="3" fill="#A78BFA"/><path d="M40 50 Q50 56 60 50" stroke="#A78BFA" stroke-width="3" fill="none" stroke-linecap="round"/><text x="50" y="82" font-family="ui-sans-serif, system-ui, sans-serif" font-size="16" font-weight="700" fill="#A78BFA" text-anchor="middle">LLM</text></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#599636" d="m50.146.274 2.668 5.012c.6.925 1.25 1.743 2.016 2.506a70 70 0 0 1 6.262 7.08c4.521 5.938 7.57 12.53 9.749 19.661 1.306 4.356 2.015 8.825 2.069 13.343.218 13.509-4.413 25.108-13.75 34.748a40 40 0 0 1-4.905 4.193c-.925 0-1.363-.71-1.744-1.362a11.2 11.2 0 0 1-1.362-3.922c-.328-1.634-.544-3.268-.438-4.956v-.762c-.075-.163-.89-75.157-.566-75.541"/><path fill="#6CAC48" d="M50.146.108c-.11-.219-.22-.053-.329.053.053 1.094-.328 2.069-.925 3-.656.925-1.524 1.634-2.396 2.397-4.844 4.193-8.656 9.258-11.709 14.924-4.062 7.624-6.156 15.795-6.75 24.398-.271 3.103.982 14.052 1.96 17.21 2.669 8.388 7.462 15.415 13.67 21.515 1.526 1.469 3.157 2.831 4.844 4.14.49 0 .544-.437.656-.762q.324-1.045.491-2.125l1.094-8.168z"/><path fill="#C2BFBF" d="M52.814 90.136c.11-1.25.71-2.288 1.362-3.322-.656-.272-1.143-.812-1.524-1.415a10 10 0 0 1-.813-1.797c-.762-2.288-.925-4.687-1.143-7.025v-1.415c-.272.219-.329 2.069-.329 2.343a54 54 0 0 1-.98 7.353c-.163.981-.273 1.96-.876 2.831 0 .11 0 .219.053.381.981 2.888 1.25 5.828 1.416 8.825v1.093c0 1.306-.053 1.031 1.031 1.469.438.162.925.219 1.362.544.329 0 .382-.272.382-.491l-.163-1.797v-5.012c-.053-.875.11-1.743.219-2.562z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><rect width="100" height="100" rx="18" fill="#339933"/><path fill="#FFFFFF" d="M30 50c0-4 3-7 7-7s7 3 7 7-3 7-7 7-7-3-7-7zm28 0c0-4 3-7 7-7s7 3 7 7-3 7-7 7-7-3-7-7zm14-22c0-2 1-3 3-3s3 1 3 3-1 3-3 3-3-1-3-3zm0 44c0-2 1-3 3-3s3 1 3 3-1 3-3 3-3-1-3-3z"/><text x="50" y="82" font-family="ui-sans-serif, system-ui, sans-serif" font-size="14" font-weight="700" fill="#FFFFFF" text-anchor="middle">node.js</text></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#8CC84B" d="M46.279 1.067c2.479-1.419 5.709-1.425 8.186 0C66.929 8.11 79.396 15.142 91.858 22.188c2.343 1.32 3.911 3.929 3.887 6.63v42.37c.018 2.813-1.705 5.484-4.178 6.774-12.422 7.004-24.838 14.016-37.259 21.02-2.53 1.447-5.825 1.336-8.277-.23-3.724-2.159-7.455-4.307-11.18-6.464-.76-.454-1.619-.815-2.156-1.553.475-.64 1.324-.72 2.015-1 1.554-.494 2.982-1.287 4.41-2.058.361-.247.802-.152 1.148.07 3.185 1.825 6.342 3.704 9.537 5.513.682.393 1.372-.13 1.955-.454 12.19-6.89 24.396-13.754 36.584-20.645a1.21 1.21 0 0 0 .664-1.192c.009-13.977.002-27.957.005-41.934a1.31 1.31 0 0 0-.781-1.307C75.852 20.756 63.479 13.774 51.102 6.8a1.29 1.29 0 0 0-1.458-.002c-12.378 6.976-24.749 13.965-37.126 20.936-.506.23-.845.738-.785 1.301q.002 20.967 0 41.936a1.19 1.19 0 0 0 .673 1.177c3.303 1.873 6.61 3.733 9.916 5.6 1.861 1.001 4.148 1.597 6.199.829 1.81-.65 3.08-2.497 3.045-4.419.017-13.895-.009-27.793.013-41.687-.046-.617.54-1.126 1.14-1.068 1.586-.011 3.175-.022 4.762.004.663-.015 1.119.65 1.037 1.27-.007 13.984.017 27.968-.01 41.952.003 3.727-1.528 7.782-4.975 9.605-4.247 2.2-9.496 1.734-13.691-.376-3.632-1.812-7.098-3.952-10.666-5.894C6.697 76.681 4.983 74 5 71.19V28.818c-.026-2.757 1.604-5.413 4.021-6.714Q27.651 11.588 46.28 1.067"/><path fill="#8CC84B" d="M57.114 30.418c5.417-.349 11.216-.207 16.091 2.462 3.774 2.045 5.867 6.337 5.933 10.53-.105.566-.696.878-1.236.839-1.572-.002-3.144.021-4.716-.01-.667.025-1.054-.59-1.138-1.18-.451-2.006-1.545-3.993-3.434-4.96-2.898-1.452-6.26-1.379-9.42-1.348-2.308.122-4.79.322-6.744 1.679-1.5 1.028-1.957 3.103-1.421 4.774.505 1.2 1.89 1.587 3.023 1.944 6.529 1.707 13.447 1.537 19.85 3.784 2.651.916 5.245 2.697 6.152 5.473 1.187 3.72.667 8.167-1.98 11.154-2.146 2.458-5.273 3.795-8.39 4.522-4.149.925-8.454.948-12.666.538-3.962-.452-8.084-1.493-11.142-4.192-2.614-2.27-3.892-5.808-3.765-9.222.03-.577.605-.979 1.157-.931 1.583-.013 3.165-.017 4.748.002.632-.046 1.101.5 1.133 1.097.292 1.911 1.01 3.917 2.678 5.05 3.216 2.076 7.253 1.934 10.936 1.992 3.052-.136 6.477-.176 8.967-2.193 1.314-1.15 1.703-3.075 1.348-4.731-.384-1.398-1.847-2.05-3.103-2.475-6.444-2.039-13.44-1.3-19.822-3.605-2.59-.915-5.096-2.647-6.092-5.309-1.389-3.767-.752-8.427 2.172-11.313 2.852-2.87 6.968-3.976 10.881-4.372"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="url(#a)" d="M49.64 0C24.254 0 25.839 11.01 25.839 11.01l.028 11.405h24.225v3.424H16.245S0 23.997 0 49.612s14.179 24.707 14.179 24.707h8.462V62.432s-.457-14.179 13.952-14.179H60.62s13.5.218 13.5-13.047V13.275S76.17 0 49.64 0M36.282 7.67a4.354 4.354 0 0 1 4.358 4.359 4.355 4.355 0 0 1-6.027 4.027 4.35 4.35 0 0 1-2.69-4.027 4.355 4.355 0 0 1 4.359-4.358"/><path fill="url(#b)" d="M50.36 99.48c25.387 0 23.802-11.008 23.802-11.008l-.028-11.406H49.908v-3.424h33.847S100 75.484 100 49.869 85.821 25.162 85.821 25.162H77.36V37.05s.457 14.178-13.952 14.178H39.38s-13.5-.218-13.5 13.048v21.932s-2.05 13.274 24.48 13.274m13.359-7.669a4.353 4.353 0 0 1-4.358-4.358 4.356 4.356 0 0 1 7.44-3.083 4.36 4.36 0 0 1 .945 4.751 4.355 4.355 0 0 1-4.027 2.69"/><defs><linearGradient id="a" x1="9.61" x2="59.167" y1="8.948" y2="58.011" gradientUnits="userSpaceOnUse"><stop stop-color="#387EB8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="b" x1="40.028" x2="93.247" y1="40.453" y2="90.762" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE052"/><stop offset="1" stop-color="#FFC331"/></linearGradient></defs></svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
|
|
2
|
-
<rect width="100" height="100" rx="18" fill="#0F172A"/>
|
|
3
|
-
<path d="M29 28h42v13H29zM29 59h42v13H29z" stroke="#38BDF8" stroke-width="4" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M50 41v18M42 50h16" stroke="#A78BFA" stroke-width="4" stroke-linecap="round"/>
|
|
5
|
-
<circle cx="36" cy="34.5" r="2.5" fill="#38BDF8"/>
|
|
6
|
-
<circle cx="36" cy="65.5" r="2.5" fill="#38BDF8"/>
|
|
7
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#61DAFB" d="M50.307 58.817a8.816 8.816 0 1 0 0-17.632 8.816 8.816 0 0 0 0 17.632"/><path stroke="#61DAFB" stroke-width="5" d="M50.307 68.063c26.126 0 47.306-8.087 47.306-18.062s-21.18-18.063-47.306-18.063C24.18 31.938 3 40.025 3 50.001s21.18 18.062 47.307 18.062Z"/><path stroke="#61DAFB" stroke-width="5" d="M34.664 59.032C47.727 81.658 65.321 95.957 73.96 90.969c8.64-4.988 5.053-27.373-8.01-50C52.885 18.343 35.291 4.044 26.652 9.032s-5.052 27.373 8.011 50Z"/><path stroke="#61DAFB" stroke-width="5" d="M34.664 40.97c-13.063 22.626-16.65 45.011-8.01 50 8.638 4.987 26.232-9.312 39.295-31.938 13.064-22.627 16.65-45.012 8.01-50-8.638-4.988-26.232 9.31-39.295 31.937Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#61DAFB" d="M50.307 58.817a8.816 8.816 0 1 0 0-17.632 8.816 8.816 0 0 0 0 17.632"/><path stroke="#61DAFB" stroke-width="5" d="M50.307 68.063c26.126 0 47.306-8.087 47.306-18.062s-21.18-18.063-47.306-18.063C24.18 31.938 3 40.025 3 50.001s21.18 18.062 47.307 18.062Z"/><path stroke="#61DAFB" stroke-width="5" d="M34.664 59.032C47.727 81.658 65.321 95.957 73.96 90.969c8.64-4.988 5.053-27.373-8.01-50C52.885 18.343 35.291 4.044 26.652 9.032s-5.052 27.373 8.011 50Z"/><path stroke="#61DAFB" stroke-width="5" d="M34.664 40.97c-13.063 22.626-16.65 45.011-8.01 50 8.638 4.987 26.232-9.312 39.295-31.938 13.064-22.627 16.65-45.012 8.01-50-8.638-4.988-26.232 9.31-39.295 31.937Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100.03"><path fill="#fff" d="m99.317 48.775-4.198-2.599a57 57 0 0 0-.12-1.222l3.608-3.366a1.44 1.44 0 0 0 .432-1.338 1.44 1.44 0 0 0-.91-1.072l-4.613-1.725a54 54 0 0 0-.36-1.19l2.876-3.996a1.444 1.444 0 0 0-.94-2.271l-4.864-.791q-.284-.553-.584-1.092l2.043-4.486a1.44 1.44 0 0 0-.112-1.402 1.44 1.44 0 0 0-1.252-.642l-4.935.172a39 39 0 0 0-.78-.946l1.134-4.807a1.444 1.444 0 0 0-1.738-1.74l-4.807 1.134a42 42 0 0 0-.947-.78l.172-4.935a1.44 1.44 0 0 0-1.327-1.492 1.44 1.44 0 0 0-.716.126l-4.484 2.045q-.543-.3-1.092-.586L70.01 4.91a1.446 1.446 0 0 0-2.27-.94l-4 2.877q-.59-.188-1.188-.36l-1.725-4.614a1.442 1.442 0 0 0-2.41-.48l-3.365 3.61a43 43 0 0 0-1.222-.119l-2.6-4.2a1.445 1.445 0 0 0-2.456 0l-2.599 4.2a43 43 0 0 0-1.224.12l-3.366-3.611a1.443 1.443 0 0 0-2.41.48l-1.724 4.613q-.599.173-1.19.36L32.266 3.97a1.44 1.44 0 0 0-1.977.275 1.45 1.45 0 0 0-.294.665l-.793 4.864q-.55.285-1.092.586l-4.485-2.045a1.44 1.44 0 0 0-1.401.114 1.44 1.44 0 0 0-.642 1.252l.172 4.935q-.48.384-.948.78L16 14.263a1.45 1.45 0 0 0-1.723 1.011 1.44 1.44 0 0 0-.016.728l1.132 4.807q-.394.468-.777.946l-4.936-.172a1.45 1.45 0 0 0-1.491 1.328c-.02.245.023.492.125.716l2.045 4.486q-.3.54-.586 1.092l-4.863.79a1.445 1.445 0 0 0-.94 2.272l2.877 3.996q-.189.591-.362 1.19l-4.612 1.725a1.446 1.446 0 0 0-.479 2.41l3.609 3.365q-.068.61-.12 1.223l-4.198 2.6a1.443 1.443 0 0 0 0 2.455l4.198 2.6q.053.613.12 1.222l-3.61 3.367a1.445 1.445 0 0 0 .479 2.41l4.612 1.725q.174.598.362 1.19L3.969 67.74a1.444 1.444 0 0 0 .941 2.27l4.862.792q.285.552.586 1.093L8.313 76.38a1.44 1.44 0 0 0 .656 1.886c.22.112.463.166.71.157l4.933-.172q.386.48.78.947l-1.132 4.809a1.44 1.44 0 0 0 .385 1.35 1.44 1.44 0 0 0 1.354.385l4.806-1.132q.47.397.948.777l-.171 4.937a1.444 1.444 0 0 0 2.042 1.364l4.485-2.043q.542.3 1.092.586l.793 4.86a1.44 1.44 0 0 0 1.593 1.205c.245-.028.478-.118.678-.262l3.996-2.879q.591.189 1.19.362l1.725 4.611a1.44 1.44 0 0 0 1.072.91 1.44 1.44 0 0 0 1.338-.431l3.366-3.609q.61.07 1.223.122l2.6 4.199a1.445 1.445 0 0 0 2.456 0l2.598-4.199q.615-.053 1.223-.122l3.366 3.609a1.44 1.44 0 0 0 1.337.432 1.44 1.44 0 0 0 1.072-.91l1.725-4.612q.599-.173 1.19-.362l3.997 2.88a1.445 1.445 0 0 0 2.27-.943l.793-4.861q.55-.287 1.092-.586l4.484 2.043a1.443 1.443 0 0 0 2.043-1.364l-.171-4.936q.48-.382.946-.778l4.807 1.132c.488.115 1-.028 1.353-.384a1.44 1.44 0 0 0 .385-1.351l-1.132-4.809q.396-.468.777-.947l4.936.172a1.44 1.44 0 0 0 1.252-.64 1.44 1.44 0 0 0 .113-1.404l-2.044-4.483q.3-.543.585-1.094l4.863-.791a1.44 1.44 0 0 0 1.102-.874 1.44 1.44 0 0 0-.162-1.397l-2.877-3.996q.187-.592.362-1.19l4.611-1.725a1.44 1.44 0 0 0 .91-1.072 1.44 1.44 0 0 0-.431-1.338l-3.608-3.366q.066-.61.12-1.222l4.198-2.6a1.44 1.44 0 0 0 .684-1.227c0-.5-.258-.966-.683-1.229M71.218 83.602a2.975 2.975 0 0 1-2.278-3.534 2.966 2.966 0 0 1 3.524-2.283 2.974 2.974 0 0 1 2.28 3.531 2.973 2.973 0 0 1-3.526 2.286m-1.426-9.648a2.71 2.71 0 0 0-3.215 2.082l-1.49 6.956A36.4 36.4 0 0 1 50 86.24a36.4 36.4 0 0 1-15.402-3.394l-1.49-6.956a2.706 2.706 0 0 0-3.214-2.082l-6.14 1.319a36 36 0 0 1-3.176-3.742h29.879c.338 0 .563-.062.563-.37V60.448c0-.308-.225-.37-.563-.37h-8.738V53.38h9.45c.863 0 4.614.246 5.813 5.04.375 1.474 1.2 6.269 1.764 7.804.561 1.722 2.848 5.162 5.286 5.162h14.889q.254-.001.54-.054a37 37 0 0 1-3.387 3.973zm-41.324 9.502a2.97 2.97 0 0 1-3.527-2.282 2.976 2.976 0 0 1 2.28-3.534 2.975 2.975 0 0 1 1.247 5.816m-11.335-45.96a2.975 2.975 0 0 1-1.51 3.923 2.967 2.967 0 0 1-3.919-1.513 2.975 2.975 0 0 1 2.642-4.178 2.97 2.97 0 0 1 2.787 1.767m-3.484 8.257 6.397-2.842a2.71 2.71 0 0 0 1.377-3.578l-1.317-2.979h5.18V59.71H14.834a36.6 36.6 0 0 1-1.393-10.028c0-1.327.072-2.64.21-3.928m28.071-2.268V36.6H54.06c.637 0 4.5.737 4.5 3.625 0 2.398-2.963 3.258-5.4 3.258H41.72m44.84 6.196q0 1.369-.1 2.714h-3.75c-.376 0-.527.247-.527.614v1.723c0 4.055-2.287 4.937-4.29 5.161-1.908.215-4.023-.798-4.284-1.966-1.126-6.33-3.001-7.682-5.963-10.019 3.676-2.334 7.5-5.777 7.5-10.386 0-4.977-3.412-8.112-5.737-9.649-3.263-2.15-6.875-2.582-7.85-2.582H22.765c5.26-5.871 12.39-10.03 20.454-11.543l4.573 4.797a2.703 2.703 0 0 0 3.828.088l5.116-4.894c10.72 1.996 19.798 8.67 25.028 17.825l-3.502 7.912a2.715 2.715 0 0 0 1.377 3.577l6.744 2.995q.177 1.795.178 3.633M47.795 9.667a2.97 2.97 0 0 1 4.198.096 2.977 2.977 0 0 1-.098 4.205 2.965 2.965 0 0 1-4.199-.097 2.977 2.977 0 0 1 .099-4.204m34.759 27.972a2.967 2.967 0 0 1 3.917-1.512 2.975 2.975 0 0 1-1.277 5.692 3 3 0 0 1-1.13-.255 2.98 2.98 0 0 1-1.51-3.925"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#000" d="M66.208 0 50.13 28.574H18L34.064 0z" opacity=".45"/><path fill="#000" d="M50.131 28.574h32.14L66.21 0H34.064z" opacity=".6"/><path fill="#000" d="m34.064 57.134 16.067-28.56L34.064 0 18 28.574z" opacity=".8"/><path fill="#000" d="m34.221 99.997 16.077-28.574H82.44L66.364 99.996z" opacity=".45"/><path fill="#000" d="M50.298 71.423h-32.14L34.22 99.996h32.143z" opacity=".6"/><path fill="#000" d="M66.364 42.86 50.297 71.423l16.067 28.573L82.44 71.423z" opacity=".8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><rect width="100" height="100" rx="20" fill="#FF3E00"/><path fill="#FFFFFF" d="M50 18c-9 0-17 4.5-22.5 11.5l-6 7.5 6 7.5C33 51.5 41 56 50 56s17-4.5 22.5-11.5l6-7.5-6-7.5C67 22.5 59 18 50 18zm0 28.5c-5.5 0-10-4.5-10-10s4.5-10 10-10 10 4.5 10 10-4.5 10-10 10z"/><text x="50" y="82" font-family="Arial, sans-serif" font-size="14" font-weight="700" fill="#FFFFFF" text-anchor="middle">SVELTE</text></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="url(#a)" d="M22.218 0h55.369c2.694 0 5.31.43 7.848 1.329a22.06 22.06 0 0 1 9.489 6.718 21.9 21.9 0 0 1 4.803 10.703c.234 1.446.273 2.891.273 4.336V77.11c0 1.719-.078 3.476-.43 5.156a22.1 22.1 0 0 1-5.27 10.43c-2.617 2.93-6.053 5.117-9.763 6.289-2.264.703-4.607 1.015-6.99 1.015-1.053 0-55.485 0-56.305-.039a22.3 22.3 0 0 1-11.246-3.71 22.6 22.6 0 0 1-7.614-8.75C.898 84.493.156 81.133.156 77.774V22.227a20.74 20.74 0 0 1 2.07-9.57C3.905 9.14 6.52 6.055 9.762 3.867 13.08 1.603 16.986.275 20.968.08c.39-.079.82-.079 1.25-.079"/><path fill="url(#b)" d="M84.342 81.797a15 15 0 0 0-1.171-1.601 16.6 16.6 0 0 0-3.359-3.047c-1.561-1.055-3.397-1.719-5.27-1.797-1.329-.078-2.656.156-3.906.625-1.25.43-2.46 1.055-3.631 1.68-1.367.703-2.733 1.406-4.178 1.992a31.4 31.4 0 0 1-5.35 1.64c-2.303.43-4.646.587-6.95.547a47 47 0 0 1-12.339-1.875 46.7 46.7 0 0 1-10.035-4.335 52 52 0 0 1-7.77-5.508 57 57 0 0 1-5.545-5.508 60 60 0 0 1-3.358-4.297c-.43-.586-.82-1.211-1.171-1.836L0 47.344V22.15C0 9.922 9.879 0 22.1 0h19.72l14.603 14.844C89.38 37.266 78.72 61.993 78.72 61.993s9.372 10.547 5.623 19.804"/><path fill="#fff" d="M56.501 14.844c32.956 22.422 22.296 47.149 22.296 47.149s9.371 10.586 5.584 19.843c0 0-3.866-6.484-10.348-6.484-6.247 0-9.918 6.484-22.49 6.484-27.997 0-41.234-23.398-41.234-23.398 25.224 16.602 42.444 4.844 42.444 4.844C41.39 56.68 17.22 25.118 17.22 25.118c21.046 17.93 30.144 22.656 30.144 22.656-5.427-4.492-20.656-26.445-20.656-26.445C38.891 33.672 63.1 50.899 63.1 50.899c6.872-19.063-6.599-36.055-6.599-36.055"/><defs><linearGradient id="a" x1="59.465" x2="40.565" y1="-3.568" y2="103.578" gradientUnits="userSpaceOnUse"><stop stop-color="#FAAE42"/><stop offset="1" stop-color="#EF3E31"/></linearGradient><linearGradient id="b" x1="51" x2="37.167" y1="1.616" y2="80.035" gradientUnits="userSpaceOnUse"><stop stop-color="#E39F3A"/><stop offset="1" stop-color="#D33929"/></linearGradient></defs></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="1.78 0 60.42 64.03"><path fill="#f6bd3a" fill-rule="nonzero" d="m27.733 34.453 8.64-5.013 8.533 5.013-8.533 4.907-8.64-4.8zM1.813 19.627 36.373 0 62.08 14.613 53.547 29.44l-17.173-9.813-25.92 14.72z"/><path fill="#eb8c23" fill-rule="nonzero" d="M27.733 54.08v-9.813l8.533-4.907 8.64-4.907v9.813l-8.533 4.907v9.813L27.733 64zm0-19.627-8.64-4.907-8.64 4.8v-9.813l25.92-14.72V29.44zm25.707-9.92v-4.907l8.64-5.013.107 9.813-8.64 5.013z"/><path fill="#e35a2b" fill-rule="nonzero" d="M19.093 58.773V29.547l8.533-4.8.107 9.707 8.64 4.8v9.92l-8.64-4.587V64zM6.08 31.787l-4.267-2.56v-9.6l8.64 4.907v9.813zm30.293-12.16V9.813l17.067 9.813.107 9.813-17.173-9.813z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="#017ACB" d="M0 0h100v100H0z"/><path fill="#fff" d="M48.016 37.032h4.797v8.281h-12.97v36.844l-.343.094c-.469.124-6.64.124-7.969-.016l-1.062-.094V45.313H17.5v-8.281l4.11-.047c2.25-.031 8.03-.031 12.843 0s10.906.047 13.563.047m36.61 41.219c-1.907 2.015-3.954 3.14-7.36 4.062-1.485.406-1.735.422-5.078.406s-3.61-.015-5.235-.437c-4.203-1.078-7.594-3.188-9.906-6.172-.656-.844-1.734-2.594-1.734-2.813 0-.062.156-.203.359-.296.203-.094.625-.36.969-.563s.968-.578 1.39-.797 1.64-.937 2.703-1.578c1.063-.64 2.032-1.156 2.141-1.156.11 0 .313.219.469.484.937 1.578 3.125 3.594 4.672 4.281.953.407 3.062.86 4.078.86.937 0 2.656-.406 3.578-.828.984-.453 1.484-.907 2.078-1.813.406-.64.453-.812.438-2.031 0-1.125-.063-1.438-.375-1.953-.875-1.438-2.063-2.188-6.875-4.313-4.97-2.203-7.204-3.515-9.016-5.281-1.344-1.312-1.61-1.672-2.453-3.312-1.094-2.11-1.235-2.797-1.25-5.938-.016-2.203.031-2.922.265-3.672.329-1.125 1.391-3.297 1.875-3.844 1-1.171 1.36-1.53 2.063-2.109 2.125-1.75 5.438-2.906 8.61-3.016.359 0 1.546.063 2.656.141 3.187.266 5.359 1.047 7.453 2.719 1.578 1.25 3.968 4.187 3.734 4.578-.156.234-6.39 4.39-6.797 4.516-.25.078-.422-.016-.765-.422-2.125-2.547-2.985-3.094-5.047-3.22-1.469-.093-2.25.079-3.235.735-1.03.688-1.53 1.735-1.53 3.188.015 2.125.827 3.125 3.827 4.61 1.938.952 3.594 1.733 3.719 1.733.188 0 4.203 2 5.25 2.626 4.875 2.859 6.86 5.796 7.375 10.859.375 3.812-.703 7.297-3.047 9.766"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none"><path fill="#42B883" d="M75.4 28.7 50 73.3 24.6 28.7h11.3L50 51.1l14.1-22.4z"/><path fill="#35495E" d="M50 73.3 75.4 28.7H89L50 95.1 11 28.7h13.6z"/></svg>
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
# example.com — full directory
|
|
2
|
-
|
|
3
|
-
Generated: 2026-06-22T16:19:40.464Z
|
|
4
|
-
Records: 8
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## Coolify
|
|
9
|
-
|
|
10
|
-
Open-source, self-hostable Heroku / Netlify / Vercel alternative — deploy apps and databases from a single dashboard.
|
|
11
|
-
|
|
12
|
-
- **URL**: https://example.com/coolify
|
|
13
|
-
- **Repository**: https://github.com/coollabsio/coolify
|
|
14
|
-
- **Stack**: SvelteKit
|
|
15
|
-
- **Platforms**: linux, self-host
|
|
16
|
-
- **Category**: DevOps
|
|
17
|
-
- **Tags**: self-host, paas, deployment, svelte
|
|
18
|
-
- **Stars**: 0
|
|
19
|
-
- **Last commit**: —
|
|
20
|
-
|
|
21
|
-
**Best for:**
|
|
22
|
-
- Self-hosted PaaS
|
|
23
|
-
- VPS deployments
|
|
24
|
-
- Docker-based stacks
|
|
25
|
-
|
|
26
|
-
**Why listed:**
|
|
27
|
-
- One-click app + DB deploys
|
|
28
|
-
- Active dev
|
|
29
|
-
- Clear upgrade path from manual Docker
|
|
30
|
-
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
## Gitea
|
|
34
|
-
|
|
35
|
-
Lightweight, self-hosted Git service — painless, single-binary, low-resource alternative to GitHub.
|
|
36
|
-
|
|
37
|
-
- **URL**: https://example.com/gitea
|
|
38
|
-
- **Repository**: https://github.com/go-gitea/gitea
|
|
39
|
-
- **Stack**: Go
|
|
40
|
-
- **Platforms**: linux, self-host, docker
|
|
41
|
-
- **Category**: DevOps
|
|
42
|
-
- **Tags**: git, forge, self-host, go
|
|
43
|
-
- **Stars**: 0
|
|
44
|
-
- **Last commit**: —
|
|
45
|
-
|
|
46
|
-
**Best for:**
|
|
47
|
-
- Self-hosted Git hosting
|
|
48
|
-
- Lightweight CI/CD integration
|
|
49
|
-
- Internal team forges
|
|
50
|
-
|
|
51
|
-
**Why listed:**
|
|
52
|
-
- Single binary, easy install
|
|
53
|
-
- Mature, stable releases
|
|
54
|
-
- Active community
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## Hoppscotch
|
|
59
|
-
|
|
60
|
-
Open-source API development ecosystem — design, test, and debug APIs faster from a single interface.
|
|
61
|
-
|
|
62
|
-
- **URL**: https://example.com/hoppscotch
|
|
63
|
-
- **Repository**: https://github.com/hoppscotch/hoppscotch
|
|
64
|
-
- **Stack**: Vue
|
|
65
|
-
- **Platforms**: web, desktop, self-host
|
|
66
|
-
- **Category**: Web
|
|
67
|
-
- **Tags**: api, testing, developer-tools, vue
|
|
68
|
-
- **Stars**: 0
|
|
69
|
-
- **Last commit**: —
|
|
70
|
-
|
|
71
|
-
**Best for:**
|
|
72
|
-
- API exploration
|
|
73
|
-
- REST/GraphQL/WebSocket testing
|
|
74
|
-
- Self-hosted team workflows
|
|
75
|
-
|
|
76
|
-
**Why listed:**
|
|
77
|
-
- Lightweight, fast UI
|
|
78
|
-
- PWA + desktop builds
|
|
79
|
-
- Open-source Postman/Insomnia alternative
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
## InvenTree
|
|
84
|
-
|
|
85
|
-
Open-source inventory management system with parts, stock, and purchase orders.
|
|
86
|
-
|
|
87
|
-
- **URL**: https://example.com/inventree
|
|
88
|
-
- **Repository**: https://github.com/inventree/InvenTree
|
|
89
|
-
- **Stack**: Flutter
|
|
90
|
-
- **Platforms**: ios, android, web
|
|
91
|
-
- **Category**: Mobile
|
|
92
|
-
- **Tags**: inventory, stock, mobile, dart, flutter
|
|
93
|
-
- **Stars**: 0
|
|
94
|
-
- **Last commit**: —
|
|
95
|
-
|
|
96
|
-
**Best for:**
|
|
97
|
-
- Inventory tracking
|
|
98
|
-
- Manufacturing
|
|
99
|
-
- Hardware projects
|
|
100
|
-
|
|
101
|
-
**Why listed:**
|
|
102
|
-
- Production-grade mobile + web stack
|
|
103
|
-
- Strong community
|
|
104
|
-
- Cleanly factored Dart codebase
|
|
105
|
-
|
|
106
|
-
---
|
|
107
|
-
|
|
108
|
-
## Label Studio
|
|
109
|
-
|
|
110
|
-
Open-source data labeling platform — annotate images, text, audio, video, and time series for ML training.
|
|
111
|
-
|
|
112
|
-
- **URL**: https://example.com/label-studio
|
|
113
|
-
- **Repository**: https://github.com/HumanSignal/label-studio
|
|
114
|
-
- **Stack**: Python
|
|
115
|
-
- **Platforms**: web, self-host
|
|
116
|
-
- **Category**: AI/ML
|
|
117
|
-
- **Tags**: labeling, ml-ops, annotation, python
|
|
118
|
-
- **Stars**: 0
|
|
119
|
-
- **Last commit**: —
|
|
120
|
-
|
|
121
|
-
**Best for:**
|
|
122
|
-
- ML dataset labeling
|
|
123
|
-
- Multi-modal annotation
|
|
124
|
-
- Active learning pipelines
|
|
125
|
-
|
|
126
|
-
**Why listed:**
|
|
127
|
-
- Mature, production-grade
|
|
128
|
-
- Strong ML backend
|
|
129
|
-
- Active commercial + community backing
|
|
130
|
-
|
|
131
|
-
---
|
|
132
|
-
|
|
133
|
-
## Logseq
|
|
134
|
-
|
|
135
|
-
Privacy-first, open-source knowledge base that works on top of plain text Markdown and Org-mode files.
|
|
136
|
-
|
|
137
|
-
- **URL**: https://example.com/logseq
|
|
138
|
-
- **Repository**: https://github.com/logseq/logseq
|
|
139
|
-
- **Stack**: ClojureScript
|
|
140
|
-
- **Platforms**: web, desktop
|
|
141
|
-
- **Category**: Web
|
|
142
|
-
- **Tags**: notes, knowledge-base, productivity, clojure
|
|
143
|
-
- **Stars**: 0
|
|
144
|
-
- **Last commit**: —
|
|
145
|
-
|
|
146
|
-
**Best for:**
|
|
147
|
-
- PKM (personal knowledge management)
|
|
148
|
-
- Local-first note taking
|
|
149
|
-
- Graph-based outliner
|
|
150
|
-
|
|
151
|
-
**Why listed:**
|
|
152
|
-
- Local-first with sync
|
|
153
|
-
- Active community
|
|
154
|
-
- Strong plugin ecosystem
|
|
155
|
-
|
|
156
|
-
---
|
|
157
|
-
|
|
158
|
-
## PrivateGPT
|
|
159
|
-
|
|
160
|
-
Interact privately with your documents using LLMs — 100% private, no data leaves your execution environment.
|
|
161
|
-
|
|
162
|
-
- **URL**: https://example.com/private-gpt
|
|
163
|
-
- **Repository**: https://github.com/zylon-ai/private-gpt
|
|
164
|
-
- **Stack**: Python
|
|
165
|
-
- **Platforms**: linux, macos, self-host
|
|
166
|
-
- **Category**: AI/ML
|
|
167
|
-
- **Tags**: llm, rag, privacy, python
|
|
168
|
-
- **Stars**: 0
|
|
169
|
-
- **Last commit**: —
|
|
170
|
-
|
|
171
|
-
**Best for:**
|
|
172
|
-
- Private document Q&A
|
|
173
|
-
- Local LLM experimentation
|
|
174
|
-
- Enterprise privacy use cases
|
|
175
|
-
|
|
176
|
-
**Why listed:**
|
|
177
|
-
- Strict no-network mode
|
|
178
|
-
- Pluggable LLM providers
|
|
179
|
-
- Clean ingestion pipeline
|
|
180
|
-
|
|
181
|
-
---
|
|
182
|
-
|
|
183
|
-
## Wakapi
|
|
184
|
-
|
|
185
|
-
Open-source time tracker for developers — coding stats, language breakdowns, and project-level metrics.
|
|
186
|
-
|
|
187
|
-
- **URL**: https://example.com/wakapi
|
|
188
|
-
- **Repository**: https://github.com/muety/wakapi
|
|
189
|
-
- **Stack**: Kotlin
|
|
190
|
-
- **Platforms**: android
|
|
191
|
-
- **Category**: Mobile
|
|
192
|
-
- **Tags**: time-tracking, analytics, mobile, kotlin
|
|
193
|
-
- **Stars**: 0
|
|
194
|
-
- **Last commit**: —
|
|
195
|
-
|
|
196
|
-
**Best for:**
|
|
197
|
-
- Personal coding stats
|
|
198
|
-
- WakaTime alternative
|
|
199
|
-
- Privacy-first telemetry
|
|
200
|
-
|
|
201
|
-
**Why listed:**
|
|
202
|
-
- Self-host friendly
|
|
203
|
-
- Companion mobile app
|
|
204
|
-
- Clean MVVM architecture
|
|
205
|
-
|
|
206
|
-
---
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
# Grove Directory
|
|
2
|
-
|
|
3
|
-
Grove Directory is a curated, health-aware developer directory powered by
|
|
4
|
-
the Grove framework. Every entry is real, runnable, and actively
|
|
5
|
-
maintained — not an SDK, not a template, not a toy demo.
|
|
6
|
-
|
|
7
|
-
The directory is built from plain YAML files in the consumer's
|
|
8
|
-
repository. The build pipeline renders a static Astro site. No
|
|
9
|
-
database, no JavaScript framework, no CDN with sticky sessions.
|
|
10
|
-
|
|
11
|
-
## Main URLs
|
|
12
|
-
|
|
13
|
-
- Home: https://example.com/
|
|
14
|
-
- Browse: https://example.com/projects
|
|
15
|
-
- About: https://example.com/about
|
|
16
|
-
- Contributors: https://example.com/contributors
|
|
17
|
-
- Submit a record: https://example.com/submit
|
|
18
|
-
|
|
19
|
-
## Filter views (one URL = one curated lens)
|
|
20
|
-
|
|
21
|
-
- Trending: https://example.com/projects?label=hot
|
|
22
|
-
- Recently added: https://example.com/projects?label=new
|
|
23
|
-
- Established (mature): https://example.com/projects?label=mature
|
|
24
|
-
- Featured: https://example.com/projects?label=featured
|
|
25
|
-
- Good to learn: https://example.com/projects?lens=good-to-learn
|
|
26
|
-
- Production-like: https://example.com/projects?lens=production-like
|
|
27
|
-
- Beginner-friendly: https://example.com/projects?lens=beginner-friendly
|
|
28
|
-
- Contribution-ready: https://example.com/projects?lens=contribution-ready
|
|
29
|
-
|
|
30
|
-
## Browse axes
|
|
31
|
-
|
|
32
|
-
- By stack: https://example.com/projects (use the `stack` query param)
|
|
33
|
-
- By category: https://example.com/projects (use the `category` query param)
|
|
34
|
-
- By platform: https://example.com/projects (use the `platform` query param)
|
|
35
|
-
- By license: https://example.com/projects (use the `license` query param)
|
|
36
|
-
- By health: https://example.com/projects (use the `status` query param)
|
|
37
|
-
|
|
38
|
-
## What the directory contains
|
|
39
|
-
|
|
40
|
-
- Real, runnable open-source records (projects, resources, entities)
|
|
41
|
-
- Stack, language, and architecture at a glance
|
|
42
|
-
- Activity, health signals, and maturity tiers
|
|
43
|
-
- License, stars, and contribution readiness
|
|
44
|
-
- Curated notes: best for, why listed, caveats
|
|
45
|
-
- Filters by stack, platform, license, and status
|
|
46
|
-
|
|
47
|
-
## Data layout (for AI agents that want to ingest the catalog)
|
|
48
|
-
|
|
49
|
-
- `data/records/*.yml` — human-edited source of truth (one file per record)
|
|
50
|
-
- `data/taxonomy/categories.yml` — 16 categories (Productivity, Finance, …)
|
|
51
|
-
- `data/taxonomy/stacks.yml` — 6 stacks (Flutter, React Native, …)
|
|
52
|
-
- `data/taxonomy/platforms.yml` — 7 platforms (iOS, Android, …)
|
|
53
|
-
- `data/taxonomy/distribution-channels.yml` — 11 distribution channels
|
|
54
|
-
- `data/generated/records.full.json` — full record projection
|
|
55
|
-
- `data/generated/records.index.json` — slim list-page projection
|
|
56
|
-
- `data/generated/site-config.json` — blueprint + site metadata
|
|
57
|
-
|
|
58
|
-
For per-record markdown (one section per record with description, repo,
|
|
59
|
-
stack, platforms, stars, last-commit), see `/llms-full.txt`.
|
|
60
|
-
|
|
61
|
-
## Blueprint system
|
|
62
|
-
|
|
63
|
-
Grove supports three blueprints out of the box:
|
|
64
|
-
|
|
65
|
-
- `project-directory` (default) — `kind: project` records under
|
|
66
|
-
`/projects/<slug>`. Use this for code-reference showcases.
|
|
67
|
-
- `resource-hub` — `kind: resource` records (datasets, libraries,
|
|
68
|
-
tools) under `/resources/<slug>`.
|
|
69
|
-
- `ecosystem-map` — `kind: entity` records (companies, foundations,
|
|
70
|
-
people) under `/entities/<slug>`.
|
|
71
|
-
|
|
72
|
-
The blueprint is selected in `grove.config.ts` and propagates through
|
|
73
|
-
to every page, route, and component — no per-blueprint forks needed.
|
|
74
|
-
|
|
75
|
-
## How the build runs
|
|
76
|
-
|
|
77
|
-
```
|
|
78
|
-
pnpm run build:data # yml → JSON (grove generate)
|
|
79
|
-
pnpm run build:sitemap # emit public/sitemap.xml (grove sitemap)
|
|
80
|
-
pnpm run build:llms # emit public/llms-full.txt (committed llms.txt is preserved)
|
|
81
|
-
astro build # render the static site
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
## Contributing
|
|
85
|
-
|
|
86
|
-
Open a PR against `data/records/<slug>.yml`. The build pipeline will
|
|
87
|
-
fail if your record doesn't validate against the blueprint schema.
|
|
88
|
-
Read `grove.config.ts` and the `data/taxonomy/` files for the
|
|
89
|
-
available fields and enum values.
|
|
90
|
-
|
|
91
|
-
## License
|
|
92
|
-
|
|
93
|
-
MIT — the directory content, schema, and source code are all
|
|
94
|
-
permissively licensed. The data is yours to fork, mirror, or
|
|
95
|
-
republish; attribution to the original author is appreciated but not
|
|
96
|
-
required.
|
|
97
|
-
|
|
98
|
-
## Contact
|
|
99
|
-
|
|
100
|
-
Issues: open a ticket on the consumer repository's issue tracker.
|
|
101
|
-
Pull requests: see `CONTRIBUTING.md` for the workflow.
|
|
102
|
-
|
|
103
|
-
## LLM-specific guidance
|
|
104
|
-
|
|
105
|
-
- Per-record markdown: `/llms-full.txt` (generated, ~2,000 lines for
|
|
106
|
-
~150 records).
|
|
107
|
-
- Sitemap: `/sitemap.xml` (lists every record's detail URL).
|
|
108
|
-
- robots.txt: explicitly allows GPTBot, ChatGPT-User, ClaudeBot,
|
|
109
|
-
Claude-Web, anthropic-ai, PerplexityBot, Google-Extended,
|
|
110
|
-
Applebot-Extended, cohere-ai, CCBot, Amazonbot.
|
|
111
|
-
- Schema: each detail page emits a `SoftwareSourceCode` (or
|
|
112
|
-
`Dataset` / `Organization`) JSON-LD block for AI crawlers.
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" width="1200" height="630">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
-
<stop offset="0%" stop-color="#0a0a0c"/>
|
|
5
|
-
<stop offset="100%" stop-color="#18181b"/>
|
|
6
|
-
</linearGradient>
|
|
7
|
-
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="0">
|
|
8
|
-
<stop offset="0%" stop-color="#1f6feb"/>
|
|
9
|
-
<stop offset="100%" stop-color="#6ee7b7"/>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
<radialGradient id="glow1" cx="0.15" cy="0.2" r="0.5">
|
|
12
|
-
<stop offset="0%" stop-color="#1f6feb" stop-opacity="0.25"/>
|
|
13
|
-
<stop offset="100%" stop-color="#1f6feb" stop-opacity="0"/>
|
|
14
|
-
</radialGradient>
|
|
15
|
-
<radialGradient id="glow2" cx="0.85" cy="0.9" r="0.5">
|
|
16
|
-
<stop offset="0%" stop-color="#fb923c" stop-opacity="0.18"/>
|
|
17
|
-
<stop offset="100%" stop-color="#fb923c" stop-opacity="0"/>
|
|
18
|
-
</radialGradient>
|
|
19
|
-
</defs>
|
|
20
|
-
<rect width="1200" height="630" fill="url(#bg)"/>
|
|
21
|
-
<rect width="1200" height="630" fill="url(#glow1)"/>
|
|
22
|
-
<rect width="1200" height="630" fill="url(#glow2)"/>
|
|
23
|
-
<g transform="translate(96,96)">
|
|
24
|
-
<rect width="48" height="48" rx="9" fill="#fafafa"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g transform="translate(96,260)">
|
|
27
|
-
<text x="0" y="0" font-family="ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" font-size="84" font-weight="700" fill="#fafafa" letter-spacing="-2.5">
|
|
28
|
-
Open Curated
|
|
29
|
-
</text>
|
|
30
|
-
<text x="0" y="84" font-family="ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" font-size="32" font-weight="400" fill="#a1a1aa">
|
|
31
|
-
A directory of real open-source projects
|
|
32
|
-
</text>
|
|
33
|
-
<text x="0" y="132" font-family="ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif" font-size="32" font-weight="400" fill="#a1a1aa">
|
|
34
|
-
you can run, study, and contribute to.
|
|
35
|
-
</text>
|
|
36
|
-
</g>
|
|
37
|
-
<g transform="translate(96,520)">
|
|
38
|
-
<rect x="0" y="0" width="200" height="56" rx="10" fill="none" stroke="#3f3f46" stroke-width="1.5"/>
|
|
39
|
-
<text x="100" y="36" text-anchor="middle" font-family="ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace" font-size="22" font-weight="500" fill="#d4d4d8">
|
|
40
|
-
open-curated.dev
|
|
41
|
-
</text>
|
|
42
|
-
</g>
|
|
43
|
-
<g transform="translate(820,520)">
|
|
44
|
-
<text x="0" y="36" font-family="ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace" font-size="22" font-weight="500" fill="url(#accent)">
|
|
45
|
-
79 apps · 4.3k stars
|
|
46
|
-
</text>
|
|
47
|
-
</g>
|
|
48
|
-
</svg>
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# robots.txt for open-curated.dev
|
|
2
|
-
#
|
|
3
|
-
# Search engines, AI crawlers, and link preview bots are all welcome.
|
|
4
|
-
# The directory is intended to be fully indexable.
|
|
5
|
-
#
|
|
6
|
-
# The /submit path is a thin wrapper that POSTs to GitHub Issues —
|
|
7
|
-
# it carries no indexable content of its own, so we disallow it here
|
|
8
|
-
# (the page also serves `noindex,nofollow` as a belt-and-suspenders).
|
|
9
|
-
|
|
10
|
-
User-agent: *
|
|
11
|
-
Allow: /
|
|
12
|
-
Disallow: /submit
|
|
13
|
-
|
|
14
|
-
# LLM/AI crawlers — explicitly welcome. The curated per-app metadata
|
|
15
|
-
# is the primary audience for the /llms.txt and /llms-full.txt files.
|
|
16
|
-
User-agent: GPTBot
|
|
17
|
-
Allow: /
|
|
18
|
-
|
|
19
|
-
User-agent: ChatGPT-User
|
|
20
|
-
Allow: /
|
|
21
|
-
|
|
22
|
-
User-agent: ClaudeBot
|
|
23
|
-
Allow: /
|
|
24
|
-
|
|
25
|
-
User-agent: Claude-Web
|
|
26
|
-
Allow: /
|
|
27
|
-
|
|
28
|
-
User-agent: anthropic-ai
|
|
29
|
-
Allow: /
|
|
30
|
-
|
|
31
|
-
User-agent: PerplexityBot
|
|
32
|
-
Allow: /
|
|
33
|
-
|
|
34
|
-
User-agent: Google-Extended
|
|
35
|
-
Allow: /
|
|
36
|
-
|
|
37
|
-
User-agent: Applebot-Extended
|
|
38
|
-
Allow: /
|
|
39
|
-
|
|
40
|
-
User-agent: cohere-ai
|
|
41
|
-
Allow: /
|
|
42
|
-
|
|
43
|
-
User-agent: CCBot
|
|
44
|
-
Allow: /
|
|
45
|
-
|
|
46
|
-
User-agent: Amazonbot
|
|
47
|
-
Allow: /
|
|
48
|
-
|
|
49
|
-
# Sitemaps
|
|
50
|
-
Sitemap: https://example.com/sitemap.xml
|
|
51
|
-
|
|
52
|
-
# LLM context
|
|
53
|
-
LLM-Content: https://example.com/llms.txt
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
-
<url>
|
|
4
|
-
<loc>https://example.com/</loc>
|
|
5
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
6
|
-
<changefreq>daily</changefreq>
|
|
7
|
-
<priority>1.0</priority>
|
|
8
|
-
</url>
|
|
9
|
-
<url>
|
|
10
|
-
<loc>https://example.com/projects</loc>
|
|
11
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
12
|
-
<changefreq>daily</changefreq>
|
|
13
|
-
<priority>0.9</priority>
|
|
14
|
-
</url>
|
|
15
|
-
<url>
|
|
16
|
-
<loc>https://example.com/projects/coolify</loc>
|
|
17
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
18
|
-
<changefreq>weekly</changefreq>
|
|
19
|
-
<priority>0.7</priority>
|
|
20
|
-
</url>
|
|
21
|
-
<url>
|
|
22
|
-
<loc>https://example.com/projects/gitea</loc>
|
|
23
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
24
|
-
<changefreq>weekly</changefreq>
|
|
25
|
-
<priority>0.7</priority>
|
|
26
|
-
</url>
|
|
27
|
-
<url>
|
|
28
|
-
<loc>https://example.com/projects/hoppscotch</loc>
|
|
29
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
30
|
-
<changefreq>weekly</changefreq>
|
|
31
|
-
<priority>0.7</priority>
|
|
32
|
-
</url>
|
|
33
|
-
<url>
|
|
34
|
-
<loc>https://example.com/projects/inventree</loc>
|
|
35
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
36
|
-
<changefreq>weekly</changefreq>
|
|
37
|
-
<priority>0.7</priority>
|
|
38
|
-
</url>
|
|
39
|
-
<url>
|
|
40
|
-
<loc>https://example.com/projects/label-studio</loc>
|
|
41
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
42
|
-
<changefreq>weekly</changefreq>
|
|
43
|
-
<priority>0.7</priority>
|
|
44
|
-
</url>
|
|
45
|
-
<url>
|
|
46
|
-
<loc>https://example.com/projects/logseq</loc>
|
|
47
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
48
|
-
<changefreq>weekly</changefreq>
|
|
49
|
-
<priority>0.7</priority>
|
|
50
|
-
</url>
|
|
51
|
-
<url>
|
|
52
|
-
<loc>https://example.com/projects/private-gpt</loc>
|
|
53
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
54
|
-
<changefreq>weekly</changefreq>
|
|
55
|
-
<priority>0.7</priority>
|
|
56
|
-
</url>
|
|
57
|
-
<url>
|
|
58
|
-
<loc>https://example.com/projects/wakapi</loc>
|
|
59
|
-
<lastmod>2026-06-22T16:19:39.853Z</lastmod>
|
|
60
|
-
<changefreq>weekly</changefreq>
|
|
61
|
-
<priority>0.7</priority>
|
|
62
|
-
</url>
|
|
63
|
-
</urlset>
|