diff --git a/docs/docs/about/about.md b/docs/docs/about/about.md index b12b5a3ab..655a6abf3 100644 --- a/docs/docs/about/about.md +++ b/docs/docs/about/about.md @@ -15,7 +15,7 @@ keywords: ] --- -Jan is a [local-first](https://www.inkandswitch.com/local-first/) productivity tool to [create, customize and use AI](https://www.gatesnotes.com/AI-agents) for everyday tasks. +Jan is a [open-source](https://en.wikipedia.org/wiki/Open_source), [local-first](https://www.inkandswitch.com/local-first/) productivity tool to [create, customize and use AI](https://www.gatesnotes.com/AI-agents). You can: - Run locally using [open-source LLMs](https://huggingface.co/models?pipeline_tag=text-generation) or connect to cloud AIs like [ChatGPT](https://openai.com/blog/openai-api) or [Google](https://ai.google.dev/) @@ -29,12 +29,20 @@ Longer-term, Jan is building a cognitive framework for future robots. We envisio ## Why do we exist -At Jan, our mission is to advance human-machine collaboration. We achieve this through delivering the best AI tools on desktop to allow users to run, customize and tinker with AI. +At Jan, our mission is to advance human-machine collaboration. We achieve this through delivering the best open-source, local-first tools to allow users to run, customize and tinker with AI. ## What's different about it? Jan is +| Mainstream | Jan | +| ------------------------------- | ---------------------------- | +| Closed-source | Open-source | +| Cloud-first | Local-first | +| AI Monopolies owned by Big Tech | Personal AI that you control | +| Monetize your users | Privacy as a human right | +| Consume | Create | + ## How do I get it? ## What license is the code under? @@ -57,17 +65,9 @@ Jan's long-term technical endeavor is to build a cognitive framework for future ## Contact -### General Enquiries - Drop us a message in our [Discord](https://discord.gg/af6SaTdzpx) and we'll get back to you. - `#general`: for general discussion - `#jan-dev`: for Jan-related questions - `#nitro-dev`: for Nitro-related questions -- '#bd-inquiries': for enterprise license queries - -### Careers - -Jan has a culture of ownership, independent thought, and lightning fast execution. If you'd like to join us, we have open positions on our [careers page](https://janai.bamboohr.com/careers). - -## Footnotes +- '#bd-inquiries': for enterprise license queries \ No newline at end of file diff --git a/docs/docs/how-we-work/design/design.md b/docs/docs/how-we-work/design/design.md deleted file mode 100644 index 4ae1de322..000000000 --- a/docs/docs/how-we-work/design/design.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Design ---- \ No newline at end of file diff --git a/docs/docs/how-we-work/product-design/product-design.md b/docs/docs/how-we-work/product-design/product-design.md new file mode 100644 index 000000000..3982eabde --- /dev/null +++ b/docs/docs/how-we-work/product-design/product-design.md @@ -0,0 +1,3 @@ +--- +title: Product & Design +--- \ No newline at end of file diff --git a/docs/docs/team/join-us.md b/docs/docs/team/join-us.md index a0e7a2e3a..84b8c263c 100644 --- a/docs/docs/team/join-us.md +++ b/docs/docs/team/join-us.md @@ -6,3 +6,7 @@ title: Join us [Careers on Bamboo](https://janai.bamboohr.com/careers) + +### Careers + +Jan has a culture of ownership, independent thought, and lightning fast execution. If you'd like to join us, we have open positions on our [careers page](https://janai.bamboohr.com/careers). \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 91c8b9f85..901c25fb1 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -47,7 +47,7 @@ const sidebars = { "how-we-work/engineering/qa", ], }, - "how-we-work/design/design", + "how-we-work/product-design/product-design", { type: "category", label: "Engineering",