forked from Kodular/kodular.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreator.html
More file actions
339 lines (329 loc) · 18.2 KB
/
creator.html
File metadata and controls
339 lines (329 loc) · 18.2 KB
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
---
layout: default
title: Creator | Kodular
---
<div id="carousel-1z" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="lazy view" style="background-image: url('/assets/images/cbackground.png'); background-repeat: no-repeat; background-size: cover;">
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
<div class="text-center white-text mx-5 wow fadeIn">
<h1 class="mb-4">
<strong>Convert your ideas into apps with Kodular Creator!</strong>
</h1>
<p>
<strong>The best online drag-and-drop app creator without coding, and for free!</strong>
</p>
<a class="btn btn-lg btn-rounded deep-purple accent-4 text-uppercase" target="_blank" href="https://creator.kodular.io">
<i class="fa fa-rocket left"></i> Get Started
</a>
<a class="btn btn-lg btn-rounded btn-outline-deep-purple accent-4 waves-effect text-uppercase" style="background-color: #FFFFFF;" href="#features">
<i class="fa fa-plus left"></i> More Features
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
#carbonads{max-width:400px;}.carbon-img{float:left;}
</style>
<main>
<div class="container">
<section class="mt-5 wow fadeIn">
<h3 class="h3 text-center mb-5">About Kodular Creator</h3>
<div class="row wow fadeIn">
<div class="col-lg-6 col-md-12 px-4">
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-code fa-2x pink-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">No Coding!</h5>
<p class="grey-text">Thanks to Kodular Creator, you can create any app without writing a single line of code.
Just drag n' drop a few components, join some blocks and voila! You have just created your awesome app. </p>
</div>
</div>
<div style="height:30px"></div>
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-cloud fa-2x pink-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">Cloud Based</h5>
<p class="grey-text">Kodular Creator is hosted on Google Cloud Platform. This means that your projects are safely
stored on the servers, so you won't have to worry about downloading them and making backups.
</p>
</div>
</div>
<div style="height:30px"></div>
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-paint-brush fa-2x pink-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">Material Design</h5>
<p class="grey-text">Our Creator has integrated official Material Design, providing a clean, user-friendly and intuitive U.I.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12" style="text-align:center;">
<div class="row text-center" style="display:inline-block;">
<div class="col-md-12">
<script src="//cdn.carbonads.com/carbon.js?serve=CK7DL2Q7&placement=wwwkodulario" id="_carbonads_js" async type="text/javascript"></script>
</div>
</div>
<p class="h5 text-center mb-4">Watch our 2 minute "Quick Start" tutorial</p>
<div class="embed-responsive embed-responsive-16by9 hoverable">
<iframe class="lazy embed-responsive-item" src="https://www.youtube.com/embed/iK-J6U12NQc" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<hr class="my-5">
<section>
<div id="gallery" class="my-5 carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#gallery" data-slide-to="0" class="active"></li>
<li data-target="#gallery" data-slide-to="1"></li>
<li data-target="#gallery" data-slide-to="2"></li>
<li data-target="#gallery" data-slide-to="3"></li>
<li data-target="#gallery" data-slide-to="4"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img class="lazy d-block w-100" src="/assets/images/screenshot1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="lazy d-block w-100" src="/assets/images/screenshot2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="lazy d-block w-100" src="/assets/images/screenshot3.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="lazy d-block w-100" src="/assets/images/screenshot4.png" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="lazy d-block w-100" src="/assets/images/screenshot5.png" alt="Fifth slide">
</div>
</div>
<a class="carousel-control-prev" href="#gallery" role="button" data-slide="prev">
<span class="fa fa-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#gallery" role="button" data-slide="next">
<span class="fa fa-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<hr class="my-5">
<section id="features">
<h2 class="my-5 h3 text-center">Not good enough?</h2>
<div class="row features-small mb-5 mt-3 wow fadeIn">
<div class="col-md-4">
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">100% of Uptime</h6>
<p class="grey-text">We have a powerful server infrastructure which provides you a seamless 24/7 service, with an uptime of 100%.</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Live Testing</h6>
<p class="grey-text">Use our <a href="https://play.google.com/store/apps/details?id=io.makeroid.companion" target="_blank">Companion</a> to see changes in real-time directly on your device.
</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Material Design</h6>
<p class="grey-text">All apps made in Kodular will have Material Design, providing a fancy intefrace for users.
</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Fully compatible</h6>
<p class="grey-text">We support all Android phones and tablets ranging from Android 4.4 KitKat! There are no restrictions.</p>
<div style="height:15px"></div>
</div>
</div>
</div>
<div class="col-md-4 center-on-small-only flex-center">
<iframe class="lazy" src="https://appetize.io/embed/vhwk0j5hz3r2yzpxnn6xfc7g5r?device=nexus5&scale=75&autoplay=false&orientation=portrait&deviceColor=black" width="300px" height="597px" frameborder="0" scrolling="no">Your browser doesn't support iFrames</iframe>
</div>
<div class="col-md-4 mt-2">
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Incredibly Simple</h6>
<p class="grey-text">Use our Block based code system to "program" your app. Just join blocks and your app will be ready!
</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">175+ Components</h6>
<p class="grey-text">We have more than 185 unique components which will add different features to your app.
</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Monetization Options</h6>
<p class="grey-text">We have several components which will allow you to benefit from your apps, such as Ads or In-App Purchases.</p>
<div style="height:15px"></div>
</div>
</div>
<div class="row">
<div class="col-2">
<i class="fa fa-check-circle fa-2x pink-text"></i>
</div>
<div class="col-10">
<h6 class="feature-title">Much more</h6>
<p class="grey-text">We are open to any suggestions. Just post it on our community and we'll let you know if it's possible ;)</p>
<div style="height:15px"></div>
</div>
</div>
</div>
</div>
</section>
<hr class="mb-5">
<section>
<h2 class="my-5 h3 text-center">...and even more</h2>
<div class="row features-small mt-5 wow fadeIn">
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-globe fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2 pl-3">
<h5 class="feature-title font-bold mb-1">Multiple Language</h5>
<p class="grey-text mt-2">We support a total of 18 languages in our Builder. You can translate more at our <a href="https://translate.kodular.io" target="_blank">Translation Center</a>
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-bell-o fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">Push Notifications</h5>
<p class="grey-text mt-2">We also provide a Push Notification component powered by <a href="https://onesignal.com" target="_blank">OneSignal</a>
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-shopping-cart fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">In-App Purchases</h5>
<p class="grey-text mt-2">We've integrated the native In-App Purchases from Google Play Store as a component, allowing you to sell products in your app.
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-dollar fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">Ad Components</h5>
<p class="grey-text mt-2">Several types of Ad components are available for you to monetize your apps! AdMob, Amazon, Facebook, ...; and more coming!
</p>
</div>
</div>
</div>
</div>
<div class="row features-small mt-4 wow fadeIn">
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-cubes fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">Share Projects & Screens</h5>
<p class="grey-text mt-2">You can download and import any app project or screen using the .aia and .ais file formats.</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-envelope fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">Several Login Options</h5>
<p class="grey-text mt-2">If Google is blocked in your country, don't worry! Kodular provides other social logins and an email/password system.
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-wrench fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">Frequent Updates</h5>
<p class="grey-text mt-2">We release updates very often with bug fixes, or sometimes we make sneakpeeks for big updates with upcoming features.</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6">
<div class="row">
<div class="col-2">
<i class="fa fa-university fa-2x mb-1 deep-purple-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2">
<h5 class="feature-title font-bold mb-1">FREE. Forever</h5>
<p class="grey-text mt-2">We decided that Kodular was going to be FREE forever, without any premium plan or compulsory fees for usage.</p>
</div>
</div>
</div>
</div>
</section>
<hr class="mb-5">
<section>
<h2 class="my-5 h3 text-center">How has the Creator been made?</h2>
<div class="row features-small mt-5 wow fadeIn">
<div class="col-lg-12 flex-center">
<img class="lazy" style="max-width:100%; width:500px; height:auto;" src="/assets/images/creator-stats.png">
</div>
</div>
</section>
</div>
</main>