The Operating System for Solopreneurs. Build faster. Manage less.
Projectify is an open-source, self-hostable Project Management System designed specifically for Solo Founders and Indie Hackers. It strips away the complexity of enterprise tools (Jira, Asana) and focuses on what helps you ship: Speed, Clarity, and Cash Flow.
- 🎯 Project Command: Manage projects with a clean, distraction-free interface.
- ✅ Task Tracking: Kanban-style (coming soon) and list views for tasks.
- 📄 Docs & Wikis: Integrated document management for PRDs, notes, and specs.
- 💸 Finance Module: Track your Burn Rate, Subscriptions, and MRR. Know exactly ho much runway you have.
- ⚙️ Custom Settings: Currency support ($, €, ₹, etc.) and personalized dashboard.
- 🎨 Premium UI: Built with TailwindCSS for a "SaaS-native" look and feel. Dark Mode included.
- Backend: PHP 8.1+ (Vanilla, No heavy frameworks)
- Frontend: TailwindCSS (CDN), Vanilla JS, Chart.js
- Database: MySQL / MariaDB
- Architecture: Custom lightweight MVC (Model-View-Controller)
- PHP 8.0 or higher
- MySQL or MariaDB
- Apache/Nginx Web Server
-
Clone the repository
git clone https://github.com/yourusername/projectify.git cd projectify -
Configure Database
- Create a new MySQL database (e.g.,
projectify). - Import the schema:
mysql -u root -p projectify < database/schema.sql
- Create a new MySQL database (e.g.,
-
Setup Configuration
- Copy the example config:
cp config.example.php config.php
- Edit
config.phpwith your database credentials.
- Copy the example config:
-
Serve
- If using XAMPP/MAMP, move the folder to
htdocs. - Or use the built-in PHP server:
php -S localhost:8000
- If using XAMPP/MAMP, move the folder to
We love contributions! Projectify is built by and for the community. Please verify the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
We have big plans for Projectify. Check out our ROADMAP.md to see what's coming next (AI features, Mobile support, and more!).
This project is licensed under the MIT License - see the LICENSE file for details.
Star ⭐ this repo if you find it useful!
