Skip to main
Article
Early design concepts for OddBird's new site

Open Design for OddBird.net

We’re re-building our website in the open, and writing about our process along the way. We hope you’ll follow along and even get involved!

It’s time for a major overhaul of the OddBird website, referred to internally as our OddSite. This will be more work than we can handle in one pass, so we’re going to take things slow and re-design our site in the open – sharing our thoughts while we work.

At OddBird, we are very familiar with open source collaboration, and daily client feedback, but designing a site in the open is new to us. Luckily, we’re not the first to do it. There’s a broad range of open design practices, so we’ll mix-and-match to see what works for us.

We decided to re-design our live site, rather than starting from scratch on a private staging server. That means we’ll be taking live traffic while we work, and using continuous integration to make updates on a regular basis. It also means we needed a usable first draft, so the site would work publically from day one. We’ll post more about that drafting process in the next week or two.

You’ll be able to see the site live as it develops, but we’ll also post articles along the way – capturing screen shots of the site at different stages, sharing artifacts from the design process (such as sketches and planning documents), and telling stories about our process and decision making. We also have our source code available on GitHub, and will talk about the open source tools we use, and share any tools we build.

These are the rough stages we expect to go through:

  1. Planning and Rough Drafts – You’re looking at a first rough outline of the site contents and organization. Miriam and Sondra put together this draft based on conversations with the team, as a proposal to discuss. At this point everything is still up for debate.
  2. Information Architecture – Before we dive into the fun design work, we want to make sure that all our content is in place, visitors can find the information they need, and we’re telling the story we want to tell. We need to spend some time looking at it, playing with it, sorting out exactly what user stories are most important, and planning how those stories can be achieved.
  3. Code Architecture —  With a better view of our own content, we’ll spend some time improving the data structures, views, and templates that drive the site. We’re using rstBlog – a powerful but poorly-documented Python static-site generator – so it will take some customization and a lot of documentation to make sure we have a maintainable site going forward. We want to encourage regular updates, so it’s important that we get the development flow right.
  4. Design and Interaction – We save most of our graphic design work for the end of the process. In reality, our designers are involved at every stage, guiding the planning and architecture from the start. Sondra made a few photoshop sketches to get us started on this first draft, and we’ll generate more sketches to help us understand the architecture and flow as we move forward. But once everything is in place, we will be able to make much more clear and informed decisions about the final visual details.

The steps can be listed like a numbered waterfall, but that’s not how it will happen in practice. The site goals will get broken down into distinct user stories, and each story will reflect a microcosm of the larger process. Changes to architecture will affect how we think about user stories, and “final” changes to design will affect the architecture. The process is flexible, and we can move around as we need to, but having a general order reminds us what is most important to focus on at each stage of the process.


  1. The OddFriends Slack channel is no longer available. ↩︎

Recent Articles

  1. A stand of smartphones
    Article post type

    When to Choose a Native Mobile App

    Part 2 – Responsive Web App vs Native Mobile App vs Progressive Web App

    If you have an idea for a digital product, you may be wondering if you should build a responsive web app, a native mobile app, or a progressive web app. Is one option inherently better? What are the pros and cons? This is part 2 of a three-part series unpacking…

    see all Article posts
  2. spider web with dew drops
    Article post type

    When to Choose a Responsive Web App

    Part 1 – Responsive Web App vs Native Mobile App vs Progressive Web App

    The decision of what platform to use to build your app is quite important – affecting project scope, timeline, and budget. But understanding the differences between a responsive web app, a native mobile app, and a progressive web app – and deciding which one is right for your project …

    see all Article posts
  3. The top front of a bright yellow shipping container with the door open and a blue sky behind it
    Article post type

    Can We Query the Root Container?

    The complexities of containment, overflow, and ‘propagation’

    I spoke about Container Queries at both Smashing Conference (San Francisco) and CSS Day (Amsterdam) – where I recommended setting up a root container to replace most media queries. Since then, Temani Afif pointed out a few issues with that approach, and sent me down a rabbit hole of overlapping…

    see all Article posts