Notice: Upcoming Domain Migration for Our Gitea Instance
Please be advised that we have scheduled a domain migration programme for our Gitea instance to improve our brand identity and optimise service delivery.
Old Domain: git.onixbyte.com
New Domain: onixbyte.dev
Scheduled Date: Friday, 19 June 2026, 02:00 a.m. to 03:00 a.m.
What you need to do:
Following the migration, the old domain will automatically redirect to the new one via a permanent 301 redirect. However, to ensure uninterrupted access and avoid reliance on the redirection layer, please update your local Git remote URLs at your earliest convenience after the scheduled date.
- Updated the title and meta tags to improve search engine optimization and provide a clearer description of the application.
- Added Open Graph and Twitter Card metadata for better social media sharing.
- Included structured data (JSON-LD) to enhance visibility in search results and provide detailed information about the application.
- Updated application title and page titles from "DevHub" to "DevLab" across multiple locales.
- Added new translations for the home, about, contact, and JSON viewer pages to support enhanced user experience.
- Integrated language switcher in the layout for improved accessibility.
- Revised BMI calculator and contact form to reflect new branding and improved user guidance.
- Changed the live application link in README.md to point to the new URL.
- Updated the repository name in the Contact page to match the new branding.
- Revised comments in the JSON Viewer component to align with the updated application name.
- Updated the title and references throughout the application to reflect the new name, DevLab.
- Adjusted the About, Contact, Home, and JSON Viewer pages to align with the rebranding.
- Added a new JSON Viewer page for visualizing and querying JSON data using JSONPath.
- Updated the Home page with a new header, main call-to-action, and feature highlights for the JSON Visualiser tool.
- Removed unused state and components from the Home page to streamline the layout.
- Added GitHub and deployment information to the About page, including links and self-hosting instructions.
- Updated the Contact page to emphasize transparency in the development process with improved text styling.
- Removed outdated sections to streamline content presentation.
Add vercel.json with rewrite rules to redirect all requests to index.html.
This ensures that React Router can handle deep links and page refreshes
correctly after deployment.