ascii art is quite fascinating and nfts could be cooler so we decided to hide messages in plain sight using stenography with custom encryption and build a social platform
- you get to create ANY ai-generated ascii art which you can then hide a secret message in for your friends and followers
- art is stored on the solana blockchain for verifiability of creation and release times and proof of ownership
- the hidden message gets put into the colours of the ascii characters using LSB encoding and our custom AES encryption for symmetric message hiding and revealing
- the nft art can serve a variety of purposes whether it be a GTA 6 game teaser or a postcard to your friend
- social platform lets you doomscroll creations from friends and public accounts where you can interact with comments and get recommended art based on your interests from our clustering algorithm
- the countdown timer adds suspense before the secret is shown and users can subscribe to interesting countdowns and return when they are unlocked
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.