NST-SDC.dev is a sophisticated development platform built upon the foundation of bolt.diy by StackBlitz Labs. This project maintains and extends the original capabilities while adding new features and improvements for the NST-SDC developer community.
nst-sdc/
├── app/ # Main application code
│ ├── components/ # React components
│ ├── lib/ # Core libraries and utilities
│ ├── styles/ # Global styles and themes
│ └── types/ # TypeScript type definitions
├── icons/ # Application icons and assets
├── public/ # Static files
└── functions/ # Backend functions
- Modern Development Environment: Full-featured IDE with syntax highlighting and intelligent code completion
- Real-time Collaboration: Built-in tools for collaborative development
- Integrated Terminal: Full terminal access for development tasks
- Theme Support: Customizable themes including a refined dark mode
- Git Integration: Built-in source control management
- Frontend: React, TypeScript, Tailwind CSS
- Build Tools: Vite, UnoCSS
- State Management: Nanostores
- Editor: CodeMirror
- Terminal: Xterm.js
This project is based on bolt.diy by StackBlitz Labs. We maintain the original licensing and attribution while extending the functionality for our specific use case.
- Original Project: bolt.diy
- Created By: StackBlitz Labs
- License: MIT
The NST-SDC.dev platform includes several enhancements while maintaining compatibility with the original bolt.diy project:
- Custom theming and branding
- Enhanced developer tools
- Improved user interface
- Additional features specific to NST-SDC development needs
We welcome contributions from the community! While this is a modified version of bolt.diy, we maintain our own development roadmap and feature set.
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2023 StackBlitz Labs (Original bolt.diy project)
Copyright (c) 2024 NST-SDC.dev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Built with ❤️ by the NST-SDC Team
Based on bolt.diy by StackBlitz Labs