Adobe Introduces 'Muse' Subscription-Based Website Creation Tools

adobe muse iconAdobe today announced the launch of a beta version of new website-building tools codenamed "Muse" that will allow users to easily create websites without needing to know HTML. Being compared in some ways as an advanced version of Apple's phased-out iWeb software, Muse is targeted at print designers with little or no experience in web design.

Plan your project — Easy-to-use sitemaps, master pages, and a host of flexible, site-wide tools make it fast and intuitive to get your site planned out and ready for design.
Design your pages — Combine imagery, graphics and text with complete control, flexibility and power (almost as if you were using Adobe InDesign).
Add interactivity — Drag and drop fully customizable widgets like navigation menus and slide shows, embed HTML code snippets to include things like Google Maps, enable tool tips, rollovers and much more.
Publish your site — Preview your site with Muse to see how it looks and test how it works. Then convert to a live website using Adobe for hosting, or export the HTML for hosting with a provider of your choice.

Adobe Muse offers users familiar with such products as Illustrator, InDesign, and Dreamweaver an easy transition to HTML-free web design, with customizable drag-and-drop widgets being complemented by embeddable code from sites like Google Maps and Facebook to extend the functionality.


As Macworld notes, users will not be required to use Adobe's hosting service for projects created in Muse, but the company is planning to introduce new features such as blogs, contact forms, and shopping carts that would require users to utilize Adobe hosting if they wish to take advantage of the features.

Muse is currently in a free public beta phase, with the official version set to launch early next year. Muse will be a subscription-based product, with pricing set at $20 per month or $180 per year. Adobe notes that it intends to roll out new features for Muse on a regular basis ("probably quarterly"), making a subscription model a better option than Adobe's traditional system of standalone purchases of major versions released every 18-24 months.

Popular Stories

iPhone SE 4 Vertical Camera Feature

iPhone SE 4 Production Will Reportedly Begin Ramping Up in October

Tuesday July 23, 2024 2:00 pm PDT by
Following nearly two years of rumors about a fourth-generation iPhone SE, The Information today reported that Apple suppliers are finally planning to begin ramping up mass production of the device in October of this year. If accurate, that timeframe would mean that the next iPhone SE would not be announced alongside the iPhone 16 series in September, as expected. Instead, the report...
iPhone 17 Plus Feature

iPhone 17 Lineup Specs Detail Display Upgrade and New High-End Model

Monday July 22, 2024 4:33 am PDT by
Key details about the overall specifications of the iPhone 17 lineup have been shared by the leaker known as "Ice Universe," clarifying several important aspects of next year's devices. Reports in recent months have converged in agreement that Apple will discontinue the "Plus" iPhone model in 2025 while introducing an all-new iPhone 17 "Slim" model as an even more high-end option sitting...
Generic iPhone 17 Feature With Full Width Dynamic Island

Kuo: Ultra-Thin iPhone 17 to Feature A19 Chip, Single Rear Camera, Semi-Titanium Frame, and More

Wednesday July 24, 2024 9:06 am PDT by
Apple supply chain analyst Ming-Chi Kuo today shared alleged specifications for a new ultra-thin iPhone 17 model rumored to launch next year. Kuo expects the device to be equipped with a 6.6-inch display with a current-size Dynamic Island, a standard A19 chip rather than an A19 Pro chip, a single rear camera, and an Apple-designed 5G chip. He also expects the device to have a...
iPhone 16 Pro Sizes Feature

iPhone 16 Series Is Less Than Two Months Away: Everything We Know

Thursday July 25, 2024 5:43 am PDT by
Apple typically releases its new iPhone series around mid-September, which means we are about two months out from the launch of the iPhone 16. Like the iPhone 15 series, this year's lineup is expected to stick with four models – iPhone 16, iPhone 16 Plus, iPhone 16 Pro, and iPhone 16 Pro Max – although there are plenty of design differences and new features to take into account. To bring ...
icloud private relay outage

iCloud Private Relay Experiencing Outage

Thursday July 25, 2024 3:18 pm PDT by
Apple’s iCloud Private Relay service is down for some users, according to Apple’s System Status page. Apple says that the iCloud Private Relay service may be slow or unavailable. The outage started at 2:34 p.m. Eastern Time, but it does not appear to be affecting all iCloud users. Some impacted users are unable to browse the web without turning iCloud Private Relay off, while others are...

Top Rated Comments

fredfnord Avatar
169 months ago
Requirements

"Ooh, that sounds interesting, I've definitely got to try..."

"First, download Adobe AIR."

"Uh... riiiight. Next!"
Score: 13 Votes (Like | Disagree)
imgonephishin Avatar
169 months ago
Three main problems with this

Subscription software. I mean, $20/month or $180/year? Really? That's a bit steep. Why does everything have to be a subscription these days? Movies, music, software, ad naseum. I like to buy something outright. Besides, there are a lot of great alternatives (Flux, RapidWeaver, and many more) for 3 or 4 months of Muse's price (or less).

Bloated output code. Dreamweaver produces absolutely atrocious code. Judging by the home page (http://muse.adobe.com/) which was "made in Muse" they've only made some baby steps. But it still suffers from a severe case of "div-itis" with dozens of layered nested divs. Also, that one pretty simple homepage has TWENTY linked .js files. Talk about performance hogs. The code may validate, but it is far from optimized. Now, you may say, "a print designer doesn't care what the code is like." That's true to a point, but imagine a scenario where someone creates a site in Muse and then later, after canceling the expensive software subscription, tries to make some small incremental changes to it themselves (as they learn HTML) or hires a web designer. Navigating the code jungle below is next to impossible.
<div class="grpelem" id="n37"><!-- group -->
<div class="grpelem" id="n38"><!-- group -->
<div class="PamphletWidget widget_invisible grpelem" id="n39"><!-- group -->
<div class="popup_anchor">
<div class="ContainerGroup" id="n40"><!-- stack box -->
<div class="Container grpelem" id="n41"><!-- group -->
<div class="PamphletWidget widget_invisible grpelem" id="n42"><!-- group -->
<div class="ThumbGroup grpelem" id="n43"><!-- none box -->
<div class="popup_anchor">
<div class="Thumb popup_element" id="n44"><!-- simple frame --></div>
</div>
<div class="wrap"></div>
</div>
<div class="popup_anchor">
<div class="ContainerGroup" id="n45"><!-- stack box -->
<div class="Container grpelem" id="n46"><!-- column -->
<div class="colelem" id="n47"><!-- group -->
<div class="grpelem" id="n48"><!-- group -->
<div class="grpelem" id="n49"><!-- group -->
<div class="grpelem" id="n50"><!-- simple frame --></div>
<div class="grpelem" id="n51"><!-- group -->
<div class="grpelem" id="n52"><!-- group -->
<div class="grpelem" id="n53"><!-- content -->
<h4 class="heading-4" id="n55">Share this video</h4>


I could go on: 24 iFrames... 1400 lines of HTML for a very simple page. A fully duplicated site code for IE conditional comments (rather than handling that in the .css).

Bloated native software. It runs on the Adobe Air platform which is still relatively nascent technology and suffers from some performance and stability issues. For example, I just launched the beta right now and it froze on startup. I appreciate that it's merely a public beta, but the reliance on Air does not give me much hope. Also, since when do the tech specs for web design software require a minimum 2.3 GHz dual core processor???
Score: 12 Votes (Like | Disagree)
ScoobyMcDoo Avatar
169 months ago
Muse will be a subscription-based product, with pricing set at $20 per month or $180 per year.

Don't really care for this idea of renting software.
Score: 11 Votes (Like | Disagree)
Small White Car Avatar
169 months ago
Adobe was built on the concept that really useful, creative programs will keep your customers loyal.

The last decade I've seen that vision fade more and more. It was looking like they'd soon be the next Microsoft...profiting from minor upgrades to decades-old software and doing few new things to excite people.

But I gotta say, these last few months have shown more and more promise. There have been a couple of new things like this recently that really gives me hope that Adobe will soon be back on track.

Here's hoping.
Score: 10 Votes (Like | Disagree)
wildmac Avatar
169 months ago


If the code output is a garbled mess or a JavaScript file, it's a huge fail.

How about you leave web design to people that understand the web? If you can't learn a couple simple scripting languages, forget it.

Worse yet, in 6 or 12 months, imagine the poor sap that's asked to fix the site after the guy that built it with this is long gone. Fixing Dreamweaver based sites was bad enough, now this?..

Get Wordpress, buy a theme, and get on with it. This Adobe junk isn't needed.

Props to Adobe for creating another 1998 solution in 2011.
Score: 7 Votes (Like | Disagree)
Lesser Evets Avatar
169 months ago
Uhg. That video... half of it was COMPLETE bullsh-t blathery nothingness waste-o-time words. After 2 Mins, got it, quit talking and show something. They kept showing the same 2 or 3 screens with boxes tweaking. Woopti! Show us what $180/year buys, or package it with CS as another add-on software suite.
Score: 5 Votes (Like | Disagree)