Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 827 Bytes

File metadata and controls

43 lines (32 loc) · 827 Bytes

BlackRoad Simple Launch

Quick-start templates for BlackRoad projects

Quick Reference

Property Value
Type Templates
Purpose Project scaffolding
Stack Multi-framework

Templates

  • Next.js: Web application starter
  • Worker: Cloudflare Worker template
  • API: Backend API starter
  • Agent: BlackRoad agent template

Usage

# Clone and start
git clone blackroad-simple-launch
cd blackroad-simple-launch/nextjs
npm install && npm run dev

Design System

All templates include BlackRoad design system:

--amber: #F5A623;
--hot-pink: #FF1D6C;
--electric-blue: #2979FF;
--violet: #9C27B0;

Related Repos

  • blackroad-os-web - Full web app
  • blackroad-cli - CLI scaffolding
  • containers-template - Docker templates