PulsePoint is an organization management platform tailored for the Star Citizen community. It aims to empower organizations to efficiently manage their outposts, track resources, assign jobs, and foster collaboration among members. This project is under active development and will evolve to include many exciting features in the future.
- Outpost Tracking: Maintain a detailed overview of all organizational outposts across the Star Citizen universe.
- Resource Management: Monitor resources at each outpost, identify shortages, and optimize logistics.
- Job Requests: Set up resource or task requests that notify specific members or groups within the organization.
- Discord Bot Integration: Seamlessly interact with PulsePoint through Discord, enabling real-time notifications and commands.
- Data Visualization: Utilize rich graphs and charts to gain insights into your organization’s operations.
Quanton is in its early stages of development. The website interface and Turso database are being built, and no features are functional at the moment. However, significant progress is being made to bring the vision of this tool to life.
- Frontend: SvelteKit for a modern, reactive, and fast user interface.
- Database: Pocketbase for managing data and authentication.
- Hosting: Self-hosted on a VPS, managed with Coolify.
How to develop and contribute to the project is currently a WIP. This is just a boiler plate text. There will be contributions accepted in the future.
To run this project locally:
-
Clone the repository:
git clone https://github.com/Detroyer2222/Quanton.git cd Quanton -
Install dependencies for the SvelteKit frontend:
bun install
-
Set up the PocketBase database:
- Download and set up PocketBase from here.
- Start the PocketBase server and configure it as needed.
-
Start the development server:
bun run dev
-
Access the app in your browser at
http://localhost:5173(or the specified port).
Quanton is an open-source project, and contributions are welcome. Here’s how you can help:
- Report Issues: If you encounter bugs or have feature suggestions, please open an issue on GitHub.
- Contribute Code: Fork the repository, make your changes, and submit a pull request.
- Spread the Word: Share the project with Star Citizen organizations that might benefit from it.
- Implement basic user authentication and role management.
- Develop the outpost tracking and resource management modules.
- Introduce real-time notifications and job request systems.
- Add support for more advanced organization metrics and analytics.
This project is licensed under the GNU Affero General Public License.
Let’s build the ultimate Star Citizen organization management tool together. Fly safe!