Stop drowning in endless horizontal tabs. Turn your browser into a spatial, interactive canvas where your thoughts actually make sense. Connect nodes, invite collaborators, and focus instantly.
Launch campaign π
Check Edge Functions
All deployments working normally.
COLLABORATION ROOM
Fixyt replaces the horizontal browser tab bar with a spatial, collaborative workflow engine.
Group saved tab windows dynamically over a pannable, zoomable visual board. Move around using middle-click or spacebar-drag, and zoom effortlessly centered at your mouse cursor.
Map tab dependency paths with bezier node curves (triggers, blocks, reference) like N8N to align complex tasks.
Co-browse inside spaces. Cursors, viewport scrolling, window sizes, and freehand annotations sync in real time.
Lock your focus. Force full-screen view. Escaping fullscreen trigger intercepts the keys and prompts warning buzzers.
Trigger actions, search open/closed tabs, or restore saved configurations instantly using Ctrl+Space.
Automatically backup layout states. Transition across multiple machines securely with Supabase presence persistence.
See exactly how the premium mechanics coordinate behind the scenes.
Draw connectors between tabs. Model custom flows (like "triggers" or "blocks") with custom-colored cubic bezier curves. Re-route paths instantly by moving tab cards around.
Synchronize workflows with colleagues instantly. Remote cursor tracking displays exactly where team members are looking, while role moderation features protect active workspaces from interference.
Turn on Ultra Focus to force your session into fullscreen mode. Any attempt to exit is intercepted, triggering secondary warning alarms via the Web Audio API if focus is lost.
Engineered for speed, security, and low cognitive overhead.
Standard browsers block rendering heavy sites (like Vercel, Supabase or YouTube) in cross-origin frames due to clickjacking safety headers (X-Frame-Options or CSP). Fixyt uses Chrome's high-speed Manifest V3 declarativeNetRequest rules to securely bypass these blocks on your active workspace frame exclusively, keeping your sessions secure and fully operational.
{
"id": 1,
"action": {
"type": "modifyHeaders",
"responseHeaders": [
{ "header": "X-Frame-Options", "operation": "remove" },
{ "header": "Content-Security-Policy", "operation": "remove" }
]
},
"condition": { "resourceTypes": ["sub_frame"] }
}
To keep workspace positions synchronized regardless of zoom and scroll offsets, Fixyt translates screen coordinates relative to dynamic scaling and pan translations. Zooming using Alt + Mousewheel scales elements centered precisely at your current cursor coordinate, utilizing high-performance viewport projection matrices.
const newScale = currentScale * Math.exp(delta * sensitivity);
currentPanX = mouseX - (mouseX - currentPanX) * (newScale / currentScale);
currentPanY = mouseY - (mouseY - currentPanY) * (newScale / currentScale);
currentScale = newScale;
Supabase Presence handles instant updates, but can suffer from database delays. Fixyt resolves this with a hybrid presence engine. Local clients broadcast background heartbeats every 3 seconds. Collaborative peers cache these heartbeats under unique session IDs. If a teammate goes offline or fails to broadcast for 8 seconds, they are gracefully and securely removed.
// Periodic Active User Sync
setInterval(() => {
channel.send({
type: 'broadcast',
event: 'heartbeat',
payload: { name, role, color }
});
}, 3000);
Here is what developers, founders, and students are saying about Fixyt.
"Fixyt completely replaced my cluttered bookmarks bar. Being able to see my active projects in an infinite canvas and connect them with bezier curves saves me hours of context switching."
"The collaboration feature is phenomenal. We use rooms to live-share tab spaces during team brainstorming sessions. The kick features make moderation super simple."
"Ultra Focus Mode is an absolute lifesaver. The un-bypassable fullscreen keeps me in the flow state, and the browser-tab lock ensures I don't wander off to social media."
Ditch monthly subscriptions. Buy lifetime access for the price of a dinner.
Perfect to taste the power of spatial tabs.
The ultimate spatial productivity setup.
| Feature | Free Starter | Pro Lifetime |
|---|---|---|
| Infinite Visual Canvas | β | β |
| Saved Spaces Limit | Up to 3 Spaces | Unlimited Spaces |
| Visual Workflows (Nodes) | β Standard | β Pro Connectors |
| Security DNR Iframe Engine | β | β |
| Local JSON Imports/Exports | β | β |
| Cloud Syncing & Sync Backup | β | β |
| Collaboration Rooms (Hosting) | β | β |
| Collaboration Rooms (Joining) | β | β |
| Admin Moderation & kicking | β | β |
| Strict Ultra Focus countdown HUD | β | β |
| Normal Fullscreen Focus | β | β |
| Audio Warning Alarms | β | β |
Everything you need to know about the Fixyt browser workspace manager.
Modern sites employ security response headers like X-Frame-Options or Content-Security-Policy to block other domains from framing them. Fixyt utilizes a local Chrome Extension Declarative Net Request (DNR) rule engine. When loaded inside the extension, it strips these framing blocker headers only for sub-frames under the extensionβs private URL scope, ensuring absolute safety for your credentials and session cookies while making sites render side-by-side.
No! Only the workspace host needs a Pro Lifetime Deal license to create, host, and sync a canvas room on the cloud. Invited teammates can join the collaborative session, view live cursors, draw freehand, move tab windows, and participate using the Free extension starter pack.
Yes. In the Free Starter tier, all your data (workspaces, spaces, visual connectors) is saved entirely local inside your browser's local sandbox storage (chrome.storage.sync). For Pro users, workspace and layout sync states are broadcast over secure, SSL-encrypted Supabase database channels. No site contents or user passwords inside the iframes are ever transmitted or cached on our servers.
Ultra Focus is a specialized lock mode designed for absolute concentration. Once you start the countdown timer, the browser is forced into fullscreen. Exit keys (like Escape) are intercepted. If focus is lost or you click out, it fires a dual-pitch audio warning buzzer via the Web Audio API. It forces you to stay in the zone until the timer ticks down to 00:00.
Yes, it is a one-time purchase of $12. This grants you a lifetime license with unlimited saved spaces, access to hosting collaboration rooms, cloud sync capabilities, and all future feature releases. There are no monthly fees, hidden subscriptions, or user seats fees.
Join the waitlist and help us build the perfect workspace for you.