Skip to content

simovicaleksa/superwebsite-monorepo

Repository files navigation

Overview

image

Superwebsite is a no-code static website builder aimed towards small to medium sized businesses, looking to create an online presence. Watch the demo video for a quick rundown of the project.

It has 0 micro-service dependencies and can be fully self hosted on any VPS or Cloud server.

Some pre-built sections included are:

  • Hero (2 variants)
  • Text and image content
  • Features
  • FAQ
  • Testimonials
  • Trusted by / Partners

For layout you have pre-built:

  • Header
  • Footer

Every section and layout component has the option for dark mode, making design breaks easy to implement.

Architecture

Using Superwebsite dashboard and drag n' drop CMS you create a website. This website is transpiled into json format and is stored in PostgreSQL database.

You can then call the backend API to retrive each page separatly GET api.superwebsite.com/website/[website_id]/[page_id] and render the returned json using @superwebsite/ui package. Your frontend displaying this data should cache the pages and statically render them to viewer user.

Screenshot 2025-03-04 160824 Screenshot 2025-03-04 160912

Screenshots

Section screenshots:

Grid Hero

Screenshot 2024-11-09 at 17-14-04 Sections _ Hero _ Grid Hero - Two Column Image ⋅ Storybook

Background Hero

Screenshot 2024-11-09 at 17-14-52 Sections _ Hero _ Background Image Hero - Default ⋅ Storybook

FAQ

Screenshot 2024-11-09 at 17-15-19 Sections _ FAQ - Centered ⋅ Storybook

Features

Screenshot 2024-11-09 at 17-15-55 Sections _ Features - Centered ⋅ Storybook

Reviews

Screenshot 2024-11-09 at 17-16-41 Sections _ Reviews - Default ⋅ Storybook

Trust

Screenshot 2024-11-09 at 17-17-05 Sections _ Trust - Centered ⋅ Storybook

Image Text Content

Screenshot 2024-11-09 at 17-17-33 Sections _ Two Column Image Text - Default ⋅ Storybook

Header

Screenshot 2024-11-09 at 17-18-19 Layout _ Header - Default ⋅ Storybook

Footer

Screenshot 2024-11-09 at 17-18-01 Layout _ Footer - Default ⋅ Storybook

TODO

  • Themes
  • Importable sections / components
  • Ai section builder with v0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages