Page Inspect
Internal Links
5
External Links
49
Images
117
Headings
10
Page Content
Title:Clear Blue Design - From Napkin Sketch to Launch
Description:We take software product ideas from napkin sketch to launch
HTML Size:164 KB
Markdown Size:9 KB
Fetched At:November 14, 2025
Page Structure
h2Want to Work with Us?
h2We Make Software
h2That People Love
h2Our Process
h2Our Services
h2Our Work
h2Our Team
h2Default Stack
h2Writing & Press
h2Get in Touch
Markdown Content
Clear Blue Design - From Napkin Sketch to Launch
## Want to Work with Us?
Text or Call Us
(225) 892 2474
Email Us
hello@clearbluedesign.com
## We Make Software
## That People Love
We take software product ideas from napkin sketch to launch.
Schedule a Call
Idea!
Napkin
Sketch
User Experience
Design
System Designs
Build
void onActionFieldClosed(final bool val) {
if (val) {
setState(() {
if (\_actionController.text.isEmpty) {
actionText \= "•••••••••";
}
});
}
setState
(
(
)
{
\_actionController.
clear
(
)
;
appBarKey.
currentState
?
.
goToNewPosition
(
)
;
}
)
;
setState(() {
\_actionController.clear();
appBarKey.currentState?.goToNewPosition();
});
}
Launch
Check out our new ✨**Project Cost Estimator**✨ tool!
## Our Process
Keep it
simple &
beautiful
## Our Services
1
Concept Development
2
Frontend Design
3
Backend Design
4
Build
5
Product Maintenance
Product Improvement
Consultation (2 hours FREE)
Get expert advice on turning your idea into reality.
Schedule a Call
Learn More & Estimate Your Project
## Our Work
Entertainment
Government
Healthcare
Management
Manufacturing
Marketplaces
Process Automation
Productivity
Social
Ever Better
PRODUCTIVITY
Just Pods
ENTERTAINMENT
Ochsner Lafayette
HEALTHCARE
BOH Solutions
MANUFACTURING
Freebird
SOCIAL
Printing Source
MARKETPLACE
entréeGO
MARKETPLACE
Idle
MARKETPLACE
Olive
HEALTHCARE
Team Time
PRODUCTIVITY
PointHealthTech
HEALTHCARE
MD Connect
HEALTHCARE
MLB RPM
EVENT MANAGEMENT
MLB RMIS
RISK MANAGEMENT
M17
HEALTHCARE
Redbaton
GOVERNMENT
Pathfinder (Baton Rouge Area Chamber)
SOCIAL
Solutient
PROCESS AUTOMATION
## Our Team
Chris
•
CEO
Petr
•
Toolsmith
Ama
•
Developer
Snezhana
•
Developer
Alexandra
•
Designer
Work with Us
## Default Stack
Flutter
Mobile
Cross-Platform
Angular
Responsive Web
.NET
Backend
Identity Server OIDC
Security
Microsoft Azure
Hosting
Microsoft SQL Server
Database
ChatGPT API
AI/Machine Learning
## Writing & Press
Apr 7, 2025
It’s Baton Rouge: Out to Lunch
We love to divide things into categories of two. Tall or short. Hot or cold. Liberal or conservative. And then there’s creative, or not.That one’s simply not true. Everyone has something they want to see come to life. Everyone has a vision of something they’d love to create that doesn’t exist… yet.
Dec 20, 2024
Here’s what Capital Region tech pros say will be trending in 2025
If 2024 was the year of AI, what does that make 2025?This year marked a number of tech milestones in the Capital Region. LSU became the first Louisiana institution to join the global AI Alliance network. Local app developers released an array of problem-solving software. The Nexus Louisiana Tech Park had a full house of local tech tenants.
Oct 2, 2024
Business Report
This locally developed app helps track your habits
Chris Dykes • Oct 25, 2024
Ever Better — The Origin
It goes back 18 years. I had read a couple of Benjamin Franklin biographies and was fascinated by his daily progress tracking. His was a self-proclaimed “Plan for Moral Perfection” and was tracked daily in “a chart with columns” (a primitive spreadsheet).
The Spreadsheet EraI started my first goal/habit tracking spreadsheet in 2006, but focused more on the specific actions that I wanted to perform rather than a list of virtues like Franklin.
Petr Filipchyk • Jun 4, 2022
Exporting Full Elasticsearch Index as a JSON File
Because Elasticsearch Dev Tools and standard Elasticsearch search API limit the number of records to 10,000, the simplest way to export all of the index data as JSON file is to use the elasticsearch-dump tool: https://github.com/elasticsearch-dump/elasticsearch-dump. Underneath, it’s probably using either PIT (point-in-time) or scroll API, though why bother with those when someone created a great tool that does it all.
Petr Filipchyk • Sep 16, 2021
Free Azure FTPS Server with 1GB of Space
While we don’t often need an FTP server these days, when you need one, you need one. Azure Cloud is our default cloud provider for all of our projects, though we also occasionally use AWS and Google Cloud. Naturally, these were the first few places we checked, hoping they’d have a low-cost (if not free) managed FTP service. Of the three, only AWS has one out of the box — AWS Transfer Family. Sadly, it adds up to about $40/month to run (or thereabout). Not too bad, but feels too much just for a place to drop a few files once in a while.
Petr Filipchyk • Sep 7, 2021
AppStore Connect Permissions to Publish Apps
After embarrassing struggles of back-and-forth with our clients about what permissions they need to grant us to publish to the Apple AppStore, we decided to write it all down. Obviously, the simplest and probably generally preferred set up (at least for our one-app clients) is to add us in the “Admin” role on AppStore Connect. This allows the user to fully and independently configure the app in AppStore Connect as well as on the Developer Portal (ids, certificates, etc.).
Ben Hawkins • May 26, 2021
AppStore CoFlutter Pagination Classnnect Permissions to Publish Apps
Requirements for handling data are often very similar across screens. Pagination is often needed, as well as reloading/refreshing (not the same!), and knowing the various data states such as if there are any more pages, etc.While it may not be very difficult to implement these features individually, the repetition becomes hard to ignore.
Ben Hawkins • Apr 24, 2021
**How-to: Simple Angular Debounce using RxJS**
Debouncing is the practice of limiting the rate at which a function fires until after some cooling period. For example, many applications optimize the UX of their search features by presenting items as the user types. This usually involves debouncing the search function in order to avoid unnecessarily calling the server after every keystroke.
Petr Filipchyk • Mar 20, 2021
**Make “Headless” Raspberry Pi VNC Open in 1080p**
So, you’ve installed Raspberry Pi on your first board, figured out its IP address, enabled SSH, enabled VNC, connected to it “headless” from your computer. That’s exactly what I did following this wonderful tutorial from guys at Atomic Object. And…you see this:
Mar 3, 2021
**Product Hunt Newsletter**
Our TeamTime app is featured in the top ten on Product Hunt.
Petr Filipchyk • Oct 26, 2020
**Yet Another Time Tracker, for Basecamp, but Done Right**
We’ve tried pretty much every possible time tracking solution that claims to integrate with Basecamp. You can see lots of them here: Basecamp 3 Integrations.
Ben Hawkins • Jul 10, 2020
**Creating Widgets with Builder Functions in Flutter**
What is a builder function? 🤔
A builder is a Flutter design pattern in which the construction code of a widget is defined outside of its class. Builder functions are callback interfaces that pass data (often layout-specific) to the parent widget which returns a child based on that data.
Apr 4, 2019
**LSU Lecture: Stripe Payments in an Ionic App**
Implementation of in-app payments using Stripe and Firebase inside an Ionic 4 app.
Aug 7, 2018
**Nexus Louisiana**
Baton Rouge Entrepreneurs Behind Growing App for Peer-to-Peer Rentals of Idle Stuff
Jan 19, 2017
**225 Magazine**
Chris Dykes Imagines a Future Full of Ideas: TEDxLSU 2017 speaker interview
Dec 19, 2016
**The Advocate**
Few days remain for $940,000 left in available East Baton Rouge warrant recall refunds
Nov 22, 2016
**WAFB**
Citizens go online to collect $1M in refunded traffic fees (redbaton.org)
Chris Dykes • Nov 18, 2016
**How I Learned to Stop Worrying and Love the Cloud**
Can we all agree that the word “cloud” is just about the worst possible choice for instilling confidence in where you are being asked to store your data? The scientific definition represents a collection of minute particles that lacks real substance and is ephemeral in nature. Other uses of the word have been in reference to something that is threatening and ominous (“cloud of suspicion”, etc.). Simply terrible word choice!
Nov 7, 2016
**TEDxLSU 2017 - Chain Reaction**
Our CEO, Chris Dykes, is announced as one of the TEDxLSU 2017 speakers
Petr Filipchyk • Jun 22, 2016
**Using ReportViewer in Local Processing Mode in Azure Web Sites/Apps**
Microsoft ReportViewer (WebForms) doesn’t work out-of-the-box in Local Processing Mode (RDLC) in a .NET web app/api deployed to Azure Web Sites/Apps. This sad fact is also confirmed by one of the recent, official Azure blogs.
However, there’s a way to make it work, and here is a summary of steps to do it:
Nov 25, 2015
**Business Report**
Baton Rouge entrepreneur launches new app allowing users to share, cultivate ideas for community improvements
Show More (17)
Show More (12)
Show More (7)
Show More (2)
If you need an NDA, feel free to use ours.
If you already have one, we’re happy to review it.
Read Our NDA
## Get in Touch
Schedule a Call
Text or Call Us
(225) 892 2474
Email Us
hello@clearbluedesign.com
Visit Us
7117 Florida Blvd
Baton Rouge, LA 70806
Follow Us