react-antd-low-code: A Simple React Low-Code Platform
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Discover react-antd-low-code, a straightforward React low-code platform designed for efficient development. This project leverages Ant Design, Next.js, and Tailwind CSS to provide a robust foundation for building applications quickly. It offers a simplified approach to creating React-based interfaces.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
react-antd-low-code is an intuitive, simple React low-code platform aimed at streamlining the development of web applications. Built with a modern tech stack, it provides a powerful environment for developers to quickly assemble UIs and manage data. The project emphasizes ease of use and rapid prototyping, making it an excellent choice for internal tools or proof-of-concept applications.
Key technologies powering this platform include:
- Framework: Next.js
- Database: PlanetScale
- ORM: Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- UI: Ant Design
- Styling: Tailwind CSS
- Language: TypeScript
Installation
To get react-antd-low-code up and running on your local machine, follow these steps:
- Install Docker Compose: Ensure you have Docker Compose installed on your system.
- Start Services with Docker Compose:
Navigate to the project root and run:
docker-compose up # For background execution: docker-compose up -d - Synchronize Database Schema:
Apply the database schema using Prisma:
npx prisma db push - Install Dependencies and Start Development Server:
yarn install yarn dev - Environment Variables:
Copy
.env.exampleto.envand configure your environment variables as needed.
Examples
While specific code examples for building within the low-code platform are not detailed in the README, the project's core purpose is to enable rapid UI construction using its integrated tools. Developers can leverage the Ant Design components and the Next.js framework to visually or programmatically define application interfaces with minimal boilerplate. The low-code approach means you'll be configuring and connecting components, rather than writing extensive custom code for every element.
Why Use It
react-antd-low-code offers several compelling reasons for adoption:
- Rapid Development: Accelerate your project timelines by utilizing a low-code approach, reducing the need for extensive manual coding.
- Modern Tech Stack: Benefit from a robust and popular technology stack, including React, Next.js, TypeScript, Ant Design, and Tailwind CSS, ensuring maintainability and scalability.
- Simplified Setup: Get started quickly with Docker Compose for service orchestration and Prisma for database management.
- Integrated UI Components: Leverage the comprehensive Ant Design library for a rich set of pre-built, customizable UI components.
- Full-Stack Capabilities: With Next.js, Prisma, and PlanetScale, it provides a solid foundation for both frontend and backend development.
Links
- GitHub Repository: https://github.com/maqi1520/react-antd-low-code
- Deploy with Vercel:
Related repositories
Similar repositories that may be relevant next.

For-Legacy-Web: The Legacy Web Client for Revolt Chat
June 8, 2026
For-Legacy-Web, formerly known as Revite for Revolt, is the legacy web client for the Revolt communication platform. Although officially deprecated, this project continues to receive maintenance updates and welcomes contributions for small fixes. It provides a functional web interface for users to interact with the Revolt chat service.

AI Website Cloner Template: Clone Websites with AI Coding Agents
May 26, 2026
The AI Website Cloner Template is an innovative open-source project that leverages AI coding agents to reverse-engineer any website into a clean, modern Next.js codebase. It enables users to clone entire websites with a single command, extracting design tokens, assets, and reconstructing sections in parallel. This tool is ideal for platform migration, recovering lost source code, or learning web development by deconstructing live sites.
PptxGenJS: Generate PowerPoint Presentations with JavaScript
May 25, 2026
PptxGenJS is a powerful JavaScript library that enables developers to programmatically create professional PowerPoint presentations. It supports various environments, including Node.js, React, and web browsers, offering a comprehensive set of features for designing custom slides, charts, tables, and more. This library simplifies the process of generating .pptx files without requiring a PowerPoint installation.

Textrix: A Powerful, Customizable Rich Text Editor Inspired by Medium
May 15, 2026
Textrix is a modern, open-source rich text editor built for publishing, drawing inspiration from Medium's intuitive interface. It allows users to write, edit, and publish content in one place, generating static HTML for improved performance and SEO. Built with the flexible ProseMirror library, Textrix offers a fast, customizable, and framework-agnostic solution for various web applications.
Source repository
Open the original repository on GitHub.