-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclaims.ts
56 lines (56 loc) · 967 Bytes
/
claims.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/**
* First line will be bigger and bold, rest will be smaller and gray
*/
export const CLAIMS = [
`
Program in Plain English
A revolutionary [4th generation language](https://github.com/webgptorg/promptbook/discussions/180) that transforms
natural language specifications into functional applications. Write what you want, get what you need.
`,
`
It's time for a paradigm shift!
Future of software is in plain English ✨
`,
/**/
`
Write **Books** not code
We believe that the future of software is in plain English.
`,
/**/
/**/
`
Write **Books** not code
Shift from ifs, loops, and variables to stories, personas and knowledge.
`,
/**/
/*/
`
Xxxx
Xxxx
`,
/**/
/*/
`
Xxxx
Xxxx
`,
/**/
/*/
`
Xxxx
Xxxx
`,
/**/
/*/
`
Xxxx
Xxxx
`,
/**/
/*/
`
Xxxx
Xxxx
`,
/*/
];