Без серверов. Без пайплайнов сборки. Без настройки.
Загрузите index.html — и он в сети на вашем поддомене за секунды.
Сохранили — и в сети. Без очередей сборки, сброса кэша и ожидания.
Каждый проект выходит на ваше-имя.hdply.com с TLS из коробки.
Откройте встроенный редактор, поправьте HTML, сохраните — опубликовано.
Без YAML, CLI и Git. Умеете писать HTML — умеете публиковать.
Файл отдаётся ровно таким, каким вы его написали — ничего не добавляется и не удаляется.
Личные страницы, прототипы, портфолио и лендинги — всё бесплатно.
Регистрация по e-mail и коду подтверждения. Это вся форма.
Выберите адрес вроде my-site.hdply.com.
Добавьте index.html — сайт в сети в ту же секунду.
AI Работаете с ИИ? Позвольте Claude, ChatGPT или любому агенту создавать и обновлять сайты через API 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.
От файла на рабочем столе до живого URL меньше чем за минуту.
Опубликовать первую страницу