The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2024-06-25 16:21:37 -07:00
.github add: adding project structure 2024-06-09 19:25:12 -07:00
.pkb add: adding and updating draft documents 2024-06-25 12:40:04 -07:00
.vscode update: updating readme and correcting code in application.dart add cody 2024-06-18 16:00:33 -07:00
config add: adding project structure 2024-06-09 19:25:12 -07:00
docs add: adding project structure 2024-06-09 19:25:12 -07:00
example add: adding project structure 2024-06-09 19:25:12 -07:00
packages update: renamed project to protevus platform and updated files 2024-06-21 21:38:44 -07:00
scripts add: adding project structure 2024-06-09 19:25:12 -07:00
stubs add: adding project structure 2024-06-09 19:25:12 -07:00
test add: adding project structure 2024-06-09 19:25:12 -07:00
tool add: adding project structure 2024-06-09 19:25:12 -07:00
.editorconfig add: adding project structure 2024-06-09 19:25:12 -07:00
.gitattributes add: adding project structure 2024-06-09 19:25:12 -07:00
.gitignore update: add ignores for gedit autosave files 2024-06-24 03:55:04 -07:00
.publishable add: adding project structure 2024-06-09 19:25:12 -07:00
.toolversion add: adding project structure 2024-06-09 19:25:12 -07:00
analysis_options.yaml add: adding lint options 2024-06-09 19:29:13 -07:00
AUTHORS.md update: updating authors 2024-06-25 12:59:35 -07:00
CHANGELOG.md add: adding project structure 2024-06-09 19:25:12 -07:00
CODE_OF_CONDUCT.md add: adding and updating draft documents 2024-06-25 12:40:04 -07:00
CONTRIBUTING.md add: adding and updating draft documents 2024-06-25 12:40:04 -07:00
design.draft add: adding ports from the symfony project 2024-06-21 14:49:49 -07:00
devbox.json add: adding project structure 2024-06-09 19:25:12 -07:00
devbox.lock add: adding project structure 2024-06-09 19:25:12 -07:00
LICENSE update: updating license 2024-06-21 22:06:40 -07:00
melos.yaml add: adding project template packages and supporting files 2024-06-13 21:29:41 -07:00
pubspec.yaml update: renamed project to protevus platform and updated files 2024-06-21 21:38:44 -07:00
README.md update: updating logo 2024-06-25 16:21:37 -07:00
SECURITY.md add: adding and updating draft documents 2024-06-25 12:40:04 -07:00
VFF_VERSION add: adding project structure 2024-06-09 19:25:12 -07:00

About Protevus

Note: This repository contains the core code of the Protevus Platform. If you want to build an application using Protevus, visit the main Protevus repository.

Protevus Platform is a highly versatile and extensible application server platform for the Dart programming language. Inspired by the Laravel framework, Protevus aims to provide a familiar and Laravel-compatible API, allowing developers to leverage their existing Laravel knowledge and experience in the Dart ecosystem.

AI Assistance

The Protevus Platform project utilizes AI assistance in various aspects of its development process. We believe in leveraging the capabilities of AI to enhance productivity, code quality, and overall project progress while maintaining transparency and adhering to ethical practices.

AI Tools and Models

The following AI tools and models have been employed in the development of the Protevus Platform:

  • Claude (Anthropic): A conversational AI assistant trained by Anthropic. Claude has been utilized for research, ideation, and problem-solving during the development process. Claude assists with documentation, code generation, code refactoring, and code testing.
  • Keymate (Keymate.ai): A conversational chatGPT AI assistant trained by Protevus using long-term memory provided by keymate.ai. Keymate is used to provide context and project scope during development. Keymate assists with porting, refactoring and testing of code.
  • Code Copilot (promptspellsmith.com): A conversational chatGPT AI coding assistant trained by PromptSpellSmith. Code Copilot is used to provide validation during development. Code Copilot assists with code validation, code generation and refactoring.
  • Cody (sourcegraph): A conversational AI coding assistant trained by Sourcegraph that utilizes Claude. Cody lives inside our IDE and is used to provide code completion, code navigation and code documentation during development. Cody assists with advanced search and codebase context that help developers understand, write, and fix code faster.

Guidelines and Limitations

While AI assistance has been invaluable in accelerating certain aspects of development, it is important to note the following guidelines and limitations:

  • All code generated or modified with the help of AI tools undergoes thorough manual review, testing, and validation by the project's core team to ensure quality, security, and adherence to project standards.
  • AI-generated code is treated as a starting point or reference, and human developers are responsible for understanding, modifying, and maintaining the codebase.
  • Sensitive or confidential information is never shared with AI models, and appropriate measures are taken to protect intellectual property and data privacy.
  • The project's core team retains full ownership and responsibility for the codebase and its development.

We believe in the responsible and ethical use of AI assistance and are committed to fostering an open and transparent development process. If you have any questions or concerns regarding the use of AI in the Protevus Platform project, please feel free to reach out to the project maintainers.

Features

  • Laravel API Compatibility: Protevus Platform offers a high degree of compatibility with the Laravel API, enabling developers to seamlessly transition from Laravel to the Dart ecosystem.
  • Modular Architecture: The platform follows a modular design, separating core components and libraries from specific application implementations, promoting reusability and maintainability.
  • High Performance: Built on top of the multi-threaded Conduit API, Protevus Platform delivers exceptional performance and scalability for demanding applications.
  • Extensibility: With its modular architecture and support for custom extensions, Protevus Platform can be tailored to meet diverse project requirements.
  • Community-Driven: Protevus Platform embraces open-source principles and encourages community contributions, fostering collaboration and knowledge sharing.
  • Modular Packages: Each Illuminate component is available as a standalone Dart package.
  • Comprehensive Routing: Powerful routing capabilities inspired by Laravel.
  • Dependency Injection: Built-in support for dependency injection to promote loose coupling.
  • Middleware Support: Use middleware for filtering HTTP requests entering your application.
  • Authentication & Authorization: Robust tools for user authentication and authorization.
  • Database Abstraction: Database-agnostic query builder and ORM.
  • Queueing System: Manage background tasks and queues.
  • Event Broadcasting: Real-time event broadcasting for modern applications.
  • Full-Stack Experience: Protevus Platform offers a complete full-stack development experience, including backend development with server-side views and the ability to build cross-platform frontends using Flutter.

Getting Started

To get started with Protevus Platform, follow these steps:

  1. Install Dependencies: Ensure you have the Dart SDK and the necessary dependencies installed on your system.
  2. Clone the Repository: Clone the Protevus Platform repository to your local machine.
  3. Build and Run: Follow the instructions in the repository's documentation to build and run the platform.

Documentation

Comprehensive documentation for Protevus Platform is available at protevus.com/docs/platform. The documentation covers installation, configuration, usage, and advanced topics, including guides and examples.

Contributing

We welcome contributions from the community! If you'd like to contribute to Protevus Platform, please follow the guidelines outlined in the CONTRIBUTING.md file.

License

Protevus Platform is released under the MIT License.

Support and Community

If you have any questions, issues, or suggestions, please join our community: