Welcome to the official landing page for Innflux – The World's First Composable Credit Layer.
This repository contains the source code for the Innflux landing page, designed to introduce our platform and collect early access requests from interested users and institutions.
- Modern Responsive UI: Fully responsive design for desktop and mobile devices.
- How it Works Section: Interactive step-by-step protocol flow with smooth animations.
- Early Access Form: Collects user information and stores it securely in a Supabase Postgres database.
- Supabase Integration: All form submissions are saved directly to the
early_accesstable in Supabase. - User-Friendly Feedback: Success toast notification and improved validation for a seamless user experience.
- HTML5, CSS3 (custom, no framework)
- JavaScript (Vanilla)
- Supabase (Postgres DB, REST API)
git clone https://github.com/your-org/innflux-v3-landing.git
cd innflux-v3-landingNo build tools required. All dependencies are loaded via CDN.
- Create a Supabase project.
- Create a table named
early_accesswith the following columns:id(bigserial, primary key)name(text)email(text)telegram(text)x(text)message(text)created_at(timestamp, default: now())
- Enable Row Level Security (RLS) and add this policy:
create policy "Allow insert for all" on early_access for insert with check (true);
- Update your
index.htmlwith your Supabase project URL and anon public key.
Simply open index.html in your browser.
- Branding: Replace logo and images in the
/imgdirectory as needed. - Form Fields: Adjust form fields and Supabase schema as your use case evolves.
innflux-v3-landing/
├── index.html
├── style.css
├── README.md
├── ...
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
Innflux – Bridging DeFi and TradFi with composable, real-world credit solutions.