Destack

screenshot of Destack
nextjs
react
tailwind

Page builder for Next.js . Zero-config deployment . React now supported!

Overview:

Destack is a tool that allows users to build landing pages within their React or Next.js projects. It offers a selection of pre-designed blocks from Tailblocks, Meraki UI, and Hyper UI, as well as support for image uploads and form submissions. With Destack, users can focus on their projects without worrying about creating marketing pages.

Features:

  • Powerful Blocks: Destack includes hundreds of well-designed and functional blocks from Tailblocks, Meraki UI, and Hyper UI. It supports Tailwind's theme colors.
  • Delightful Builder: The builder is powered by Craft.js, a minimal page-builder framework. It is designed for simplicity and provides a quick way to build landing pages for side projects.
  • Data Ownership: Destack stores all assets on platforms like Github or Bitbucket through the editor. Users don't have to deal with external dependencies.
  • Assets & Forms Support: Images uploaded in the editor are stored in the user's repository and displayed when needed in production. Destack also supports HTML and API form submissions.
  • Easy Setup & Deployment: Destack works with both existing and new React and Next.js projects. It requires minimal setup and no extra configuration for deploying landing pages to production.

For a new Next.js project:

  1. Fork the destack-starter project.
  2. Or deploy a project to Vercel.
  3. Or preview it online with Gitpod.

For an existing Next.js project:

  1. Install Destack on your Next.js project.
  2. Setup the builder endpoint by creating pages/api/builder/handle.js with the provided code snippet.
  3. Create a new page on any Next.js page where you want to setup Destack.

For a new React.js project:

  1. Fork the destack-react-starter project.
  2. Or deploy a project to Vercel.
  3. Or preview it online with Gitpod.

For an existing React.js project:

  1. Install Destack on your React.js project.
  2. Setup the builder endpoint by following the provided code snippet in package.json.

Summary:

Destack is a powerful tool that allows users to easily build landing pages within their React or Next.js projects. With a wide range of pre-designed blocks and a simple builder, users can quickly create captivating marketing pages. The tool supports data ownership, asset and form management, and seamless setup and deployment. Whether you're starting a new project or working with an existing one, Destack provides the flexibility and functionality needed to build beautiful and functional landing pages.

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.

landing-page
Landing Page

A landing page is a standalone web page designed to promote a specific product, service, or offer. Landing pages are used in marketing campaigns to drive conversions and increase revenue, and typically include a clear call to action, minimal distractions, and a focus on the benefits of the product or service.

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.

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.