bedda.tech logobedda.tech

Nozio

The workspace where AI builds your views

Nozio is an AI-native document workspace. Every page is MDX. Every view — kanban, dashboard, chart — is a live React component. Describe what you want. AI builds it. It runs inside your document.

Notion added AI. It's still just autocomplete.

Productivity tools tack on AI to fill in text. The interface stays static. You still set up tables by hand, configure kanban properties manually, build dashboards yourself. The AI helps you type faster. It does not change what you can build.

Static interfaces

Every other tool uses AI to fill in content. None let the AI build the actual interface.

Proprietary lock-in

Export a Notion workspace and get a garbage zip file. Bad export is a symptom of bad architecture.

Per-seat fees forever

Notion charges $10-16 per seat. Scale a team and it adds up fast. Nozio is self-hostable at $0/seat.

Documents that contain live UI

Generative Components

Describe a view. AI picks from the component registry or generates a new React component using shadcn/ui. It renders live in your document — not a preview, a real interactive UI.

MDX-First Documents

Every page is MDX — Markdown plus JSX. Portable, versionable, renderable anywhere. Not locked in a database row. Your documents work outside Nozio, forever.

Custom Properties

Add typed properties to any document — strings, numbers, dates, relations. Filter and group across documents. No switching between a page and a database — every document is both.

Views Are Just Documents

Kanban boards, lists, tables — they are not separate features. They are views of your documents. Swap views without rebuilding anything.

Component Registry

Save AI-generated components. Reuse them across your workspace. Share with your team. The registry prevents hallucinated props — AI can only use components with known APIs.

REST API for Agents

Every document is accessible via REST. Build agents that read, write, and update your workspace. Nozio is designed to be the memory layer for your AI stack.

Real-Time Sync

Built on Convex. Changes sync instantly across devices and collaborators. No WebSocket config. No polling. Just live documents.

A Nozio document looks like this

Markdown and live React components, side by side.

# Sprint Q2 2026

<KanbanBoard
  properties={["status", "assignee", "priority"]}
  groupBy="status"
/>

## Notes

The AI generated that board above from your open tasks.
Filters work. Cards update. It lives in the document.

That KanbanBoard component was generated by AI and saved to the component registry. It renders live. Filters work. You own the MDX file.

How Nozio compares

No other workspace lets AI build the actual interface.

FeatureNozioNotionCodaLinear
AI-generated UI components
MDX documents (portable)
Component registry
Real-time syncPartial
REST API for agentsLimited
Self-host (free)
Per-seat pricing$0$10-16$10$8

Built on a modern open stack

Next.js 15ConvexTipTapshadcn/uiClaude APIVercel AI SDKTypeScript

The same stack BeddaTech uses for everything. No proprietary runtime.

Open source. Self-hostable. Free.

No per-seat fees. No lock-in. Run it on your own infrastructure.

Self-Host

$0/seat forever

Your data, your infra, your rules.

  • Full Nozio workspace
  • All features included
  • MDX export — no lock-in
  • REST API access
  • Deploy to Vercel + Convex in minutes
  • Open source, MIT license
Invite Beta

Hosted

Free during beta

No setup required. Beta access open now.

  • Instant access — no Convex setup
  • Full workspace at nozio.vercel.app
  • Early access to new features
  • Direct feedback channel with the team
  • MDX export always available
  • Invite-only, opening gradually

AI that builds your interface, not just your text.

If you have been frustrated by productivity tools that pretend to be AI-native, Nozio is for you.