بلا خوادم. بلا خطوط بناء. بلا إعدادات.
ارفع index.html ليصبح موقعك متاحًا على نطاقك الفرعي خلال ثوانٍ.
احفظ ليصبح مباشرًا. لا طوابير بناء، ولا مسح ذاكرة تخزين، ولا انتظار.
كل مشروع يُنشر على اسمك.hdply.com مع TLS جاهز مباشرة.
افتح المحرر المدمج، عدّل HTML، اضغط حفظ — وتم النشر.
لا YAML ولا CLI ولا Git. إن كنت تكتب HTML فبإمكانك النشر.
يُعرض ملفك تمامًا كما كتبته — لا إضافة ولا حذف.
صفحات شخصية ونماذج أولية ومعارض أعمال وصفحات هبوط — كلها مجانًا.
سجّل ببريدك الإلكتروني ورمز تحقق. هذا كل النموذج.
اختر عنوانًا مثل my-site.hdply.com.
ضع index.html ليصبح موقعك مباشرًا في تلك الثانية.
AI تعمل مع الذكاء الاصطناعي؟ دع Claude أو ChatGPT أو أي وكيل ينشئ ويحدّث مواقعك عبر واجهة hdply البرمجية. اطّلع على وثائق الـ API
أنشئ حسابًا مجانيًا في hdply، واختر نطاقًا فرعيًا، وارفع ملف index.html. ستكون صفحتك متاحة على اسمك.hdply.com خلال ثوانٍ — دون أي خادم أو إعداد استضافة.
نعم. الصفحات الشخصية ومعارض الأعمال والنماذج الأولية وصفحات الهبوط مجانية، مع HTTPS ونطاق فرعي خاص بك. لا حاجة لبطاقة ائتمان.
لا. لا خطوة بناء ولا CLI ولا إعدادات. إن كنت تستطيع كتابة ملف HTML، فيمكنك نشره مباشرة من المتصفح.
المواقع الثابتة: HTML مع CSS وJavaScript. مثالية لصفحات الهبوط ومعارض الأعمال والعروض التوضيحية والتوثيق والمواقع الشخصية الصغيرة.
A one-file website has no server to manage. Here's what that means, and when it's the right choice.
A static website is just files — HTML, CSS, JavaScript and images — handed to the browser exactly as written. There is no server-side code computing pages on each visit, no database to query, and nothing to keep patched. Most of the web works this way: portfolios, landing pages, documentation and event pages are all static, and even rich interactivity runs in the visitor's browser rather than on a server. If your page doesn't need user accounts or a database, static hosting is all it takes.
Frameworks, build steps and Git workflows exist to manage large, evolving codebases. For a single page they add ceremony with no payoff. A self-contained index.html — with its styles and scripts inline — is the simplest thing that can possibly work: it loads instantly, survives traffic spikes that would flatten a small server, and is trivial to back up or move. When a project genuinely grows you can graduate to a build pipeline; until then, one file keeps you fast.
hdply serves your file byte-for-byte from your own subdomain, with HTTPS included and no configuration. You upload or paste your HTML and it is live in seconds; edit it in the browser and the change deploys on save. Every deploy is kept in a version history, so rolling back a mistake is one click — the useful part of version control without a repository. There is no CLI, no YAML and no server to maintain.