Framely

screenshot of Framely
nextjs
react
tailwind
shadcn-ui
prisma

Framely: The open-source, lightweight, multi-tenant drag-and-drop website editor for modern web applications, powered by Next.js

Overview

Framely is an innovative full-stack application built on Next.js, designed to facilitate the creation and management of websites in a multi-tenant environment. This platform offers users a unique, flexible drag-and-drop editor that allows for significant customization of websites without needing advanced coding skills. While the project is still undergoing development, several core features are already functional, making it a promising tool for anyone looking to create visually appealing and responsive sites.

As it stands, Framely is inviting contributions and feedback to refine its capabilities further. This open approach encourages users to participate in shaping the platform, ensuring that it meets the needs of a diverse user base. The blend of robust backend logic with a user-friendly interface makes Framely a compelling option for developers and non-developers alike.

Features

  • User Authentication: Secure user access powered by Clerk, ensuring that site creators can manage permissions effectively.
  • Site Dashboard: A centralized location to easily create and manage multiple sites from a single interface.
  • Drag-and-Drop Website Builder: An intuitive editor allows users to design websites quickly and efficiently without needing coding expertise.
  • Multi-Tenancy Support: Seamlessly build websites on subdomains, catering to various customer needs within the same framework.
  • Generated CSS Preview: Soon-to-come feature enabling users to view and customize the generated CSS for every website element for better styling control.
  • Optimised NextJS Exports: Plan to export sites as optimized Next.js builds for improved performance.
  • SEO Optimization: Features aimed at enhancing search engine rankings for custom-built sites are in development.
  • Site Analytics: Future inclusion of tracking tools will enable users to monitor site performance and user interactions effectively.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.