Skip to content

πŸ—οΈ a mini oss alternative to vercel that you can spin up for yourself

Notifications You must be signed in to change notification settings

geekyharsh05/aether

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Aether

A deployment platform for nextjs similar to vercel

The Names

Aether means pure air in Greek Mythology. There are three main services in Aether:

  • Nexus - A web app which is central point for all interactions
  • Herald - The messenger between github and internal queue system
  • Forge - Worker that takes builds the project and handle deployments

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚    Nexus    │─────▢│    Herald    │─────▢│    Forge    β”‚
β”‚  (Next.js)  β”‚      β”‚ (GitHub App) β”‚      β”‚  (Builder)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜      β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜      β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
      β”‚                      β”‚                      β”‚
      β–Ό                      β–Ό                      β–Ό
  PostgreSQL            BullMQ/Redis            Docker

Tech Stack

  • Frontend: Next.js 15, React 19, Tailwind CSS
  • Backend: Node.js, TypeScript
  • Database: PostgreSQL + Drizzle ORM
  • Queue: BullMQ + Redis
  • Build: Docker
  • Auth: Better Auth + GitHub OAuth
  • Monorepo: Turborepo + pnpm

Requires: Node.js 18+, pnpm, Docker, PostgreSQL, Redis, GitHub App credentials

About

πŸ—οΈ a mini oss alternative to vercel that you can spin up for yourself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.1%
  • CSS 3.8%
  • JavaScript 2.1%