Aeris: AI-Native Astrology Software | New York City .

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

February 04, 2026 · New York City

Aeris: AI Astrology Software

Explore Aeris, AI-native astrology software. See how cloud-based tools, LLM integration, and custom designs are turning astrology data into beautiful, real-time astro cartography maps.

Overview
Tech stack
  • Claude
    Claude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.
    Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
  • Elysia
    Elysia.js is the high-performance, ergonomic TypeScript web framework engineered for the Bun runtime, delivering end-to-end type safety for API development.
    Elysia.js is a cutting-edge server-side framework built to maximize the speed of the Bun runtime, often benchmarked as significantly faster than alternatives like Express. Its core strength is end-to-end type safety: it leverages TypeScript and static analysis to infer types directly from your schema, ensuring data integrity from validation through to the handler. This focus on a minimal, powerful syntax and first-class developer experience—including built-in support for OpenAPI (Swagger) and WebSockets—makes it the top choice for building robust, high-throughput REST APIs and services.
  • Supabase
    The open-source PostgreSQL development platform: a Firebase alternative for rapid backend deployment.
    Supabase is the Postgres development platform, providing a complete, open-source backend-as-a-service solution. It packages enterprise-grade tools like a full PostgreSQL database, a RESTful API (via PostgREST), and a GraphQL API (via pg_graphql) that are auto-generated from your schema. The platform includes a comprehensive suite of services: Auth (for user sign-ups and SSO), Storage (for files with S3 integration), Realtime (for database change subscriptions), and Edge Functions (for serverless logic). The core value proposition is clear: build fast with a powerful, scalable SQL database that offers 100% portability and robust security features like Row Level Security (RLS).
  • React Router
    The definitive client-side routing library for React, enabling seamless Single Page Application (SPA) navigation via declarative components like `<Routes>` and `<Link>`.
    React Router is the industry-standard solution for managing URL synchronization and navigation within a React application. The current version, v6/v7, streamlines routing with a declarative API: use `<Routes>` to map paths to components via `<Route>` elements, and use `<Outlet>` for nested layouts . For dynamic control, the library provides powerful hooks, including `useNavigate` and `useParams` . Furthermore, recent v6.4+ updates introduced data APIs like `loaders` and `actions`, centralizing data fetching and mutations within the route configuration for optimized performance and cleaner code architecture .
  • Vite
    Vite is the next-generation frontend build tool: instant server start with native ES modules and lightning-fast Hot Module Replacement (HMR).
    Vite (French for 'quick') is a modern build tool created by Evan You (Vue.js's creator) that delivers a dramatically faster development experience. It operates in two major parts: a dev server that serves source code over native ES modules, eliminating the initial bundling step for instant startup; and a production build command that leverages Rollup and esbuild for highly optimized static assets. This architecture provides consistently fast HMR, even for large applications, and offers out-of-the-box support for TypeScript, JSX, and CSS via a universal plugin API.

Related projects