Installation
Install Remix using your preferred package manager:Create Your First Server
Create a file calledserver.ts:
server.ts
Run Your Server
http://localhost:3000 to see your application running!
Add Middleware
Add logging middleware to track requests:server.ts
Type-Safe Routing
Generate type-safe links using thehref() method:
Add a Database
Install a database adapter:db.ts
Add Sessions
Add session management for authentication:Next Steps
Core Concepts
Learn about Remix’s architecture and design principles
Routing Guide
Master type-safe routing and middleware
UI Components
Build reactive UIs with signals-based components
API Reference
Explore the complete API documentation
Need Help?
- Check out the full documentation
- Read the deployment guides
- Explore example applications