Skip to content

Commit 3255676

Browse files
authored
Merge pull request #546 from janhq/jan-539-restructure-docs
docs: Add About, Events, Blog
2 parents b617445 + 102f140 commit 3255676

File tree

10 files changed

+139
-21
lines changed

10 files changed

+139
-21
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Hello World
3+
description: This is my first post on Docusaurus.
4+
slug: hello-world
5+
authors:
6+
- name: Daniel
7+
tags: [hello, jan]
8+
image: https://i.imgur.com/mErPwqL.png
9+
hide_table_of_contents: false
10+
---
11+
12+
Hello World!

docs/blog/authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dan-jan:
2+
name: Daniel Onggunhao
3+
title: Co-Founder
4+
url: https://github.com/dan-jan
5+
image_url: https://avatars.githubusercontent.com/u/101145494?v=4
6+

docs/docs/about/about.md

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,80 @@
22
title: About Jan
33
---
44

5-
- Mission, Vision, etc
6-
- COSS Model
5+
Jan is a Personal AI that you can customize, that runs privately on your own computer.
6+
7+
We envision a future where our lives are improved by helpful and practical AI assistants, that we continuously customize to meet our needs.
8+
9+
## Why does Jan Exist?
10+
11+
### Our Mission
12+
13+
To enable high-productivity individuals to use AI to scale themselves.
14+
15+
### Our Ideal Customer
16+
17+
Our ideal customer is an AI Enthusiast who wants to experiment with solving problems using AI, and is ok with experimental software.
18+
19+
- Semi-technical (i.e. can code simple Javascript/Python scripts), i.e. not able to build the whole thing themselves
20+
- Will file bugs
21+
- [Plus] Wants to share their solution with others
22+
23+
Our goal in 2023 is to find 500 of these ideal customers.
24+
25+
### Problem Statement
26+
27+
Our ideal customer has clear ideas for how to solve his/her problems using AI, but has not done so because:
28+
29+
- Lack full skillset across UI, Backend and MLOps to build their own custom Personal AI
30+
- Doesn't have 10 hours/week to build and maintain a Personal AI
31+
- Uncomfortable with giving personal info to ChatGPT
32+
33+
### Our Solution
34+
35+
Jan is a Personal AI that you can customize, and runs privately on your own computer.
36+
37+
- Tinker and customize in <10 lines of code
38+
- Pre-built plugins (e.g. RAG, Langchain, LlamaIndex)
39+
- Mobile support (including helpful widgets)
40+
41+
Jan has a very modular architecture that allows you to swap out or customize components, without having to rebuild everything.
42+
43+
## How Jan Works
44+
45+
### Open Source
46+
47+
Jan is a startup with an open source business model. We believe in the need for an open source AI ecosystem, and are committed to building it.
48+
49+
- [Jan: a Personal AI](https://github.com/janhq/jan) (AGPLv3)
50+
- [Nitro: run Local AI](https://github.com/janhq/nitro) (AGPLv3)
51+
52+
### Build in Public
53+
54+
We use Github to build in public, and welcome anyone to join in.
55+
56+
- [Jan's Kanban](https://github.com/orgs/janhq/projects/5)
57+
- [Jan's Roadmap](https://github.com/orgs/janhq/projects/5/views/2)
58+
59+
### Bootstrapped
60+
61+
Jan is currently a bootstrapped startup. We balance technical invention with the search for a sustainable business model.
62+
63+
We appreciate any business that can balance growth with cashflow/profitability.
64+
65+
### Remote Team
66+
67+
Jan has a fully-remote team. We are mainly based in the Asia timezone. We use [Github](https://github.com/janhq) and [Discord](https://discord.gg/af6SaTdzpx) to work.
68+
69+
## Contact
70+
71+
### General Enquiries
72+
73+
Drop us a message in our [Discord](https://discord.gg/af6SaTdzpx) and we'll get back to you.
74+
75+
- `#general`: for general discussion
76+
- `#jan-dev`: for Jan-related questions
77+
- `#nitro-dev`: for Nitro-related questions
78+
79+
### Careers
80+
81+
Jan has a culture of ownership, independent thinking, and lightning fast execution. If you'd like to join us, we have open positions on our [careers page](https://janai.bamboohr.com/careers).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Nov 23: Nvidia GenAI Day"
3+
description: Nvidia's LLM Day
4+
---
5+
6+
![](../../static/img/nvidia-llm-day-header.png)
7+
8+
## Nvidia GenAI Innovation Day
9+
10+
Jan will be at Nvidia's GenAI Innovation Day in Nov '23, focusing on Enterprise use-cases of LLMs.
11+
12+
### Location
13+
14+
- JW Marriott Hanoi Hotel
15+
- 8:30am November 8th 2023
16+
- Registration: [https://gmcgroup.com.vn/nvidia-genai-event/](https://gmcgroup.com.vn/nvidia-genai-event/)
17+
18+
### Programme
19+
20+
![](../../static/img/nvidia-llm-day.png)
21+

docs/docs/handbook/handbook.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ title: Company Handbook
33
slug: /handbook
44
---
55

6-
7-
## Remote Work

docs/docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ const config = {
7373
filename: "sitemap.xml",
7474
},
7575
// Will be passed to @docusaurus/plugin-content-blog (false to disable)
76-
blog: false,
76+
blog: {
77+
blogSidebarTitle: "All Posts",
78+
blogSidebarCount: "ALL",
79+
},
7780
// Will be passed to @docusaurus/theme-classic.
7881
theme: {
7982
customCss: require.resolve("./src/styles/main.scss"),
@@ -131,6 +134,11 @@ const config = {
131134
label: "Developers",
132135
},
133136
// Navbar right
137+
{
138+
to: "blog",
139+
label: "Blog",
140+
position: "right",
141+
},
134142
{
135143
type: "docSidebar",
136144
sidebarId: "aboutSidebar",

docs/sidebars.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ const sidebars = {
105105
collapsible: true,
106106
collapsed: true,
107107
items: [
108+
"events/nvidia-llm-day-nov-23",
108109
{
109110
type: "doc",
110-
label: "Ho Chi Minh City (Oct 2023)",
111+
label: "Oct 23: HCMC Hacker House",
111112
id: "events/hcmc-oct23",
112113
},
113114
],
@@ -117,7 +118,7 @@ const sidebars = {
117118
label: "Company Handbook",
118119
collapsible: true,
119120
collapsed: true,
120-
link: { type: "doc", id: "handbook/handbook" },
121+
// link: { type: "doc", id: "handbook/handbook" },
121122
items: [
122123
{
123124
type: "doc",

docs/src/pages/index.js

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ export default function Home() {
7070
<span className="font-bold uppercase text-blue-600">
7171
Event
7272
</span>
73-
<a href="/events/hcmc-oct23">
73+
<a href="/events/nvidia-llm-day-nov-23">
7474
<p className="font-bold">
75-
24-28 Oct: Jan's AI Hacker House (Ho Chi Minh City)
75+
8 Nov 2023: Nvidia LLM Day (Hanoi)
7676
</p>
7777
</a>
7878
</div>
@@ -81,19 +81,16 @@ export default function Home() {
8181
Personal AI
8282
</h1>
8383
<p className="text-xl leading-relaxed lg:text-2xl lg:leading-relaxed text-gray-500 dark:text-gray-400">
84-
{/* Run Large Language Models locally on&nbsp;
85-
<span className="dark:text-white text-black">Mac</span>
86-
,&nbsp;
87-
<span className="dark:text-white text-black">Windows</span>
88-
&nbsp;or&nbsp;
89-
<span className="dark:text-white text-black">Linux</span>. */}
9084
Jan is a powerful&nbsp;
91-
<span className="dark:text-white text-black">Personal AI</span>
92-
&nbsp;built to run locally on your machine,
93-
<br/>
94-
with a rich&nbsp;
95-
<span className="dark:text-white text-black">app</span>&nbsp;and&nbsp;
96-
<span className="dark:text-white text-black">plugin ecosystem</span>.
85+
<span className="dark:text-white text-black">
86+
Personal AI
87+
</span>
88+
&nbsp;built to run locally on your computer,
89+
<br />
90+
inifinitely customizable via&nbsp;
91+
<span className="dark:text-white text-black">apps</span>
92+
&nbsp;and&nbsp;
93+
<span className="dark:text-white text-black">plugins</span>.
9794
</p>
9895

9996
<div className="my-6 flex flex-col-reverse md:flex-row items-center justify-center gap-4 relative z-20">
894 KB
Loading

docs/static/img/nvidia-llm-day.png

1.33 MB
Loading

0 commit comments

Comments
 (0)