File size: 8,668 Bytes
ed69e22
fbc2419
 
ed69e22
 
 
 
 
 
5723901
 
5a5c6f8
2bda8bd
fbc2419
6e02a0c
2411a73
12ebe49
ed69e22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd116df
ed69e22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd116df
ed69e22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82a11b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed69e22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd116df
fbc2419
2411a73
ed69e22
 
 
 
12ebe49
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>StartupAI β€” Predict Your Startup Success</title>
    <link rel="stylesheet" href="style.css">

    <!-- Firebase -->
    <script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-auth.js"></script>
    

</head>

<body>

    <!-- ===================== NAVBAR ===================== -->
    <header class="topbar">
        <div class="brand">StartupAI</div>

        <nav class="nav">
            <a href="features.html">Features</a>
            <a href="analysis.html">How It Works</a>
        </nav>

        <div class="actions">
            <!-- Login Button -->
            <button id="openGoogle" class="btn ghost">Login with Google</button>

            <!-- User Profile Section -->
            <div id="userSection" class="user-section hidden">
                <img id="userPhoto" class="user-photo" src="" alt="User">
                <div id="userDropdown" class="dropdown hidden">
                    <div id="userName" class="dropdown-name"></div>
                    <div id="userEmail" class="dropdown-email"></div>

                    <a href="my-reports.html">
                        <button class="dropdown-item">My Reports</button>
                    </a>

                    <button id="logoutBtn" class="dropdown-item danger">Logout</button>
                </div>
            </div>
        </div>
    </header>



    <!-- ===================== HERO SECTION ===================== -->
    <main>
        <section class="hero">
            <div class="hero-badge">⚑ AI-Powered Startup Analysis</div>

            <h1 class="hero-title">
                Predict Your Startup's <span>Success</span>
            </h1>

            <p class="hero-sub">
                Get AI-powered insights on market demand, competition, and feasibility. 
                Identify weaknesses and receive actionable recommendations to improve your chances.
            </p>

            <div class="hero-ctas">
                <button class="pill" id="openFast">⚑ Fast Analysis</button>
                <button class="pill" id="openDeep">🎯 Deep Analysis β†’</button>
            </div>
        </section>





        <!-- ===================== FEATURE SECTION ===================== -->
        <section class="features-intro">
            <h2>Everything You Need to Validate Your Idea</h2>
            <p>Our AI analyzes multiple dimensions of your startup to give you a full feasibility report.</p>

            <div class="feature-grid">

                <article class="feature">
                    <div class="icon">🧠</div>
                    <h3>AI-Powered Insights</h3>
                    <p>ML engine compares your idea to thousands of winning patterns.</p>
                </article>

                <article class="feature">
                    <div class="icon">πŸ“ˆ</div>
                    <h3>Market Intelligence</h3>
                    <p>Understand demand, timing, and emerging trends.</p>
                </article>

                <article class="feature">
                    <div class="icon">🎯</div>
                    <h3>Competitive Mapping</h3>
                    <p>Identify strengths and weaknesses against competitors.</p>
                </article>

                <article class="feature">
                    <div class="icon">πŸ“Š</div>
                    <h3>Feasibility Score</h3>
                    <p>Get a score showing how strong your idea is.</p>
                </article>

                <article class="feature">
                    <div class="icon">πŸ›‘οΈ</div>
                    <h3>Risk Assessment</h3>
                    <p>Find potential blockers before they slow you down.</p>
                </article>

                <article class="feature">
                    <div class="icon">πŸ’‘</div>
                    <h3>Actionable Suggestions</h3>
                    <p>Instant improvements to increase your chances of success.</p>
                </article>

            </div>
        </section>





        <!-- ===================== ANALYSIS CHOOSER ===================== -->
        <section id="analysisSection" class="analysis-chooser">
            <h2>Choose Your Analysis Mode</h2>
            <p>Quick or deep β€” choose your preferred evaluation type.</p>

            <div class="cards">
                <!-- Fast -->
                <div class="card" data-mode="fast">
                    <div class="card-icon">⚑</div>
                    <h3>Fast Analysis</h3>
                    <p class="muted">Quick snapshot based on core idea details.</p>

                    <ul>
                        <li>Idea description</li>
                        <li>Target market</li>
                        <li>Problem & solution</li>
                        <li>Industry</li>
                    </ul>

                    <button class="start" data-mode="fast">Start Fast Analysis β†’</button>
                </div>

                <!-- Deep -->
                <div class="card recommended" data-mode="deep">
                    <div class="badge">Recommended</div>
                    <div class="card-icon">🎯</div>
                    <h3>Deep Analysis</h3>
                    <p class="muted">Full-scale report with in-depth business evaluation.</p>

                    <ul>
                        <li>Everything in Fast</li>
                        <li>Business model</li>
                        <li>Competition insights</li>
                        <li>Team evaluation</li>
                        <li>Market timing</li>
                        <li>Go-to-market strategy</li>
                    </ul>

                    <button class="start" data-mode="deep">Start Deep Analysis β†’</button>
                </div>
            </div>
        </section>



        <!-- ===================== HISTORY ===================== -->
        <section class="history-section">
            <h3>Your Recent Analyses</h3>
            <div id="historyList" class="history-list"></div>
        </section>


        <!-- ===================== FEEDBACK ===================== -->
        <section id="feedback" style="display:none; margin-top:40px;">
  <h2>⭐ Feedback</h2>

  <label>Rate the analysis:</label>
  <select id="rating">
    <option value="5">5 - Excellent</option>
    <option value="4">4 - Good</option>
    <option value="3">3 - Average</option>
    <option value="2">2 - Poor</option>
    <option value="1">1 - Bad</option>
  </select>

  <br><br>

  <label>Was this helpful?</label>
  <select id="helpful">
    <option value="Yes">Yes</option>
    <option value="No">No</option>
  </select>

  <br><br>

  <textarea id="comment" placeholder="Any suggestions or improvements?" rows="4"></textarea>

  <br><br>

  <button onclick="submitFeedback()">Submit Feedback</button>

  <p id="feedbackStatus"></p>
</section>


        <!-- ===================== FOOTER ===================== -->
        <footer class="foot">
            Made with ❀️ by team Vibranium β€” AI for founders.
        </footer>
    </main>




    <!-- ===================== MODAL ===================== -->
    <div id="inputModal" class="modal hidden">
        <div class="modal-card">

            <button id="closeModal" class="modal-close">βœ•</button>

            <h2 id="modalTitle">Start Analysis</h2>

            <input id="name" placeholder="Startup name">
            <input id="pitch" placeholder="One-line pitch">

            <textarea id="description"
                      placeholder="Describe the problem, solution & product"
                      rows="4"></textarea>

            <select id="industry">
                <option value="">Industry (optional)</option>
                <option value="Fintech">Fintech</option>
                <option value="SaaS">SaaS</option>
                <option value="Healthcare">Healthcare</option>
                <option value="Education">Education</option>
                <option value="E-commerce">E-commerce</option>
            </select>

            <div style="display:flex; gap:8px">
                <button id="analyzeBtn" class="btn primary">Analyze</button>
                <button id="cancelBtn" class="btn ghost">Cancel</button>
            </div>

            <div id="formStatus" class="muted" style="margin-top:10px"></div>
        </div>
    </div>


    <!-- ===================== JS ===================== -->
    <script src="script.js"></script>

</body>
</html>