Agenly

RoleDesign & Development
StateSold/Shutdown
TypeSaaS
TechReact, Gatsby, Nodejs, Digital Ocean, Redux, Firebase, Stripe, Vercel.

This case is about my side project Agenly, a website builder where you build your sites through having a dialogue with a decision tree(semi-AI).

The big why

This side project came from a sort of frustration with today's big website builders(Squarespace, WiX, etc). They are hard to use for people lacking digital experience which a lot of small business owners do. The website builders also produce websites with horrendous performance(Look at lighthouse test below). That's why I went out looking for a solution.

mockup 1
Solution

What’s needed for small business owners is a tool that:

  • Works on both mobile and desktop. Plenty of business owners use their phones for everything in their business today. They should be able to edit their site from their phone too.
  • Guides them through the entire setup process. Explains to them important web-fundamentals like what SEO is and how it can be adapted.
  • Streamlines the setup process after their industry. The website needs to be able to adapt to the needs of its owner. The setup process for a restaurant and a law firm shouldn’t be alike.
  • Updates over time. The web is constantly evolving. The website needs to change with it.
  • Have a great performance. It should work great on old devices and for people with slow internet access.
  • Works together with Google Analytics and displays user trends in an easily comprehendible way.
  • Marketing Page

  • React-Gatsby
  • Styled Components
  • Prismic CMS
  • SimpleAnalytics
  • mockup 1
    mockup 1
    mockup 1
    How I built it.

    The interface is built with React and Sass. The way the dialogue-based interface works is that the user chooses a dialogue tree at the beginning that's concealed behind picking what the purpose of your site is(restaurant, sports team, store, etc). When the app knows your dialogue tree it starts to push in the different questions.

    The app is constantly keeping the Firestore backend up to date, so the user can leave the setup and start at the same point later. When you have finished the dialogue/setup the app sends the information to the NodeJs server running at DigitalOcean.

    The server takes the information and creates a Gatsby site out of it and deploys it to the web trough Vercel on the customer's domain. The Firestore and NodeJs server is constantly communicating which makes it possible for the user to know if the server is under heavy use which makes the website build time longer.

    Payments are done with the help of Stripe trough the server. The server is also helping with the upload of images and purchasing of domain.

    mockup 1
    mockup 1
    mockup 1
    mockup 1