PixLab Video Editor Is Live: Edit Videos Online in Your Browser

PixLab Video Editor is now live at video.pixlab.io

enter image description here

If you need a fast online video editor for short-form content, social clips, subtitles, text overlays, and quick exports, PixLab Online Video Editor is built for that workflow. The app runs directly in the browser, keeps the editing experience simple, and gives creators a practical way to open a video, make edits, and export without installing desktop software.

Why We Built PixLab Video Editor

Most people do not want a bloated editing workflow. They want to:

  1. Open a video
  2. Trim, split, and rearrange clips
  3. Add captions or text overlays
  4. Export to a web-friendly format

That is the core problem PixLab Video Editor is solving.

PixLab is designed as a browser video editor for creators publishing to:

  • Instagram Reels
  • Instagram Stories
  • YouTube Shorts
  • TikTok-style vertical videos
  • Product demos
  • Marketing videos
  • Fast social content

What You Can Do in PixLab Video Editor

PixLab already includes the editing features most users need for modern short-form production:

1. Edit Video Online Without Installing Software

PixLab works as an online video editor directly in the browser. You can launch the app here:

Open PixLab Video Editor

This makes it useful for fast edits, lightweight workflows, and teams that want a simple editing environment without a traditional desktop setup.

2. Trim, Split, and Arrange Clips on a Timeline

The editor includes a timeline built for practical editing:

  • clip trimming
  • split at playhead
  • track-based editing
  • markers
  • in/out range selection
  • timeline zoom

For creators editing short videos, that matters more than a complicated interface.

3. Add Captions, Subtitles, and Text Overlays

Captions and text are central to social video. PixLab supports:

  • text overlays
  • styled caption blocks
  • subtitle workflows
  • SRT import and export
  • text animation presets
  • custom font uploads
  • direct on-canvas text positioning

This makes PixLab Video Editor a strong fit for anyone searching for an online subtitle editor or caption editor for short videos.

4. Customize Text for Social Content

Text overlays are not limited to plain title cards. You can create:

  • lower thirds
  • callout banners
  • subtitle cards
  • speech bubble styles
  • bold headline text
  • branded overlays with custom fonts

If your audience watches with sound off, this is one of the most important parts of the product.

5. Export to MP4 or WebM

PixLab supports export for common web workflows, including:

  • MP4 export
  • WebM export
  • range-based export

That makes it suitable for creators looking for an MP4 video editor online or a WebM video editor in the browser.

Built for Modern Short-Form Video Editing

PixLab Video is intentionally focused on the workflows people use every day:

  • edit vertical video fast
  • add subtitles for retention
  • place text on screen for hooks and CTAs
  • make small corrections without a heavyweight editor
  • export content quickly for publishing

For many creators, that is enough to replace a much slower toolchain.

Who PixLab Is For

PixLab Video Editor is a practical fit for:

  • content creators
  • social media managers
  • founders making product clips
  • marketers producing ad creatives
  • agencies editing short-form client videos
  • educators creating captioned explainers

If you need a video editor for Instagram Reels, video editor for YouTube Shorts, or a browser-based subtitle editor, PixLab is aimed directly at that use case.

What Makes PixLab Different

PixLab focuses on the core editing loop instead of trying to do everything at once.

That means:

  • cleaner workflow
  • faster start
  • browser-first editing
  • practical export formats
  • strong text and caption tooling
  • short-form friendly interface

The goal is not to overwhelm users with complexity. The goal is to help them ship content faster.

Start Editing Now

If you want to edit video online, add captions, place text overlays, and export without leaving the browser, start here:

Final Notes

This release establishes PixLab as a serious online video editor for browser-based editing. More capabilities are planned, but the current release is already positioned around the features most creators use constantly:

  • timeline editing
  • subtitles
  • text overlays
  • caption styling
  • custom fonts
  • MP4 and WebM export

If you want a clean browser video editor for short-form creation, PixLab Video Editor is ready to use. Ready to edit your next short video?

PixLab AI Video Editor

Try PixLab Video Editor now

Introducing fio.js 3.0: A Quantum Leap in Facial Authentication UX & Performance

FACEIO Landing

At FACEIO, we believe that security shouldn't come at the cost of user experience. Today, we are thrilled to announce the immediate availability of fio.js 3.0, a massive overhaul of our client-side facial authentication widget.

This update isn't just a patch; it is a complete reimagining of how users interact with biometric security in the browser. We’ve rebuilt the rendering engine, polished the UI to a mirror shine, and hardened our security heuristics—all while handing more control back to developers.

Here is what’s new in version 3.0.

1. Intelligent Visual Guidance & Responsive UX

The days of ambiguous, static loading screens are over. We have introduced a new Smart Focus System designed to guide users intuitively.

  • Active Engagement: If a user looks away or the face isn't clearly visible, the interface gently transitions into a "Searching" mode to signal that the system is active but waiting for input.
  • Dynamic Feedback: A smooth, animated scanning effect cycles through calming colors (Green, Cyan, Sky Blue, and Orange) to guide the user's attention back to the camera frame without being startling.
  • Modern Visual Cues: We’ve replaced standard bounding boxes with stylish Neon Tech Brackets that glow and change color to provide instant, clear feedback on proximity and recognition status.

2. Enhanced User Freedom: The showAbortBtn Parameter

We understand that sometimes, a user might start an enrollment process and decide to stop halfway through. To improve user agency, we've introduced the showAbortBtn parameter.

  • Total Control: By setting showAbortBtn: true in your enroll() configuration, you can choose to make the close (X) button visible throughout the entire interaction.
  • Graceful Exit: If a user clicks this button, the operation terminates immediately, and the Promise is rejected with the specific fioErrCode.ABORTED_BY_USER (Error Code documented here).
  • Better Flow: This allows your application to handle voluntary cancellations distinctively from timeouts or network errors, enabling smooth UI transitions back to your main app.

3. Glassmorphism & Typography Overhaul

The UI has received a significant facelift to match modern design trends:

  • Glassmorphism Notifications: Status messages (like "Move Closer" or "Look at Camera") now float in elegant, semi-transparent glass bubbles with neon accents.
  • Crisp Typography: We've standardized on the Montserrat font family for all canvas elements, ensuring legibility and a consistent brand look across devices.
  • Haptic Feedback: On supported mobile devices, users now feel a subtle vibration when interacting with the PIN pad, adding a tactile layer to the digital experience.

4. 60 FPS Buttery Smooth Rendering

We have completely decoupled the Detection Logic from the Rendering Loop.

  • Throttled Detection: Heavy WASM (WebAssembly) detection now runs at an optimized ~25 FPS to save CPU cycles.
  • High-Speed UI: The visual interface renders at a native 60 FPS.
  • The Result: No more lag or stuttering, even on older mobile devices. The video feed remains fluid while the AI does the heavy lifting in the background.

5. Smart "Virtual Camera" Detection

Security is paramount. fio.js 3.0 introduces a new Heuristic Scoring System to detect presentation attacks. It analyzes frame rate patterns, and driver behaviors to block virtual cameras attempting to spoof the system, without penalizing legitimate users who have complex audio/video setups.

Coming Soon: Background Face Filtering

We are already working on the next big leap: Intelligent Multi-Face Filtering.

In busy environments (offices, coffee shops), people walking in the background often trigger "Multiple Faces Detected" errors. The upcoming update will feature a smart depth-and-focus filter that ignores background passersby and locks exclusively onto the active user in the foreground. Stay tuned!

Get Started

The new update is live and automatically available to all users pointing to our CDN. You don't need to change a single line of code to benefit from the performance upgrades, though we recommend exploring the new parameters to tailor the UX to your needs.

There has never been a better time to add facial authentication to your web application. Try out fio.js 3.0 today and give your users the secure, seamless experience they deserve.

PixLab & FACEIO Pricing Update: Clearer Plans, Better Value, More Power 🚀

We’ve just rolled out an important pricing update across PixLab and FACEIO, and it’s one we’re genuinely excited about. The goal is simple:

make our plans clearer, fairer, and better aligned with how developers, teams, and businesses actually use our products.

If you’ve been using PixLab or FACEIO or thinking about it, this update is for you.

Pricing Update


Why We Updated Our Pricing

Over time, PixLab and FACEIO have grown from individual APIs into full AI platforms used in production by developers, startups, and enterprises worldwide.

Our previous pricing tiers were functional, but they didn’t fully reflect:

  • The maturity of the products
  • The real value delivered at each level
  • The different needs of individuals vs. businesses vs. enterprises

So we redesigned the pricing ladder to be:

  • More intentional
  • Easier to understand
  • Better at guiding users to the right plan

The New Pricing Plans

Here’s the updated pricing for both PixLab and FACEIO:

Plan Price Best for
Starter $20 / month Developers getting started, testing, small projects with moderate traffic
Pro $39 / month Serious individual users and small teams with high traffic
Business $99 / month Production workloads and growing companies
Enterprise $200+ / month High-scale, compliance, and custom needs

Each step represents a real jump in capability, not just a cosmetic upgrade. View full pricing details:


Why This Pricing Works Better

Each tier now has a clear purpose. No confusion. No overlap:

  • Starter → moderate traffic apps, and early usage
  • Pro → daily, production ready, serious usage
  • Business → production and team workflows
  • Enterprise → scale, compliance, and support

What This Means for You

If you’re already a user:

  • You now have clearer upgrade paths
  • Better alignment between price and features
  • Plans that grow with your usage

If you’re new:

  • You can start at $20 with confidence
  • Upgrade only when you actually need more power
  • No artificial complexity or hidden traps

Try the New Plans Today

Whether you’re building:

  • AI-powered apps
  • Face authentication systems
  • OCR and document workflows
  • Computer vision pipelines
  • Enterprise-grade AI solutions
  • Content Creation & Visual Marketing via BG-REMOVE and TXT-REMOVE APIs

The new PixLab and FACEIO plans are designed to support you from first experiment to full production. Get started now:

PixLab

FACEIO


Final Thoughts

This pricing update isn’t about charging more.
It’s about pricing honestly, supporting growth, and building long-term trust.

As always, thank you for building with PixLab andFACEIO. 💙

PixLab Prompt Photo Editor for iOS Is Now Available on App Store

PixLab Prompt Photo Editor is now live on the App Store, bringing a new way to edit photos on iPhone and iPad. Instead of relying on complex tools, layers, or sliders, PixLab lets you edit images by simply typing what you want.

Download the app:
https://apps.apple.com/us/app/pixlab-ai-prompt-photo-editor/id6754860845

Learn more on the PixLab website:
https://pixlab.io/ios-photo-editor

prompt


Why PixLab Prompt Photo Editor Is Essential

Most mobile photo editors slow users down with technical interfaces. PixLab for iOS is designed around a different idea: if you can describe an edit, you should be able to apply it instantly.

PixLab for iOS turns natural language into real photo edits. This makes it an essential tool for creators, professionals, and everyday users who want fast, reliable results without a learning curve.


Edit Photos by Typing What You Want

PixLab’s for iOS core workflow is prompt-based photo editing. You write a short instruction, and the app applies the edit automatically.

Examples include: - Remove the background - Remove unwanted objects or people - Improve lighting and image clarity - Make the photo look professional - Change the background or overall mood

You can refine the result by typing another prompt, making the editing process fast and intuitive exactly like it's web companion version at editor.pixlab.io.


Simple to Use, Professional Results

PixLab for iOS is built for users who want high-quality results without learning traditional photo editing software. There are no layers, masks, or complex adjustment panels to manage.

The interface stays focused on the photo and the prompt, allowing you to move from idea to final image in seconds. This makes PixLab ideal for product photos, profile images, marketing visuals, and social media content.


Advanced Tools When You Need Them

Beyond AI-powered prompt editing, PixLab for iOS also includes professional-grade photo tools optimized for touch. These allow precise refinement after AI generation, including color adjustments, retouching, and cleanup.

This combination of AI automation and manual control gives users flexibility without complexity.


Built for Mobile Creativity

PixLab Mobile Pormpt Photo Editor is designed specifically for iOS. Heavy AI processing runs securely in the cloud, keeping the app fast and responsive while delivering high-quality edits.

The app fits naturally into mobile workflows, whether you are editing on the go or preparing visuals for work, content creation, or personal projects.


Start on Mobile, Continue Anywhere

ios-ipad

PixLab is part of the broader PixLab ecosystem. Projects created on iOS can be continued on the PixLab web editor, making it easy to move between devices while keeping your work consistent.

This is especially useful for creators and teams who start edits on mobile and finish them on a larger screen.


Who PixLab Is For

PixLab iOS Prompt Photo Editor is designed for: - Everyday users who want great photos without complex tools - Creators and influencers producing content on mobile - Professionals who need fast, reliable image edits

If photo editing is part of your daily workflow, PixLab iOS is built to save you time.


Get PixLab Prompt Photo Editor

PixLab Prompt Photo Editor is available now on the App Store.

Download on App Store:
https://apps.apple.com/us/app/pixlab-ai-prompt-photo-editor/id6754860845

Web Version:
https://editor.pixlab.io/

Learn more:
https://pixlab.io/ios-photo-editor