Welcome to Kyte Shipyard™, the next-generation tool for building and managing your web applications. Our platform offers an intuitive interface for managing models, controllers, views, and more, simplifying key aspects of web development like database interaction, domain management, and email template configuration.
- Model Management: Effortlessly manage your application's data models and database interactions.
- Controller Creation: Quickly generate controllers with a user-friendly interface.
- Page Builder: Design and construct web pages seamlessly, suitable for both web apps and static sites.
- Domain Management: Administer your domains directly through the admin portal.
- Email Template Editor: Craft and edit email templates using the built-in editor.
- And More!: Explore additional features and tools designed to enhance your web development experience.
- Ensure
npmis installed on your machine. - Install the
javascript-obfuscatorpackage globally:npm i -g javascript-obfuscator
For more information, visit []javascript-obfuscator on npm](https://www.npmjs.com/package/javascript-obfuscator).
Choose the appropriate release script based on your operating system:
release.sh: for *nix/mac usersrelease.bat: for Windows user
Before executing the release script, complete the following checklist:
- Updated CHANGELOG.md with the correct version number and release notes.
- Modified the version number in
/assets/js/source/kyte-shipyard.js. - Verified access to this repository.
- Set up the necessary environment variables and secrets for GitHub Actions.
To connect Kyte Shipyard to your Kyte API, you must create a file called kyte-connect.js in the /assets/js/ directory. The file should be obfuscated and must contain the following:
let endpoint = 'https://api.example.com';
let publickey = 'PUBLIC_KEY';
let identifier = 'ACCOUNT_IDENTIFIER';
let account = 'ACCOUNT_NUMBER';Encountering issues or have suggestions? Feel free to open a bug report or feature request on our Issues page. We appreciate your feedback and contributions!
Kyte Shipyard™ is available under the MIT License.
© 2020-2026 KeyQ. All rights reserved.