gittech. site

for different kinds of informations and explorations.

XCEO – the CEO who works for you

Published at
3 days ago

XCEO πŸ™… The AI CEO Who Works For YOU 🫡

The CRM for Solopreneurs ... Who Also Need Some Help

Keep track of your business with an AI that acts like a CEO - giving you guidance and direction while you stay in control.

▢️ Try Live Demo | β†ͺ️ Remix on Replit

What it does

Think of this as having an AI CEO advisor that's available 24/7. While you and your team handle the actual work, the AI CEO helps by:

  • Making suggestions on business decisions
  • Creating and assigning tasks to your team
  • Keeping track of everything happening in your business
  • Guiding you through tough choices
  • Spotting problems before they get big

You're always in charge - the AI CEO is there to advise and help organize, not to take over (or fire you). You and your team make the final calls on everything.

image

https://github.com/user-attachments/assets/e706ebda-d96d-47e2-9424-853d0cedbc23

Main features

  • Smart task management: The AI CEO helps create and prioritize work
  • Business memory: Stores all your important business info in one place
  • Live insights: Shows you how your business is doing in real-time
  • Works everywhere: Use it on your phone, tablet, or computer

Getting started

You'll need:

  • Node.js (version 18 or newer)
  • PostgreSQL (version 13 or newer)
  • An API key from Anthropic for the AI features

Running on Replit

  1. Fork this project on Replit
  2. The database will be automatically set up for you
  3. Add your Anthropic API key to the .env file
  4. Click the Run button

Local Development Setup

  1. Get the code:
git clone https://github.com/kevingduck/xceo.git
cd xceo
  1. Install what you need:
npm install
  1. Set up your database:

    1. Install PostgreSQL if you haven't already
    2. Create a new database: createdb xceo
    3. Copy the environment template:
    cp .env.example .env
    
    1. Update the DATABASE_URL in .env with your database details:
    # Format: postgresql://username:password@hostname:port/database_name
    # Example for local development with default PostgreSQL setup:
    DATABASE_URL="postgresql://postgres:postgres@localhost:5432/xceo"
    

    Note: Replace postgres:postgres with your actual PostgreSQL username and password

  2. Add your Anthropic API key:

    ANTHROPIC_API_KEY="your-key-here"
    
  3. Set up the database schema:

npm run db:push
  1. Start the development server:
npm run dev

Why we made this open source

We want to:

  • Be transparent
  • Let anyone contribute and make it better
  • Make it available to all businesses
  • Let you customize it for your needs

Need help?

  • Read the docs: [Link to Docs]
  • Report issues: [GitHub Issues]
  • Join our community: [Link to Forum]

Thank you

  • Anthropic for providing the AI (Claude)
  • Everyone who's contributed
  • Businesses who've given us feedback

Join us in bringing AI CEO guidance to businesses while keeping humans in control.