Aether - A modern app built using Next.js to help you organize your notes, tasks, and events.
268
A modern, full-stack productivity app (built using Next.js, React, Prisma, Tailwind, and Upstash Redis) designed to help you organize your notes, tasks, and events with AI assistance. This project demonstrates best practices in app architecture, database integration, and Docker-based deployment.
Ensure Docker is installed on your system.
docker build -t ai-productivity-app .
docker run --env-file .env -p 3000:3000 ai-productivity-app
| Technology | Purpose |
|---|---|
| Next.js | Framework (SSR/CSR support) |
| React 19 | UI Components |
| Prisma ORM | Type-safe Database Access |
| Upstash Redis | Caching & Fast Data Retrieval |
| NextAuth | Authentication & Session Handling |
| Tailwind CSS | Styling and Layout |
| Docker | Containerization & Deployment |
This app is currently on development, ready for Docker-based demos and cloud deployment. Happy building and showcasing!
Content type
Image
Digest
sha256:1f2b2e63c…
Size
49.6 MB
Last updated
6 months ago
docker pull nirban256/aether:backend