Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taishikato/autonomics
A platform aimed at creating websites that perform self-optimization
https://github.com/taishikato/autonomics
Last synced: 9 days ago
JSON representation
A platform aimed at creating websites that perform self-optimization
- Host: GitHub
- URL: https://github.com/taishikato/autonomics
- Owner: taishikato
- Created: 2024-04-20T06:40:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T11:54:10.000Z (6 months ago)
- Last Synced: 2024-10-12T02:29:15.713Z (25 days ago)
- Language: TypeScript
- Homepage: https://autonomics.vercel.app
- Size: 762 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autonomics
Autonomics is a platform aimed at creating websites that perform self-optimization.
As a first step, Autonomics is currently focusing on using AI to automatically and continuously optimize CTA buttons on landing pages through A/B testing.
It comes in two parts:
1. **Autonomics Dashboard** - an open-source dashboard to manage your AB testings.
2. **Autonomics API** - an open-source APIs to fetch/update your AB testings.## Tech stack
- Supabase - Auth, Database, Edge Functions
- Next.js - for the dashboard
- Vercel - hosting the dashboard## Features
Currently, Autonomics does one simple thing:
It continuously automates A/B testing of CTA buttons using AI. Every seven days after starting an A/B test, the AI compares the CTR (Click-Through Rate) of the two current CTA button texts being used. It automatically excludes the text with the lower CTR from the test, creates a new text, and begins a new A/B test with the text that had the higher CTR in the previous test.
## Demo
You can check the quick demo here: https://youtu.be/lVsIGvQyIwM?si=XDYBdsN1MNuFT877