A fast, modern React framework with file-based routing, powered by Rspack.
- File-based routing with dynamic and catch-all routes
- Nested layouts
- Custom rspack configuration
- React Compiler & HMR
- TypeScript & PostCSS support
- Environment variables (
.env,.env.local)
bun add aplosjs
# Start development server
npx aplos server
# Build for production
npx aplos buildSee the full documentation in the documentation/ directory, or browse it online at aplos.alpacode.io.