This repository was archived by the owner on Mar 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (462 loc) · 31.3 KB
/
index.html
File metadata and controls
510 lines (462 loc) · 31.3 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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>No Box Dev - We build web and mobile applications</title>
<meta name="description" content="No Box Dev builds web and mobile applications shaped by psychology and enhanced by AI. We collaborate with founders and teams to build clear, human-centered digital products.">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Header -->
<header class="header" id="header">
<div class="header-bar"></div>
<div class="container">
<div class="header-inner">
<a href="/" class="logo">
<img src="assets/images/logo.svg" alt="No Box Dev" class="logo-img">
</a>
<nav class="nav">
<a href="#services" class="nav-link">Services</a>
<a href="#case-studies" class="nav-link">Case studies</a>
<div class="nav-dropdown">
<span class="nav-link nav-dropdown-toggle">How we work <span class="dropdown-arrow">▼</span></span>
<div class="nav-dropdown-menu">
<a href="#how-we-work" class="nav-dropdown-link">Method</a>
<a href="#ai" class="nav-dropdown-link">Apps & AI</a>
<a href="#psychology" class="nav-dropdown-link">Psychology & AI</a>
</div>
</div>
<a href="#contact" class="btn btn-coral">Contact us</a>
</nav>
<button class="mobile-menu-btn" id="mobile-menu-btn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</header>
<!-- Mobile Navigation -->
<nav class="mobile-nav" id="mobile-nav">
<a href="#services" class="mobile-nav-link">Services</a>
<a href="#case-studies" class="mobile-nav-link">Case studies</a>
<div class="mobile-nav-dropdown">
<span class="mobile-nav-link mobile-dropdown-toggle">How we work <span class="dropdown-arrow">▼</span></span>
<div class="mobile-dropdown-menu">
<a href="#how-we-work" class="mobile-dropdown-link">Method</a>
<a href="#ai" class="mobile-dropdown-link">Apps & AI</a>
<a href="#psychology" class="mobile-dropdown-link">Psychology & AI</a>
</div>
</div>
<a href="#contact" class="btn btn-coral">Contact us</a>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-background">
<img src="assets/images/hero-bg.jpg" alt="" class="hero-bg-image">
<div class="hero-overlay"></div>
</div>
<div class="container">
<div class="hero-content">
<p class="hero-intro">At <span class="highlight">No Box Dev</span>,</p>
<h1 class="hero-title">We build web and mobile applications</h1>
<p class="hero-tagline">
<em>Shaped by psychology,</em><br>
<em>Enhanced by <span class="highlight">AI</span>.</em>
</p>
<a href="#contact" class="btn btn-coral">Contact us now</a>
</div>
</div>
<!-- Decorative elements -->
<div class="hero-decoration hero-decoration-left">
<img src="assets/icons/left.svg" alt="">
</div>
<div class="hero-decoration hero-decoration-right">
<img src="assets/icons/right.svg" alt="">
</div>
</section>
<!-- Services Section -->
<section class="section services" id="services">
<div class="container services-container">
<div class="section-header-row">
<h2 class="section-title">Our Services</h2>
<a href="#contact" class="btn btn-coral">Contact us</a>
</div>
<div class="services-intro">
<p>We design and build digital products that help founders move forward with focus and confidence. With years of experience across technology, entrepreneurship, and product development. We know what it takes to turn an idea into a working, scalable application.</p>
<p>What sets us apart is how we combine technical expertise with psychology. With a psychologist on board, we look beyond screens and features. We focus on how people think, decide, hesitate, and act. We design for motivation, reduce friction, and shape behavior with intention.</p>
<p>This leads to applications that don't just function, but make sense to the people using them. Products that feel intuitive, lower cognitive load, and support real adoption.</p>
<p>Whether you're building an MVP, improving an existing product, or developing an application end to end, we support the full journey from idea to launch: with structure, clarity, and shared ownership throughout.</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<img src="assets/icons/left.svg" alt="App Design">
</div>
<h3 class="service-title">App Design & Prototyping</h3>
<p class="service-description">We design clear, modern interfaces that are easy to use. We create layouts and components that make your product feel natural, strengthen your brand, and help users understand what to do without thinking.</p>
</div>
<div class="service-card">
<div class="service-icon">
<img src="assets/icons/layers.svg" alt="MVP Development">
</div>
<h3 class="service-title">Web & Mobile MVP Development</h3>
<p class="service-description">Launch a functional MVP that's ready for real users. We build fast, scalable web and mobile applications using no-code/low-code technology. The result: quick delivery without compromising on quality.</p>
</div>
<div class="service-card">
<div class="service-icon">
<img src="assets/icons/outside.svg" alt="Full-Stack Development">
</div>
<h3 class="service-title">Full-Stack Development</h3>
<p class="service-description">We build the systems that make the product work. From APIs to databases, workflows and integrations, we create reliable back-end systems that scale as your product grows.</p>
</div>
<div class="service-card">
<div class="service-icon">
<img src="assets/icons/right.svg" alt="AI Integration">
</div>
<h3 class="service-title">AI Integration</h3>
<p class="service-description">We build applications where AI supports the purpose of the product. We combine psychology and AI so that users get what they need to do more easily, making the product smarter without making it complicated.</p>
</div>
</div>
</div>
</section>
<!-- AI Section -->
<section class="section ai-section" id="ai">
<div class="ai-background"></div>
<div class="container">
<div class="ai-header">
<h2 class="ai-main-title"><span class="ai-title-highlight">Applications</span> & AI</h2>
<p class="ai-subtitle">How we have applied AI into applications</p>
</div>
<div class="ai-philosophy">
<div class="ai-philosophy-block">
<h3 class="ai-philosophy-title">Workflow Support, Not Blind Automation</h3>
<p class="ai-philosophy-text">Instead of chatbots everywhere, we design adaptive systems that adjust tone, depth, and guidance based on context. The result is software that feels attentive, not intrusive.</p>
<p class="ai-philosophy-text">Automation without reflection creates risk, which is why we use AI to support workflows rather than replace human judgment entirely. AI drafts, flags, and suggests, while people review, decide, and act, preserving trust, reducing errors, and keeping systems resilient and adaptable over time.</p>
<p class="ai-philosophy-text ai-philosophy-closing">Good AI does not try to impress. It helps users move forward.</p>
</div>
</div>
<div class="ai-grid">
<div class="ai-card">
<h3 class="ai-card-title">Plug & Play AI</h3>
<p class="ai-card-text">Quickly connect your product to proven AI services for immediate impact, enabling text analysis, summarization, classification, and language support via reliable external APIs. Ideal for fast experimentation and early validation without heavy technical overhead.</p>
<span class="ai-card-best">Best for: GPT-style prompts and first AI features</span>
</div>
<div class="ai-card">
<h3 class="ai-card-title">Custom AI Solutions</h3>
<p class="ai-card-text">Design AI functionality tailored to your users and workflows, from guided chat assistants to intelligent search and contextual help. Built around how your users actually think and work, rather than forcing them into generic interactions.</p>
<span class="ai-card-best">Best for: User support, onboarding, complex flows, and guidance</span>
</div>
<div class="ai-card">
<h3 class="ai-card-title">Data-Driven Intelligence</h3>
<p class="ai-card-text">Make AI responses relevant and grounded using your own content and user data. Instead of generic answers, AI reasons based on your documents, rules, policies, or historical cases, ensuring outputs stay aligned with your product and values.</p>
<span class="ai-card-best">Best for: Knowledge-heavy products, legal, HR, and internal tools</span>
</div>
<div class="ai-card">
<h3 class="ai-card-title">Decision and Support Insight</h3>
<p class="ai-card-text">Let AI support human decision-making with structure and clarity by analyzing inputs, highlighting risks, comparing scenarios, and suggesting next steps with transparent reasoning. The final decision remains with the human, supported by better insight.</p>
<span class="ai-card-best">Best for: Admin dashboards, imports/exports, review processes, and assessments</span>
</div>
<div class="ai-card">
<h3 class="ai-card-title">Workflow Automation</h3>
<p class="ai-card-text">Reduce friction by embedding AI into everyday workflows to draft messages, pre-fill forms, summarize cases, and suggest follow-up actions. Speeds up work while keeping humans in control of what is sent, approved, or executed.</p>
<span class="ai-card-best">Best for: Operational teams, support staff, and process-heavy applications</span>
</div>
<div class="ai-card">
<h3 class="ai-card-title">Scalable AI Architecture</h3>
<p class="ai-card-text">Start simple and evolve as your product grows with AI features designed to expand over time, from basic automation to advanced analysis and personalization. Avoids over-engineering early on while keeping the architecture future-ready.</p>
<span class="ai-card-best">Best for: Growing products that want to introduce AI responsibly</span>
</div>
</div>
<div class="ai-cta">
<p class="ai-cta-text">Drop us a line and we can discuss how AI can enhance your ideas.</p>
<a href="#contact" class="btn btn-outline-white">Contact us</a>
</div>
</div>
</section>
<!-- Psychology Section -->
<section class="section psychology-section" id="psychology">
<div class="psychology-background"></div>
<div class="container">
<div class="psychology-header">
<h2 class="psychology-main-title"><span class="psychology-title-highlight">Psychology</span> & AI</h2>
<p class="psychology-subtitle"><em>Why psychology and AI belong together</em></p>
</div>
<div class="psychology-philosophy">
<div class="psychology-philosophy-block">
<p class="psychology-philosophy-text">AI is powerful at processing information. Psychology is powerful at understanding humans. On their own, both are incomplete. Together, they form something usable, trustworthy, and humane.</p>
<p class="psychology-philosophy-text">AI can analyze, predict, generate, and automate at scale. But it does not understand meaning, emotion, motivation, or context in the way humans experience them. Psychology fills that gap.</p>
<p class="psychology-philosophy-text psychology-philosophy-closing">Without psychology, AI optimizes systems. With psychology, AI supports people.</p>
</div>
</div>
<div class="psychology-grid">
<div class="psychology-card">
<h3 class="psychology-card-title">How Psychology Enhances AI</h3>
<p class="psychology-card-text">Psychology gives AI direction and boundaries. It helps decide what is helpful versus overwhelming, when information should be offered or withheld, how choices should be framed, and how feedback impacts confidence. Psychology teaches AI how to behave within human systems.</p>
</div>
<div class="psychology-card">
<h3 class="psychology-card-title">Why AI Needs Psychology to Be Trusted</h3>
<p class="psychology-card-text">Trust is not a technical feature—it is a psychological state. Users trust AI when it feels predictable, explains its reasoning, acknowledges uncertainty, and respects autonomy. Without psychology, AI feels opaque. With psychology embedded, AI becomes transparent and collaborative.</p>
</div>
<div class="psychology-card">
<h3 class="psychology-card-title">How AI Enhances Psychology</h3>
<p class="psychology-card-text">AI allows psychological principles to be applied consistently and at scale. It can detect patterns of hesitation or confusion and respond accordingly. Concepts like cognitive load, choice architecture, and behavioral nudging become measurable and actionable, not abstract.</p>
</div>
<div class="psychology-card">
<h3 class="psychology-card-title">Respecting Human Limitations</h3>
<p class="psychology-card-text">Humans have limited attention, biased decision-making, emotional responses to uncertainty, and different thresholds for complexity. When AI systems are designed with these realities in mind, they become supportive rather than dominating.</p>
</div>
</div>
<div class="psychology-cta">
<p class="psychology-cta-text">Where psychology offers understanding, AI offers amplification.</p>
<a href="#contact" class="btn btn-outline-peach">Let's talk</a>
</div>
</div>
</section>
<!-- Case Studies Section -->
<section class="section case-studies" id="case-studies">
<div class="container">
<div class="section-header">
<h2 class="section-title">Case studies</h2>
</div>
<div class="case-studies-intro">
<p>Working together is a partnership, and choosing the right partner matters. The best way to see if we're the right fit is by looking at the work we've built together with our clients.</p>
<p>Each project shows how we collaborate: hands-on, committed, and closely involved. We take the time to understand the challenge, think alongside you, and stay present throughout the entire process. No layers, no distance, just clear communication and shared responsibility.</p>
<p>The projects below show not only what we deliver, but how we work: structured, transparent, and always in partnership.</p>
<p>If this way of working aligns with how you like to build, we'd be glad to explore what we can create together.</p>
</div>
<div class="case-studies-grid">
<div class="case-study-card" data-coming-soon>
<div class="case-study-image">
<img src="assets/images/playnist-hero.jpg" alt="Playnist app screens">
<span class="case-study-tag tag-community">Community Application</span>
</div>
<div class="case-study-content">
<h3 class="case-study-title">Playnist</h3>
<p class="case-study-description">A social gaming platform where nostalgia meets modern design. We helped Playnist craft an experience that captures the magic of classic arcade culture while delivering smooth, responsive gameplay for today's players.</p>
<div class="case-study-link-wrapper">
<a href="#" class="case-study-link">
View Case Study <span>→</span>
</a>
<div class="coming-soon-overlay">
<span class="coming-soon-btn">Coming soon</span>
</div>
</div>
</div>
</div>
<div class="case-study-card" data-coming-soon>
<div class="case-study-image">
<img src="assets/images/baseline-hero.jpg" alt="Baseline dashboard">
<span class="case-study-tag tag-mobile">Mobile App</span>
</div>
<div class="case-study-content">
<h3 class="case-study-title">Baseline</h3>
<p class="case-study-description">Mental wellness, grounded in science. Baseline needed an app that guides users through moments of calm using evidence-based breathing techniques and mindful reflection exercises.</p>
<div class="case-study-link-wrapper">
<a href="#" class="case-study-link">
View Case Study <span>→</span>
</a>
<div class="coming-soon-overlay">
<span class="coming-soon-btn">Coming soon</span>
</div>
</div>
</div>
</div>
<div class="case-study-card" data-coming-soon>
<div class="case-study-image">
<img src="assets/images/robin-hero.jpg" alt="Read with Robin app">
<span class="case-study-tag tag-givtech">Givtech</span>
</div>
<div class="case-study-content">
<h3 class="case-study-title">Read with Robin</h3>
<p class="case-study-description">Making storytime magical again. An interactive reading app designed to keep children engaged and turn shared reading into quality bonding time.</p>
<div class="case-study-link-wrapper">
<a href="#" class="case-study-link">
View Case Study <span>→</span>
</a>
<div class="coming-soon-overlay">
<span class="coming-soon-btn">Coming soon</span>
</div>
</div>
</div>
</div>
<div class="case-study-card" data-coming-soon>
<div class="case-study-image">
<img src="assets/images/kb-hero.jpg" alt="Klachtenbureau dashboard">
<span class="case-study-tag tag-saas">SAAS Platform</span>
</div>
<div class="case-study-content">
<h3 class="case-study-title">Klachtenbureau</h3>
<p class="case-study-description">Transforming complaint handling into a streamlined process. We built a platform that brings transparency and efficiency to dispute resolution, benefiting both organizations and their customers.</p>
<div class="case-study-link-wrapper">
<a href="#" class="case-study-link">
View Case Study <span>→</span>
</a>
<div class="coming-soon-overlay">
<span class="coming-soon-btn">Coming soon</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Collaboration CTA Section -->
<section class="collaboration-cta">
<div class="container">
<h2 class="collaboration-title">We bring collaboration back</h2>
<p class="collaboration-text">We collaborate with founders and teams to build clear, human-centered digital products.<br>Get in touch to explore working together.</p>
<a href="#contact" class="btn btn-outline-white">Contact us</a>
</div>
</section>
<!-- How We Work Section -->
<section class="section how-we-work" id="how-we-work">
<div class="container">
<div class="section-header">
<span class="section-label">Our Method</span>
<h2 class="section-title">How We Work</h2>
</div>
<div class="steps-list">
<div class="step-item" data-step="1">
<div class="step-header">
<div class="step-number">01</div>
<h3 class="step-title">Understand</h3>
<span class="step-toggle">▼</span>
</div>
<div class="step-content">
<p class="step-description">Every project starts with understanding people before product. We take time to learn what you are building, who it is for, and what behavior the system needs to support. This includes emotional states, decision pressure, hesitation, and trust.</p>
<p class="step-description">We also explore where AI can genuinely support users: drafting, analyzing, guiding, or reducing cognitive load, without over-automating or removing human judgment. This phase sets the psychological and ethical foundation of the product and helps both sides determine whether the collaboration feels right.</p>
</div>
</div>
<div class="step-item" data-step="2">
<div class="step-header">
<div class="step-number">02</div>
<h3 class="step-title">Plan</h3>
<span class="step-toggle">▼</span>
</div>
<div class="step-content">
<p class="step-description">With shared clarity, we define scope, priorities, and timelines. No open-ended builds and no vague promises.</p>
<p class="step-description">At this stage, we translate psychological insight into concrete system decisions: which moments need reassurance, where AI should assist rather than decide, and how complexity is introduced gradually. We agree on what will be built now, what will wait, and where learning and iteration are expected. The result is a focused, realistic plan that balances speed with responsibility.</p>
</div>
</div>
<div class="step-item" data-step="3">
<div class="step-header">
<div class="step-number">03</div>
<h3 class="step-title">Build</h3>
<span class="step-toggle">▼</span>
</div>
<div class="step-content">
<p class="step-description">We build in short, focused cycles with regular check-ins. Design, psychology, AI, and engineering move together, not in silos.</p>
<p class="step-description">AI is implemented as a support layer: drafting, flagging, summarizing, or preparing inputs, while humans remain in control of decisions and outcomes. We continuously review whether the system feels clear, calm, and predictable for users, not just whether it functions technically.</p>
</div>
</div>
<div class="step-item" data-step="4">
<div class="step-header">
<div class="step-number">04</div>
<h3 class="step-title">Track</h3>
<span class="step-toggle">▼</span>
</div>
<div class="step-content">
<p class="step-description">Progress and feedback are transparent throughout the project. You can follow development in your dashboard and respond as the product takes shape.</p>
<p class="step-description">This allows us to adjust quickly based on real insights: where users might hesitate, where explanations need improvement, or where AI output needs clearer boundaries. Tracking is not just about delivery, but about maintaining alignment between intention, behavior, and experience.</p>
</div>
</div>
<div class="step-item" data-step="5">
<div class="step-header">
<div class="step-number">05</div>
<h3 class="step-title">Launch</h3>
<span class="step-toggle">▼</span>
</div>
<div class="step-content">
<p class="step-description">We do not build endlessly, and we do not ship half-finished systems. What we launch is a product that works, is structured, and is ready to be trusted by real users.</p>
<p class="step-description">AI components are explainable, maintainable, and designed to evolve. Psychological principles are embedded into flows, language, and defaults. The result is a product that can be used immediately and extended responsibly over time.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="section contact" id="contact">
<div class="contact-background">
<img src="assets/images/noboxdevcontact.jpg" alt="" class="contact-bg-image">
<div class="contact-overlay"></div>
</div>
<div class="container">
<div class="section-header">
<span class="section-label section-label-light">Get in touch</span>
<h2 class="section-title section-title-light">Let's Build Something Great Together</h2>
</div>
<div class="contact-grid">
<div class="contact-info">
<h3 class="contact-info-title">Let's get in touch</h3>
<p class="contact-info-text">We'd love to hear about your project.<br>Fill out the form and we'll get back to you soon.</p>
<div class="contact-details">
<div class="contact-detail">
<span class="contact-detail-label">Location</span>
<span class="contact-detail-value">Available Worldwide</span>
</div>
<div class="contact-detail">
<span class="contact-detail-label">Response Time</span>
<span class="contact-detail-value">Usually within 24 hours</span>
</div>
</div>
</div>
<form class="contact-form" action="https://formsubmit.co/meme@noboxdev.com" method="POST">
<input type="hidden" name="_subject" value="New contact from NoBoxDev website">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://noboxdev.com">
<input type="text" name="_honey" style="display: none;">
<div class="form-group">
<label class="form-label" for="name">Name</label>
<input type="text" id="name" name="name" class="form-input" placeholder="Your name" required>
</div>
<div class="form-group">
<label class="form-label" for="email">Email</label>
<input type="email" id="email" name="email" class="form-input" placeholder="yourname@email.com" required>
</div>
<div class="form-group">
<label class="form-label" for="message">Tell us about your project</label>
<textarea id="message" name="message" class="form-textarea" placeholder="Describe your project, goals, and timeline..." required></textarea>
</div>
<button type="submit" class="btn btn-coral btn-full">Send Message</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="/" class="footer-logo">
<img src="assets/images/logo-footer.svg" alt="No Box Dev" class="footer-logo-img">
</a>
</div>
<div class="footer-nav">
<h4 class="footer-nav-title">Navigation</h4>
<ul class="footer-nav-list">
<li><a href="#services">Services</a></li>
<li><a href="#case-studies">Case Studies</a></li>
<li><a href="#how-we-work">How we work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="footer-copyright">© 2026 No Box Dev. All rights reserved.</p>
<div class="footer-legal">
<a href="faq.html">FAQ</a>
<a href="terms.html">Terms & Conditions</a>
<a href="privacy.html">Privacy Policy</a>
</div>
</div>
</div>
<!-- Decorative polygon -->
<div class="footer-decoration">
<img src="assets/images/polygon-footer.svg" alt="">
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>