# Landing page hosting for marketing teams moving today\
\
Put a campaign page, one pager, event invite, media kit or sales leave-behind on its own link without joining an engineering release. Publish the finished file, send it, and update it in place.\
\
## What marketing teams actually send\
\
Landing page hosting for marketing teams turns an approved campaign artifact into a browser link without making the team own a server or repository workflow. It is useful when the page or document is already finished and distribution is the remaining job.\
\
The artifact changes with the channel. Paid media may need a focused HTML landing page. Sales may need a one-page PDF that opens cleanly on a phone. An event team may need an invitation and a QR code. The shortest route is to host the format that already passed review: paste HTML into a URL, publish a PDF as a link, or turn a menu or handout into a QR destination.\
\
This does not remove the need for analytics strategy, forms, consent or a campaign system of record. It removes the release dependency for a static asset. If the page includes a form, it can post to an existing service; email capture provided by Droply starts on Business. If it needs account-aware personalization or server-side decisions, it belongs on the application stack instead.\
\
- **Campaign landing page.** A focused static page for one audience, offer and next action.\
- **One pager.** A product, service or account brief that opens in a browser instead of waiting in an attachment tray.\
- **Media kit.** Logos, approved descriptions, images and contact details gathered at one current address.\
- **Event page.** The agenda, venue, speakers, registration link and practical details a guest checks from a phone.\
- **Sales leave-behind.** A post-call page or PDF that a buyer can reopen and forward without finding the original thread.\
- **Promotion or menu.** A time-bound offer, price sheet or QR destination that needs to change without reprinting the code.\
\
## Where a static link removes a handoff\
\
The page is most useful at the point where approved material is waiting for another team to make it public.\
\
- **Campaign marketers.** Publish approved code through HTML to URL or upload the built campaign folder.\
- **Sales teams.** Give a deck or one pager a direct PDF link that can be updated after it is sent.\
- **Event and field teams.** Point print material at a PDF QR code or live information page.\
- **AI-assisted teams.** Publish a generated page through AI website hosting, building first when the output is a full project.\
\
## What you get\
\
### A short path from approval to distribution\
\
Static assets do not need a release train when they are not part of the main application. The uploader and paste flow put the approved result online without requiring access to a production repository.\
\
- A loose .html file is accepted without a ZIP when it carries everything it needs.\
- A folder or ZIP keeps images, fonts, CSS and scripts in their relative paths.\
- Raw HTML from a writer or AI tool can use the paste flow.\
\
### One destination for the life of the campaign\
\
A printed QR code and a sent email cannot be recalled. Updating the deployment behind the address lets the campaign page change without invalidating the distribution that already happened.\
\
- Every re-publish keeps the same site address.\
- Rollback begins on Pro if an approved version has to return.\
- Expiring links begin on Starter when the campaign should close automatically.\
\
### Controls for the point after launch\
\
A public page needs more than a URL when it becomes part of a campaign. Paid tiers add the controls that make the address useful beyond a one-off share.\
\
- Visitor analytics start on Pro.\
- Email capture starts on Business.\
- Custom domains start on Pro, with automatic HTTPS.\
\
### A check before more traffic finds the mistake\
\
Campaign folders are often copied from staging work. The deploy inspection looks for files and credential patterns that should not have crossed into a public package.\
\
- Every plan receives the check, including free.\
- Warnings cover .env files, .git folders, private keys and API-key patterns.\
- The check reports the risk; a leaked credential still has to be rotated by its owner.\
\
## What the free plan includes\
\
The free plan covers one campaign page or document with a real HTTPS address and no card.\
\
- 1 live site on a real free plan, not a trial of a paid one, and no card to start.\
- Up to 25 MB per upload and 25 MB of storage across the account.\
- 5,000 visits and 5 GB of traffic a month.\
- HTTPS with a real certificate, issued and renewed for you.\
- Up to 25 publishes a day, so you can iterate without asking permission.\
- The deploy-time security check, which reads what you published and warns about a stray .env file, a .git folder, a private key or an API key left in your JavaScript.\
- A small Droply badge in the corner of the page. Removing it starts on Starter.\
- Free sites are served noindex, so search engines do not list them. Search visibility starts on Starter.\
- The link keeps its address through copy fixes, image swaps and other re-publishes.\
\
## Email can deliver a file, but it cannot become the page\
\
An attachment is the right choice when the recipient needs the source file and the message is the context. A hosted link is better when the browser experience, a stable destination and future updates are part of the campaign.\
\
- **First open.** Droply: The link opens the published page or document over HTTPS. Email attachment: The recipient opens or downloads a file from the message.\
- **After an edit.** Droply: Publish the corrected asset at the same address. Email attachment: Send a replacement attachment and explain which version is current.\
- **Interactive HTML.** Droply: HTML runs as a browser page with its links and scripts. Email attachment: Mail systems treat HTML files as attachments and may block risky executable formats.\
- **File size.** Droply: The limit is plan-based; the free upload ceiling is 25 MB. Email attachment: Personal Gmail accounts allow up to 25 MB total, then Gmail substitutes a Drive link.\
- **Campaign address.** Droply: A site subdomain, or a custom domain from Pro. Email attachment: The file remains part of an email or shared-drive flow.\
- **Best fit.** Droply: A page or collateral destination that needs to open, change and be forwarded. Email attachment: A source file the named recipient should download, edit or archive.\
\
Email rows checked 8 September 2026 against Google's Gmail attachment guide, which documents the 25 MB personal-account limit, Drive-link fallback and blocked executable file types. Mail providers differ, and product limits can change.\
\
## When Droply is the wrong choice\
\
Keep the page on the main product stack when it needs that stack to make decisions, hold customer data or coordinate a release. A static campaign page is a distribution artifact, not a second application.\
\
- You need server-side personalization, authenticated account data, a cart or a database-backed form workflow.\
- The asset must inherit the main site's release process, experiments and consent tooling. Publish it with the main site.\
- The recipient needs to edit the source document. Send the attachment or collaboration link instead of a read-only published result.\
- You need a database, a login system, or code that runs on the server. Droply serves files; it does not execute your application.\
- You want a build to run on every push to a repository. Droply has no Git integration and no CI: you build locally and upload the result.\
- You are running WordPress or another PHP application. A static export of it can be hosted here, but the application itself cannot.\
\
## Frequently asked questions\
\
### Can a marketing team publish a landing page without Git?

Yes, when the page is already static output. Upload the HTML or ZIP, or paste the HTML code, choose the address and publish without a repository integration.

### Can I upload a page made by an AI tool?

Yes. A single HTML file and a self-contained .jsx or .tsx file can take the direct path. A full Vite, Next.js or other project needs to be built first; the AI hosting guide explains the boundary.

### Can I change campaign copy without changing the URL?

Yes. Re-publish the corrected files to the same site. Ads, messages and QR codes that already carry the address continue to reach the newest deployment.

### Can I use our campaign domain?

Yes, from Pro. Connect the domain, complete ownership verification and the HTTPS certificate is issued and renewed automatically.

### Does a landing page include analytics?

Visitor analytics start on Pro. The free plan still counts usage against its 5,000 monthly visit allowance, but it does not provide the paid analytics view.

### Can the page collect email addresses?

Email capture starts on Business. If the page already posts to another form service, that client-side form can continue to call it as long as the service allows the published origin.

### Can I make a campaign link expire?

Yes, from Starter. Choose a preset duration or a date, which is useful for embargoed material, event handouts and offers that should stop resolving after the campaign.

### Should I send a PDF or build a landing page?

Use the format that does the job. A PDF link preserves a signed-off document and is quick to share; HTML is better when responsive layout, navigation or browser interaction matters.

### Will a free campaign page appear in search?

No. Free sites are served noindex. Indexing begins on Starter, which should be a deliberate choice for a campaign page rather than an accidental side effect.

### What should not be put in the uploaded campaign folder?

Do not include source repositories, .env files, private keys or secrets in browser JavaScript. The deploy security check warns about common exposures, but any credential that reached a public URL should be rotated.\
\
## Other audiences\
\
- [Website Hosting for Designers](https://droply.host/for/designers)\
- [Static Hosting for Developers](https://droply.host/for/developers)\
- [Website Hosting for Small Business](https://droply.host/for/small-business)