App CMS is a cutting-edge platform for managing offline applications. Inspired by WordPress and its plugin system, App CMS allows users to install, run, and manage apps directly on their system. The platform is designed for privacy-conscious users and offline environments, ensuring that all data remains securely on the user's device.
- Offline-First: Run all apps without an internet connection.
- App Marketplace: Browse and install open-source apps built with frameworks like Next.js, React.js, Node.js, etc.
- App Management:
- Install, uninstall, enable, and disable apps.
- View app metadata (version, developer info, size, etc.).
- Custom App Creation:
- Easily create new apps using provided boilerplates.
- Execution Environment:
- Apps run locally in isolated environments for security.
- Node.js App Support:
- Fully supports Node.js apps, making it easy to integrate server-side functionalities.
- Version control for apps (auto-update or manual updates).
- User role and permission management.
- Resource monitoring (CPU/RAM usage per app).
- Plugin support for extending CMS functionality.
- Encryption for sensitive data.
- Offline ChatGPT:
- Use the LLaMA model to run ChatGPT-like functionalities locally without an internet connection.
- Offline LeetCode:
- Practice coding problems and challenges entirely offline.
- Personal Note-Taking App:
- A lightweight app to jot down notes and ideas securely.
- Task Manager/Kanban Board:
- Organize tasks and projects locally with full privacy.
- Framework: Next.js 15 (App Router)
- Styling: TailwindCSS
- State Management: Zustand or React Context
- Framework: Next.js API Routes
- ORM: Prisma
- Default: SQLite for structured offline storage
- Alternative: JSON files managed via
fsfor lightweight setups
- Environment: Node.js child processes for app isolation
-
Clone the repository:
git clone https://github.com/<your-repo>/app-cms.git cd app-cms
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Access the app at:
http://localhost:3000
- Browse available apps and install them with a single click.
- Apps are downloaded and stored locally in the
/appsdirectory.
- Enable or disable installed apps from the dashboard.
- View app-specific settings and metadata.
- Use the built-in wizard to generate boilerplate code for new apps.
- Add your custom apps to the CMS for easy management.
app-cms/
├── app/ # Next.js App Router structure
│ ├── dashboard/ # Dashboard pages
│ ├── marketplace/ # Marketplace pages
│ └── ...
├── prisma/ # Prisma schema
├── public/ # Static assets
├── apps/ # Installed apps directory
├── styles/ # Global styles (Tailwind)
├── package.json # Project metadata
└── README.md # Project documentation
- Add a delta update system for apps to reduce re-downloading.
- Introduce Docker-like containers for enhanced app isolation.
- Enable community contributions to the marketplace.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes and push:
git push origin feature-name
- Open a pull request.
This project is open-source and available under the MIT License.
For questions or support, contact us at:
- Email: sh20raj@gmail.com
- GitHub: @sh20raj