Mercurial Hosting > lang
comparison src/private/tools/plan.html @ 80:0ae81150d377 default tip
add business plan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 03 Sep 2025 15:50:10 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
79:d4473741142c | 80:0ae81150d377 |
---|---|
1 <!doctype html> | |
2 <html lang="en"> | |
3 <head> | |
4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 <style> | |
6 @import "/site.css"; | |
7 </style> | |
8 </head> | |
9 <body> | |
10 <div content> | |
11 | |
12 <h1>Business Plan</h1> | |
13 | |
14 <p>The initial goal is user-driven development.</p> | |
15 | |
16 <p>Almost all development will be user-driven. We will not implement features because we think someone will want it. We will implement features because users ask for them.</p> | |
17 | |
18 <p>This requires users which requires marketing. We will not spend money on marketing, we will only use free social media to promote this. In particular, I think Discord would be effective.</p> | |
19 | |
20 <p>We need a way to communicate with users, and I suggest a Discord server. The goal would be to develop a user community to give us feedback.</p> | |
21 | |
22 <p>We do not need a polished product to launch. After all, we are free and all our competitors charge. We can say that we are in "alpha" and that we want people to try us.</p> | |
23 | |
24 <p>Here is what we need to launch:</p> | |
25 <ul> | |
26 <li>You must learn how to make courses</li> | |
27 <li>A domain name</li> | |
28 <li>A decent homepage</li> | |
29 <li>A Discord server</li> | |
30 <li>Remove all links to me</li> | |
31 </ul> | |
32 | |
33 </div> | |
34 </body> | |
35 </html> |