Welcome to ArexHost, your modern web hosting platform. ArexHost aims to provide fast, reliable, and developer-friendly hosting for all types of web projects, with a focus on performance, simplicity, and innovation.
-
Install dependencies (using bun is preffered):
bun install
-
Start the development server:
bun dev
-
Open your browser and visit localhost:3000 to see the ArexHost website in action.
- Built with: Next.js 16, React 19, and Tailwind CSS 4.
- Type Checking: TypeScript 5.
- Formatting & Linting: Biome ensures consistent code style and error-free commits.
Typical directories and files include:
/app– Main application pages and logic (editapp/page.tsxto get started)/public– Static assetsnext.config.ts– Next.js configurationbiome.json– Project formatting and linting configs
-
Code Formatting:
Format and lint code before committing for consistency.bun run format # Formats your code bun run lint # Checks code quality
-
Hot reload:
The development server auto-updates the website as you edit files. -
Font optimization:
ArexHost uses Geist via Next.js font optimization.
ArexHost is deployment-ready and can be hosted on any modern Node-compatible provider. For best results, consider using Vercel for instant Next.js hosting.
-
Build your project:
bun run build
-
Start the production server:
bun run start
For detailed deployment guides, see Next.js Deployment Docs.
Community involvement is welcome! Please open issues or pull requests to help improve ArexHost.
ArexHost – Fast. Reliable. Future-ready hosting.