npx create-subconscious-app to quickly scaffold a new project from one of our templates. Each template includes working code, documentation, and best practices.
Quick Start
- Show you available templates
- Let you choose one interactively
- Download and set up the project
- Provide next steps
Available Templates
E2B CLI Agent
TypeScript • Autonomous agent with secure code execution
- Long-horizon reasoning
- Secure sandbox execution
- File I/O
- Multi-language support
- Data science ready
Search Agent CLI
Python • Web research and information gathering
- Multi-source research
- Live thinking feedback
- Real-time streaming
- Multiple search providers
- Automatic citations
Structured Output (TypeScript)
TypeScript • Type-safe agent responses
- Zod validation
- TypeScript inference
- Automatic parsing
- Sentiment analysis example
Structured Output (Python)
Python • Type-safe agent responses
- Pydantic validation
- Automatic type conversion
- Sentiment analysis example
- FastAPI/Django ready
Convex Real-time App
TypeScript (React + Convex) • Full-stack real-time applications
- Real-time WebSocket updates
- React frontend
- Convex backend
- Tool calling
- Database integration
Customizing Templates
All templates are fully customizable. After creating a project:- Modify the code - Each template includes well-documented source code
- Add tools - Extend functionality by adding custom tools
- Change the engine - Switch between different Subconscious engines
- Customize the UI - For frontend templates, modify React components
Contributing Templates
Have a great example? We’d love to include it! Templates should:- Be production-ready or close to it
- Include clear documentation
- Follow best practices
- Be easy to understand and modify
Related
Quickstart
Get started in 5 minutes
Core Concepts
Learn the fundamentals
Tools
Add custom tools to your agents
Structured Output
Get type-safe responses