-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
295 lines (291 loc) · 13.7 KB
/
index.html
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
---
layout: default
class: page-home
title: "Cradle - Back End Builder System"
description: "Cradle is a feature rich, modern admin builder. Build apps faster. Developer friendly. Open Source."
---
<section class="section section-1">
<h2>All the Back End You'll Ever Need</h2>
<p>Cradle is a feature rich, modern admin builder. Build apps faster. Developer friendly. Open Source.</p>
<div class="sample">
<a class="btn btn-primary" href="/docs/1.1.-Installation.html">Get Started</a>
<img src="/images/showntell.png" />
</div>
</section>
<section class="section section-2">
<h2>A little bit more than a CMS</h2>
<p>Define your back end anyway you like. Design your front end anyway you like.</p>
<div class="row">
<div class="col-sm">
<div class="icon">
<i class="fas fa-building"></i>
</div>
<h3>Company ERP</h3>
<p>HR, Accounting, File Repositories, Procurement, Task & Production Planning, Event & Time Management</p>
</div>
<div class="col-sm">
<div class="icon">
<i class="fas fa-shopping-cart"></i>
</div>
<h3>Ecommerce Backends</h3>
<p>Product Management, Customer Management, Order Management, Logistics Systems</p>
</div>
<div class="col-sm">
<div class="icon">
<i class="fas fa-laptop"></i>
</div>
<h3>Application Backends</h3>
<p>Web, Mobile & Desktop Apps like news, wikis, blogs, calendars, jobs, games, it really can be anything.</p>
</div>
</div>
</section>
<section class="section section-3">
<h2>Features</h2>
<p>We compiled a list of feature requirements based on over 10 years of backend system development.</p>
<div class="row right">
<div class="col-text-1 col-sm-5">
<a href="/images/full-7.png" target="_blank">
<img src="/images/preview-7.png" />
</a>
</div>
<div class="col-text-2 col-sm-7">
<h3>Objects and Relations</h3>
<p>Most, if not all, applications deal with objects and relations to other objects. If you can't find an out of box solution for what you want to build, ususally these things need to be custom developed. The time it takes to develop depends on how many objects and relations you have. It's really this gray area without proper planning can fail. At its core, Cradle provides a way to create, manage and dynamically generate an admin for all of your objects and relations.</p>
</div>
</div>
<div class="row left">
<div class="col-text-1 col-sm-7">
<h3>Fields as a Playground</h3>
<p>Create fields on the fly, make mistakes and change fields, re-order fields; Skies are the limits! Clone objects to make creating objects even faster. Relate objects in one-to-zero, one-to-one, one-to-many and many-to-many. You can even relate external tables not defined in our system. </p>
</div>
<div class="col-text-2 col-sm-5">
<a href="/images/full-8.png" target="_blank">
<img src="/images/preview-8.png" />
</a>
</div>
</div>
<div class="row right">
<div class="col-text-1 col-sm-5">
<a href="/images/full-6.png" target="_blank">
<img src="/images/preview-6.png" />
</a>
</div>
<div class="col-text-2 col-sm-7">
<h3>Validations and Output Formats</h3>
<p>On top of form submissions, we need to also consider field validation and final output formats. Cradle supports any kind of validation (required, empty, less, greater, regexp, etc.) and output formats (capital, lower, date, relative, link, email, image, formulas, etc.). Activate searchable, filter and sortable features per field and it will be dynamically rendered in your admin.</p>
</div>
</div>
<div class="row left">
<div class="col-text-1 col-sm-7">
<h3>Database Translations</h3>
<p>We compared against many popular CMS libraries to determine a proper database structure and concluded that none fit what we wanted in terms of raw flexibility. Our fields translates into proper SQL-3NF and ElasticSearch schemas without any fuss. You can create, update, sort fields even after creating an object. Just turn on Redis to take advantage of data caching and RabbitMQ to take advantage of queues.</p>
</div>
<div class="col-text-2 col-sm-5">
<a href="/images/full-10.png" target="_blank">
<img src="/images/preview-10.png" />
</a>
</div>
</div>
<div class="row right">
<div class="col-text-1 col-sm-5">
<a href="/images/full-3.png" target="_blank">
<img src="/images/preview-3.png" />
</a>
</div>
<div class="col-text-2 col-sm-7">
<h3>Dynamic Search Pages</h3>
<p>Developers usually miss out on some of the basic features of a general search because it is just so tedius to build out all the time. Cradle takes care of these for you. Featuring search queries, dynamic filters, relations, bulk actions, importing and exporting. Define searchable, filterable and sortable fields in your schema and watch the search page match your specifications.</p>
</div>
</div>
<div class="row left">
<div class="col-text-1 col-sm-7">
<h3>Dynamic Forms</h3>
<p>Developing form submissions is a very tedius process starting from creating the front end form and validating fields to creating or updating into the database, provide a success message and redirect to another page. With Cradle, no more! Forms are dynamically created, validated and processed based on your defined objects and relations.</p>
</div>
<div class="col-text-2 col-sm-5">
<a href="/images/full-4.png" target="_blank">
<img src="/images/preview-4.png" />
</a>
</div>
</div>
<div class="row right">
<div class="col-text-1 col-sm-5">
<a href="/images/full-5.png" target="_blank">
<img src="/images/preview-5.png" />
</a>
</div>
<div class="col-text-2 col-sm-7">
<h3>Relational Actions and Filters</h3>
<p>Easy navigation to object relations and do futher filters, bulk actions, importing and exporting. Create objects and have it automatically linked to its parent. Link existing objects together easily.</p>
</div>
</div>
<div class="row left">
<div class="col-text-1 col-sm-7">
<h3>Menu Builder</h3>
<p>Create menu items on the fly. Create menu groups and drag items and groups in any order you want. Choose any icon from the FontAwesome 5 library or none at all. Use any link you want, even not in the system. Menu items automatically will show on relative active pages and show counts on schema search menu items.</p>
</div>
<div class="col-text-2 col-sm-5">
<a href="/images/full-2.png" target="_blank">
<img src="/images/preview-2.png" />
</a>
</div>
</div>
<div class="row right">
<div class="col-text-1 col-sm-5">
<a href="/images/full-1.png" target="_blank">
<img src="/images/preview-1.png" />
</a>
</div>
<div class="col-text-2 col-sm-7">
<h3>Lots of Fields</h3>
<p>Supporting all HTML5 fields, mask, WYSIWYG, Markdown, Code Editors, Date Fields, Range Sliders, Switches, Dials & Knobs, Files & Images Tag and Meta fields. All fields accept an arbitrary amount of HTML attributes incase you want to add a placeholder or number min-max for example. You can also free add your own custom fields, use any JavaScript and CSS. Anything you like.</p>
</div>
</div>
<div class="row left">
<div class="col-text-1 col-sm-7">
<h3>Fully Templated</h3>
<p>We considered all UI elements in our admin to be flexible and usable anywhere including the front end. Built on top of jQuery, Bootstrap 4, and Font Awesome 5 and Handlebars to reduce the learning curve and for easier manipulation.</p>
</div>
<div class="col-text-2 col-sm-5">
<a href="/images/full-9.png" target="_blank">
<img src="/images/preview-9.png" />
</a>
</div>
</div>
</section>
<section class="container section section-4">
<h2>Our Technology Stack</h2>
<p>Carefully chosen agnostic technologies that can be used with any major server stack.</p>
<div class="banner">
<a href="http://php.net/archive/2018.php#id2018-03-02-1" target="_blank">
<img src="/images/php.png" />
</a>
<a href="https://dev.mysql.com/doc/relnotes/mysql/5.7/en/" target="_blank">
<img src="/images/mysql.png" />
</a>
<a href="https://www.elastic.co/" target="_blank">
<img src="/images/elastic.png" />
</a>
<a href="https://redis.io/" target="_blank">
<img src="/images/redis.png" />
</a>
<a href="https://www.rabbitmq.com/" target="_blank">
<img src="/images/rabbit.png" />
</a>
<a href="https://cradlephp.github.io/" target="_blank">
<img src="/images/logo-square.png" />
</a>
<a href="https://getbootstrap.com/" target="_blank">
<img src="/images/bootstrap.png" />
</a>
<a href="https://jquery.com/" target="_blank">
<img src="/images/jquery.png" />
</a>
<a href="https://fontawesome.com/" target="_blank">
<img src="/images/fontawesome.png" />
</a>
<a href="https://yarnpkg.com/en/" target="_blank">
<img src="/images/yarn.png" />
</a>
<a href="https://handlebarsjs.com/" target="_blank">
<img src="/images/handlebars.png" />
</a>
<a href="https://github.com/" target="_blank">
<img src="/images/github.png" />
</a>
<a href="https://travis-ci.org/" target="_blank">
<img src="/images/travis.png" />
</a>
<a href="https://codeception.com/" target="_blank">
<img src="/images/codecept.png" />
</a>
<a href="https://coveralls.io/" target="_blank">
<img src="/images/coveralls.png" />
</a>
<a href="https://www.docker.com/" target="_blank">
<img src="/images/docker.png" />
</a>
<a href="https://aws.amazon.com/s3/" target="_blank">
<img src="/images/s3.png" />
</a>
</div>
<h4>Thanks to these Open Source Projects</h4>
<div class="row">
<div class="col-sm">
<ul>
<li>
<a href="https://ace.c9.io" target="_blank">
Ace Editor <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://simplemde.com/" target="_blank">
Simplemde <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="http://momentjs.com/" target="_blank">
Moment.js <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://flatpickr.js.org/" target="_blank">
Flatpickr <i class="fas fa-external-link-alt"></i>
</a>
</li>
</ul>
</div>
<div class="col-sm">
<ul>
<li>
<a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html" target="_blank">
Ion <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://codeseven.github.io/toastr/" target="_blank">
Toastr <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://www.papaparse.com/" target="_blank">
Papa Parse <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://github.com/cblanquera/doon" target="_blank">
Doon <i class="fas fa-external-link-alt"></i>
</a>
</li>
</ul>
</div>
<div class="col-sm">
<ul>
<li>
<a href="http://wysihtml.com/" target="_blank">
WYSIHTML <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="https://github.com/cblanquera/acquire" target="_blank">
Acquire <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
Storm <i class="fas fa-external-link-alt"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
Ace Editor <i class="fas fa-external-link-alt"></i>
</a>
</li>
</ul>
</div>
</div>
</section>
<section class="section section-5">
<h2>Um, what are you waiting for?</h2>
<center><a class="btn btn-primary" href="/docs/1.1.-Installation.html">Getting Started</a></center>
</section>