Welcome to craft.tech - a revolutionary vibe coding tool that transforms the way developers create, collaborate, and craft amazing applications. Inspired by the innovative approach of bolt.diy, craft.tech brings a unique blend of AI-powered development, modern tooling, and an exceptional developer experience.
- Intuitive Interface: Clean, modern UI that adapts to your coding style
- Smart Code Assistance: AI-powered suggestions and completions
- Real-time Collaboration: Work together seamlessly with your team
- Visual Code Building: Drag-and-drop components and visual editors
- Next.js 15: Latest App Router with React 19
- TypeScript: Full type safety and enhanced developer experience
- Tailwind CSS v4: Cutting-edge styling with performance optimizations
- Turbopack: Lightning-fast build times with next-generation bundling
- Hot Module Replacement: Instant feedback during development
- Optimized Builds: Production-ready with automatic optimizations
- Analytics Integration: Built-in Vercel Analytics and Speed Insights
- SEO Optimized: Best practices for search engine optimization
- ESLint Integration: Code quality and consistency
- TypeScript Support: Full type checking and IntelliSense
- Modern JavaScript: Latest ECMAScript features
- Component Architecture: Modular and reusable component system
- Node.js 18.x or higher
- npm, yarn, pnpm, or bun
# Clone the repository
git clone https://github.com/craftdottech/craft.git
cd craft
# Install dependencies
npm install
# or
pnpm install
# Start the development server
npm run dev
# or
pnpm devOpen http://localhost:3000 in your browser to see craft.tech in action! 🎉
# Development server with Turbopack
npm run dev
# Production build
npm run build
# Start production server
npm run start
# Run ESLint
npm run lintcraft/
├── src/
│ ├── app/ # Next.js App Router
│ │ ├── globals.css # Global styles
│ │ ├── layout.tsx # Root layout
│ │ └── page.tsx # Home page
│ ├── components/ # Reusable components
│ └── lib/ # Utilities and configurations
├── public/ # Static assets
├── .github/ # GitHub workflows and templates
├── CONTRIBUTING.md # Contribution guidelines
└── README.md # This file
Start by familiarizing yourself with the craft.tech interface. The clean, modern design is built to enhance your coding experience.
Use the intuitive project creation tools to start building your next amazing application.
Personalize craft.tech to match your coding style and preferences.
Invite team members and start collaborating in real-time.
We welcome contributions from developers of all skill levels! Whether you're fixing bugs, adding features, or improving documentation, your help makes craft.tech better for everyone.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
For detailed guidelines, please read our Contributing Guide.
- 🐛 Bug Reports: Help us identify and fix issues
- ✨ Feature Requests: Suggest new capabilities
- 📚 Documentation: Improve guides and examples
- 🎨 UI/UX: Enhance the user experience
- 🧪 Testing: Add test coverage
- 🌐 Translations: Make craft.tech globally accessible
- Frontend: React 19, Next.js 15, TypeScript
- Styling: Tailwind CSS v4, PostCSS
- Build Tool: Turbopack (Next.js native)
- Code Quality: ESLint, TypeScript
- Analytics: Vercel Analytics, Speed Insights
- Deployment: Vercel (optimized for Next.js)
- Getting Started Guide - Complete setup and usage guide
- API Reference - Detailed API documentation
- Component Library - Available components and usage
- Contributing Guide - How to contribute to the project
- Code of Conduct - Community standards and enforcement
Join our growing community of developers who are building the future of coding:
- GitHub Discussions: Join the conversation
- Issues: Report bugs or request features
- Twitter: Follow us @craftdottech
- AI Integration: Enhanced code assistance and generation
- Real-time Collaboration: Live editing and sharing features
- Plugin System: Extensible architecture for custom tools
- Performance Optimization: Faster builds and better user experience
- Visual Code Builder: Drag-and-drop interface for rapid development
- Template Gallery: Pre-built templates for common use cases
- Cloud Sync: Seamless project synchronization across devices
- Advanced Analytics: Deep insights into your development workflow
View our detailed Roadmap for more information.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the innovative work of bolt.diy
- Built with ❤️ by the craft.tech community
- Special thanks to all our contributors
The easiest way to deploy craft.tech is using the Vercel Platform:
For other deployment options, check out our Deployment Guide.
Made with ✨ by developers, for developers.