Netist is a web-based tool for designing and managing multi-cloud network architectures.
It provides an intuitive interface for creating and configuring virtual networks across different cloud service providers.
- Next.js 15 (App Router)
- TypeScript
- CSS Modules
- shadcn/ui - Beautiful and accessible components
- Tailwind CSS
- React Hooks
- Node.js v22.11.0 or higher
- npm 11.0.0 or higher
- etc.
# Clone the repository
git clone https://github.com/yunkon-kim/netist.git
# Navigate to project directory
cd netist
# Install dependencies
npm install
# Start development server
npm run dev
Visit http://localhost:3000 to look around Netist 😎
- Multi-cloud network design
- Support for major cloud providers (AWS, Azure, GCP)
- Visual network configuration
- Automatic subnet calculation
- JSON configuration export
- Responsive design for various screen sizes
This project is licensed under the Apache License 2.0 License - see the LICENSE file for details.
This is a Next.js project bootstrapped with shadcn/ui init
.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
Learn about the core technologies used in this project:
- Next.js Documentation - Framework features and API
- shadcn/ui Documentation - UI components and guides
- Tailwind CSS - Utility-first CSS
- TypeScript Handbook - TypeScript essentials
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.