Blueprint is a new language to create modern and good lookingfrontends in a matter of seconds
Find a file
2025-03-27 17:29:28 +01:00
docs release 2025-01-21 14:00:09 +01:00
examples feat: code blocks beta 2025-03-27 17:29:28 +01:00
extension feat: code blocks beta 2025-03-27 17:28:51 +01:00
lib feat: code blocks beta 2025-03-27 17:29:28 +01:00
src release 2025-01-21 14:00:09 +01:00
.gitignore release 2025-01-21 14:00:09 +01:00
LICENSE.md Rename LICENSE to LICENSE.md 2025-01-21 14:16:07 +01:00
package.json feat: code blocks beta 2025-03-27 17:28:51 +01:00
README.md fix: add roadmap 2025-01-21 14:25:26 +01:00

Blueprint 🎨 - Modern Web UI Language

A modern programming language, which feels like SwiftUI, but for web development.

Quick Start 🚀

# Clone and setup
git clone https://github.com/epilogueteam/blueprint.git
cd blueprint
npm install

# Development
npm run dev    # Starts server at http://localhost:3000

# Production
npm run build  # Generates production files

Roadmap 🛣️

  • Blueprint server blocks
  • Blueprint live editor
  • Blueprint components

Why Blueprint?

  • 🎯 SwiftUI-like syntax for web development
  • Optimized performance & real-time updates
  • 🌐 Cross-platform responsive design
  • 💝 Free & open-source
  • 🔄 Live reload development

Development Guide 💻

  1. After installation, access your project at http://localhost:3000
  2. Make changes and see them instantly with live reload
  3. For production, build optimized files using npm run build
  4. Deploy built files to your preferred hosting platform