
Office Manager is a completely free solution for document management, schedule organization, and enhanced workplace productivity. It's available at no cost for both commercial and personal use.
- Document Management: Create, edit, and organize documents with AI assistance
- Knowledge Base: Build and maintain a searchable company knowledge base
- Office Management: Schedule management, team coordination, and productivity tools
- Intelligent Assistant: AI-powered assistance for various office tasks
- 100% Free: All features available at no cost
URL: https://lovable.dev/projects/01b48752-b4f5-46f3-b097-2535d8e730c6
This project is licensed under the MIT License - see the LICENSE.md file for details.
There are several ways of editing your application.
Use Lovable
Simply visit the Lovable Project and start prompting.
Changes made via Lovable will be committed automatically to this repo.
Use your preferred IDE
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository using the project's Git URL.
git clone https://github.com/lovable-labs/office-manager.git
# Step 2: Navigate to the project directory.
cd office-manager
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
Edit a file directly in GitHub
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
Use GitHub Codespaces
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
You can download the source code in several ways:
- Clone the repository using Git
- Download as ZIP from the GitHub repository
- Use the download button in the app interface
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Electron (for desktop applications)
Simply open Lovable and click on Share -> Publish.
To build the desktop application:
# Build the web application
npm run build
# Build the desktop application for all platforms
npx electron-builder build
# Build specifically for Apple Silicon (M1/M2/M3 Macs)
npx electron-builder build --mac --arm64
The application is fully optimized for Apple Silicon (M1/M2/M3) processors. The .dmg file created by the build process will work natively on Apple Silicon, providing maximum performance without Rosetta translation.
Key features of the Apple Silicon build:
- Native ARM64 architecture support
- Optimized performance for M1/M2/M3 chips
- Reduced power consumption compared to x86 builds
- Full hardware acceleration for machine learning features
If you find Office Manager useful, please consider supporting its development with a tip at https://www.paypal.me/aaronthelegend
For questions or support, please open an issue on the GitHub repository or contact us at northwesternautomation@gmail.com