Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Generate beautiful HTML files without writing any code. Still in beta!

Steam Inventory Lister and Inventory Worth Calculator with Next.js (React) + Tailwind + DaisyUI and ChakraUI
Writy is a no-code HTML page builder tool built on Next.js, TailwindCSS, and Chakra UI that lets you generate HTML files without writing code. This open-source project is still in beta and is organized as a monorepo containing two packages: a builder application and a sections library.
Writy is an application for building HTML pages using Next.js, TailwindCSS, and Chakra UI, licensed under the MIT License. It takes visual building actions as input and produces static HTML files as output, running locally on Node.js with npm or yarn. The project is maintained by Nirmalya Ghosh, who also shares related boilerplates for Hasura and Strapi Next.js starters.
Writy is aimed at developers and non-developers who want to produce static HTML pages quickly. Web designers can assemble page sections visually without hand-writing markup, and frontend developers can extend the React-based section components with their own Tailwind styling. Teams evaluating no-code site generators can use this beta project as a reference implementation built on popular React tooling.
To run Writy locally, clone the repository, change into the writy directory, install dependencies with yarn install, and then run yarn dev from the root. That command starts both the builder frontend application and the sections components, with the builder available at http://localhost:3000/.
Writy is open source under the MIT License, so it is free to use, modify, and distribute. You only need a local Node.js environment to run it.
Writy is an application for building HTML pages using Next.js, TailwindCSS, and Chakra UI. It was created to let users generate HTML files without writing any code, though the repository itself is code that can be run and extended.
The project lists Chakra UI, Emotion, Next.js, TailwindCSS, and TypeScript as its core technologies. The builder package uses Chakra UI, while the sections package uses TailwindCSS with React.
The README includes a one-click Deploy with Vercel button for the builder package. You sign up for a free Vercel account, then the deployment flow connects to the GitHub repository and sets up the project.
