'; var_dump(require 'mail/config.php'); echo ''; $form_message = ''; $form_error = ''; if ($_SERVER["REQUEST_METHOD"] == "POST") { require_once 'db/config.php'; require_once 'mail/MailService.php'; $name = filter_input(INPUT_POST, 'name', FILTER_SANITIZE_STRING); $email = filter_input(INPUT_POST, 'email', FILTER_SANITIZE_EMAIL); $message = filter_input(INPUT_POST, 'message', FILTER_SANITIZE_STRING); if (empty($name) || empty($email) || empty($message) || !filter_var($email, FILTER_VALIDATE_EMAIL)) { $form_error = "Please fill out all fields with valid information."; } else { try { $pdo = db(); $stmt = $pdo->prepare("INSERT INTO leads (name, email, message) VALUES (?, ?, ?)"); $stmt->execute([$name, $email, $message]); $mailResult = MailService::sendContactMessage($name, $email, $message); if ($mailResult['success']) { $form_message = "Thank you for your message! We will get back to you shortly."; } else { $form_error = "Sorry, there was an error sending your message. Please try again later."; // Optionally log the detailed error: error_log($mailResult['error']); } } catch (PDOException $e) { $form_error = "Sorry, there was a database error. Please try again later."; // Optionally log the detailed error: error_log($e->getMessage()); } } } ?> Nimbus - Streamline Your Success

Streamline Your Success.

Nimbus is the all-in-one platform to automate workflows, manage projects, and scale your business.

Get Started Free Watch Demo
Abstract blue and white digital art representing cloud data streams.
TRUSTED BY LEADING COMPANIES WORLDWIDE
A clean and modern dashboard UI for the Nimbus application.

Everything you need, nothing you don't.

Focus on what matters with our core features.

Automated Workflows

Set up triggers and actions to automate repetitive tasks and save countless hours.

Project Management

Visualize your progress with kanban boards, task lists, and team assignments.

Team Collaboration

Communicate seamlessly with integrated chat, file sharing, and real-time updates.

Loved by teams everywhere

A portrait of a satisfied Nimbus customer.

"Nimbus transformed how we manage projects. We're more organized and efficient than ever before."

Alex Johnson
CEO, Innovate Inc.
A portrait of a satisfied Nimbus customer.

"The automation features are a game-changer. We've saved at least 10 hours per week."

Samantha Bee
Marketing Director, Creative Co.
A portrait of a satisfied Nimbus customer.

"The user interface is so intuitive. My team was able to get started with minimal training."

David Chen
Head of Operations, Logistics Pro

Find the right plan for you

Basic
$29 / month
  • Up to 5 users
  • Core Features
  • 10GB Storage
  • Community Support
Choose Plan
Most Popular
Pro
$79 / month
  • Up to 25 users
  • Advanced Features
  • 100GB Storage
  • Priority Support
Choose Plan
Enterprise
Custom
  • Unlimited users
  • Dedicated Infrastructure
  • Unlimited Storage
  • 24/7 Dedicated Support
Contact Us

Frequently Asked Questions

Yes, we offer a 14-day free trial on our Pro plan. No credit card required.

Absolutely. You can upgrade, downgrade, or cancel your plan at any time from your account settings.

We accept all major credit cards, including Visa, Mastercard, and American Express. For Enterprise plans, we also support invoicing.

Data security is our top priority. We use industry-standard encryption and security practices to keep your data safe.

Ready to Grow?

Fill out the form below and a member of our team will get back to you shortly.

This is for testing purposes only — Flatlogic does not guarantee usage of the mail server. Please set up your own SMTP in .env (MAIL_/SMTP_ vars).
Please enter your name.
Please enter a valid email address.
Please enter a message.