Stop managing your life.
Start living it.

Nina is your AI executive assistant that makes you more productive and a better person.

Join the Waitlist

Who Nina Serves

Founders & Executives

Walk into every room as the most prepared person there

Board meeting at 2pm. Nina has synthesized all department reports, flagged the three critical issues, and prepared your talking points. She's also rescheduled your conflicting calls.

Nina works with your favorite apps

Seamlessly connect with the tools you already love. Nina becomes part of your workflow, not a replacement for it.

Gmail
Google Drive
Google Calendar
Slack
Zoom
Notion
Todoist
Trello
Asana
Monday.com
Calendly
Gmail
Google Drive
Google Calendar
Slack
Zoom
Notion
Todoist
Trello
Asana
Monday.com
Calendly
Amazon
Uber
DoorDash
Evernote
OneNote
ClickUp
Zapier
Any.do
Miro
Airtable
Deliveroo
Amazon
Uber
DoorDash
Evernote
OneNote
ClickUp
Zapier
Any.do
Miro
Airtable
Deliveroo
Built for builders

Your tools are isolated.
Nina connects everything.

Nina isn't just an assistant. It's an extensible platform. Build custom integrations, create workflows, and connect any service through our open ecosystem.

Tool Marketplace

Discover and share community-built tools. Browse integrations or publish your own.

Build Your Tools

Create custom integrations with our TypeScript SDK. Extend Nina for your unique workflow.

Developer Kit

Everything you need: CLI tools, templates, and comprehensive docs to get started.

nina-sdk-example.ts
import { NinaTool, ToolSchema } from '@nina-ai/toolkit';

// Define your custom tool
export const weatherTool: NinaTool = {
  name: 'get_weather',
  description: 'Get current weather for any location',
  schema: ToolSchema.object({
    location: ToolSchema.string('City name or address'),
    units: ToolSchema.enum(['celsius', 'fahrenheit']).optional()
  }),
  
  execute: async ({ location, units = 'celsius' }) => {
    const response = await fetch(
      `https://api.weather.com/v1/current?q=${location}&units=${units}`
    );
    return response.json();
  }
};

Get 1 month free for every public tool you build.

Pricing

Pro

$19
per month
  • Unlimited assistance
  • All integrations
  • Proactive suggestions
  • Relationship management

Enterprise

$39
per month
  • Team collaboration
  • Advanced analytics
  • Private integrations
  • Priority support

Try for free for 30 days. No credit card required.

Secure Early Access