diff --git a/public/favicon.svg b/public/favicon.svg index dfd0bb3..c3bfad0 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,5 +1,4 @@ - - - + + diff --git a/public/llms.txt b/public/llms.txt index c9a2e05..8b17471 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -7,18 +7,18 @@ tightknit.dev is the landing page for tightknit's open source repos. The repo gr ## Featured repos - [block-kitchen](https://github.com/tightknitai/block-kitchen): Compose Slack Block Kit messages with a React-style API. +- [slack-hono](https://github.com/tightknitai/slack-hono): Build Slack apps on Hono. Works on Workers, Bun, Node. - [slack-block-kit-validator](https://github.com/tightknitai/slack-block-kit-validator): Validate Slack Block Kit payloads before you send them. -- [slack-hono](https://github.com/tightknitai/slack-hono): Build Slack apps on Hono — works on Workers, Bun, Node. - [slack-hono-template](https://github.com/tightknitai/slack-hono-template): Starter template for shipping a Slack app with slack-hono on Cloudflare Workers. ## Principles - **Made to be forked.** Every repo is MIT (or compatible). Lift it, mod it, ship it. - **TypeScript first.** Strict mode on, types as docs, end-to-end inference where possible. Runtimes: Node, Bun, Cloudflare Workers. -- **Built in public.** Roadmaps in GitHub issues, releases on a real changelog, maintainers read PRs. +- **From the Tightknit team.** Built by the team behind Tightknit, the #1 community platform on Slack. These are the libraries and patterns we reach for when shipping Slack apps, open sourced for yours. ## Links - [GitHub org (tightknitai)](https://github.com/tightknitai): Source of truth for all open source repos. -- [tightknit.ai](https://tightknit.ai): The company behind these tools — community platform for developer-facing teams. +- [tightknit.ai](https://tightknit.ai): The company behind these tools. The #1 community platform on Slack. - [tightknit.dev source](https://github.com/TightknitAI/tightknit.dev): Source code for this landing page (Astro 5, Tailwind v4, Cloudflare Workers). diff --git a/public/og.svg b/public/og.svg index fdda41e..c9f661f 100644 --- a/public/og.svg +++ b/public/og.svg @@ -27,7 +27,7 @@ - TIGHTKNIT.DEV — OPEN SOURCE + TIGHTKNIT.DEV · OPEN SOURCE diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 45b1d81..be0e05f 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,7 +4,7 @@ const year = new Date().getFullYear(); ---