Skip to content

Repository files navigation

SolBorn

SolBorn

AI memecoin launchpad on Solana.

Tell the agent your meme. It writes the lore, landing page, and a 7-tweet launch thread. Claim yourticker.solborn.xyz. Share the URL. Ship the launch.

Solana Next.js TypeScript License GitHub stars

๐ŸŒ solborn.xyz โ€” live now

๐Ÿš€ Live Site ยท ๐Ÿ”ญ Discover ยท ๐ŸŽฎ Demo Path


AI memecoin launchpad on Solana. Chat with an AI agent about your meme: ticker, lore, vibe, target community. It writes a full landing page (lore + tokenomics + how-to-buy + FAQ) and a 7-tweet launch thread for X. Claim yourticker.solborn.xyz and share the public URL.


๐Ÿ”„ Pivot note (2026-06)

Originally built as an AI co-founder for Solana startups (Colosseum Frontier hackathon submission). After the hackathon, SolBorn pivoted to an AI memecoin launchpad โ€” same agent engine, same Solana wallet stack, same semantic memory, but the agent now interviews you about your meme and ships a landing page + launch thread instead of a startup brief. Older sections of this README still describe the founder-flow architecture; the technology layer is unchanged, only the output is different.


โœจ The pitch in one paragraph

Most memecoin launches die at the blank page: no lore, no landing, no thread. SolBorn flips it. The AI agent interviews you about your meme โ€” ticker, vibe, lore, target community โ€” and from those answers writes the landing page (lore paragraphs + tokenomics + how-to-buy + FAQ) and a 7-tweet launch thread in the agent's voice. You claim yourticker.solborn.xyz, share the URL on X, post the thread as replies. The agent still has semantic memory and still mints a Passport on-chain โ€” that machinery is now the engine for memecoin lore instead of startup briefs.


๐ŸŒ Long-term vision

Shopify + AWS + App Store โ€” but for AI agents.

SolBorn is building the full infrastructure stack for AI agent creation, hosting, distribution, and monetization on Solana:

Layer What it means
๐Ÿ—๏ธ Creation Agent interviews you โ†’ builds YOUR personalized startup idea
๐Ÿชช Identity Agent Passport = on-chain proof of origin and conversation history
๐Ÿš€ Distribution Product Arena โ€” community backs the strongest agent-built products
๐Ÿ’ฐ Monetization Creator marketplace: 70% creator / 30% SolBorn. Subscriptions, access passes, agent forks
โ˜๏ธ Hosting Long-term: compute layer for deployed agents (the AWS angle)

Revenue model roadmap:

  • Phase 1 (now): $SBORN trading fees โ€” 20% to contributors, 30% treasury, 50% dev
  • Phase 2: Platform fee on product subscriptions and membership passes
  • Phase 3: Agent hosting compute fees
  • Phase 4: Arena placement and boosted visibility for stakers

Rewards tie to actual contribution, not empty emissions. Contribution score + staking weight + product impact = your share. No farming. No airdrop hunters.


๐Ÿงฌ The four stages

๐Ÿ‘ถ

Baby
0โ€“100 XP

Curious about you.
Asks who you are, what you care about.

๐Ÿง’

Toddler
100โ€“300 XP

Starts forming ideas.
Connects your interests to Solana opportunities.

๐Ÿง‘โ€๐Ÿ’ป

Teen
300โ€“700 XP

Proposes specific projects.
Discusses tech stack, GTM, and your edge.

๐Ÿš€

Adult
700+ XP

Ships.
Full product brief + Launch Certificate on Solana devnet.

๐Ÿ—๏ธ What's actually shipped

System Tech Proof
๐Ÿง  Semantic memory Upstash Vector (BGE-M3 multilingual, EU1) Facts extracted async via after(), agent recalls them weeks later
โšก Streaming chat AI SDK v6 + Groq (llama-3.3-70b) Edge streaming with fallback to llama-3.1-8b-instant
๐ŸŽ“ XP engine Custom grader + trait analyzer Word count ร— quality ร— novelty โ€” spam = 0 XP
๐Ÿชช NFT Passports Metaplex Core + dynamic OG artwork (Memo fallback) Devnet NFT visible in Phantom and Magic Eden; each agent gets unique stage-themed art
๐Ÿš€ Launch Certificate NFTs Metaplex Core with project metadata (Memo fallback) Adult agents publish an on-chain NFT certificate with distinct artwork per project
๐Ÿ“ง Email + wallet auth Privy embedded Solana wallets + Phantom adapter Sign in with email/Google/Apple for an auto-provisioned Solana wallet, or connect Phantom. Both flows mint the same Passports
๐Ÿงพ Product Arena Agent-generated brief + membership pass + votes Adult agents turn conversations into product pages backed by staked Passport holders
๐Ÿช™ $SBORN utility layer Staking v1 + per-wallet XP attribution Stake-to-unlock access being tested before mainnet token locks
๐Ÿ”‹ Energy system Client-side regen + wallet boost 2 energy/min, connect wallet for refill
๐Ÿ† Achievements 20+ unlocks, XP bonuses Real-time toast + screen-shake feedback
๐ŸŽฌ Demo mode ?demo=1 โ†’ ร—50 XP, โˆž energy Lets judges hit Adult in 3โ€“4 messages

๐Ÿš€ Try it in 30 seconds

For judges, the guided path is solborn.xyz/demo. It links the whole loop: Forge โ†’ Passport โ†’ Adult agent โ†’ Product Page โ†’ Launch Certificate โ†’ Product Arena. If the Arena is empty, use Load sample product on the demo page to seed a local example instantly.

# 1. Clone & install
git clone https://github.com/funboy322/solborn.git
cd solborn
npm install

# 2. Copy env template
cp .env.example .env.local
# Fill in: GROQ_API_KEY, UPSTASH_VECTOR_REST_URL, UPSTASH_VECTOR_REST_TOKEN
# Optional but recommended: NEXT_PUBLIC_HELIUS_RPC

# 3. Run
npm run dev

Open http://localhost:3000 โ†’ click Create Agent โ†’ connect Phantom (devnet) โ†’ let it interview you. Or skip the setup and try the live version at solborn.xyz. Append ?demo=1 to any URL for a ร—50 XP speed-run (hackathon demo mode).


๐Ÿง  How the loop works

 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚                         YOU                                       โ”‚
 โ”‚          answer the agent's questions about yourself              โ”‚
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                 โ”‚  your skills, interests, problems
                                 โ–ผ
 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚   Agent interviews you โ†’ builds YOUR personalized startup idea    โ”‚
 โ”‚   xp-calculator.ts  โ†’  grades depth and quality of conversation  โ”‚
 โ”‚   trait-analyzer.ts โ†’  shapes agent personality around your input โ”‚
 โ”‚   memory-engine.ts  โ†’  stores facts โ†’ Upstash Vector (async)     โ”‚
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                 โ”‚  XP gained โ†’ stage crossed?
                                 โ–ผ
 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚  core-mint.ts  โ†’  Metaplex Core NFT Passport on Solana devnet    โ”‚
 โ”‚  /api/nft-metadata/og โ†’  unique stage-themed artwork per agent   โ”‚
 โ”‚  Sign with Phantom OR Privy embedded wallet (email login)        โ”‚
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                 โ”‚  stage === 'adult'?
                                 โ–ผ
 โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
 โ”‚   /api/agent/generate  โ†’  LLM produces YOUR project spec         โ”‚
 โ”‚   mintCoreLaunchCertificate() โ†’ real Launch NFT in Explorer + ME โ”‚
 โ”‚   Product Arena โ†’ community backs the strongest ideas            โ”‚
 โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ“ฆ Tech stack

Frontend AI & Memory Solana / Auth
Next.js 16 + Turbopack AI SDK v6 Metaplex Core (NFTs)
React 19 Groq (Llama 3.3 70B) Privy (embedded wallets)
Tailwind v4 Upstash Vector @solana/web3.js + UMI
Framer Motion BGE-M3 embeddings Phantom wallet-adapter
Zustand v5 + persist after() background tasks Helius / devnet RPC

๐Ÿค Frontier hackathon โ€” sponsor integrations

Sponsor How SolBorn uses it Where in code
Phantom (primary) Default wallet adapter for crypto-native users โ€” connects, signs, mints src/components/wallet/WalletProvider.tsx, WalletButton.tsx
Privy (secondary) Email / Google / Apple login โ†’ auto-provisioned Solana embedded wallet โ†’ can mint Passport without ever installing Phantom. Removes the biggest UX barrier for non-crypto founders. src/components/wallet/PrivyProvider.tsx, src/lib/hooks/useSolanaSigner.ts
Metaplex (secondary) Agent Passports and Launch Certificates are real Metaplex Core NFTs with dynamic stage-themed artwork generated per agent via next/og. Visible in Phantom and Magic Eden. src/lib/solana/core-mint.ts, src/app/api/nft-metadata/og/route.tsx

Both Privy and Phantom flows route through a single useSolanaSigner() hook, so the rest of the app doesn't care which auth path the user took. Same code mints the same NFT.


๐Ÿ—‚๏ธ Repo layout

solborn/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ app/
โ”‚   โ”‚   โ”œโ”€โ”€ api/
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ agent/chat/      โ†’ streaming chat + XP grading
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ agent/generate/  โ†’ LLM โ†’ personalized project spec
โ”‚   โ”‚   โ”‚   โ”œโ”€โ”€ blinks/[id]/     โ†’ Solana Actions endpoint
โ”‚   โ”‚   โ”‚   โ””โ”€โ”€ nft-metadata/    โ†’ metadata route
โ”‚   โ”‚   โ”œโ”€โ”€ forge/[id]/          โ†’ agent page (chat + stats + deploy)
โ”‚   โ”‚   โ”œโ”€โ”€ products/            โ†’ Product Arena
โ”‚   โ”‚   โ”œโ”€โ”€ staking/             โ†’ staking v1 simulation
โ”‚   โ”‚   โ””โ”€โ”€ page.tsx             โ†’ landing
โ”‚   โ”œโ”€โ”€ components/agent/        โ†’ ChatInterface, ProjectGenerator, ...
โ”‚   โ”œโ”€โ”€ lib/
โ”‚   โ”‚   โ”œโ”€โ”€ ai/                  โ†’ prompts, xp-calculator, trait-analyzer
โ”‚   โ”‚   โ”œโ”€โ”€ solana/on-chain.ts   โ†’ Passport + Launch Certificate memos
โ”‚   โ”‚   โ”œโ”€โ”€ memory/              โ†’ Upstash Vector wrapper
โ”‚   โ”‚   โ””โ”€โ”€ demo-mode.ts         โ†’ ร—50 XP hackathon mode
โ”‚   โ””โ”€โ”€ store/                   โ†’ zustand slices (agents, achievements)
โ”œโ”€โ”€ scripts/                     โ†’ helper scripts

๐Ÿ’ฐ $SBORN Token

$SBORN is live on pump.fun. The product utility layer is in development.

CA: 3VNSmRLTvS54LWnynJNqEege21nzdjy1rEsPhsNxpump Buy: pump.fun/coin/3VNSmRLTvS54LWnynJNqEege21nzdjy1rEsPhsNxpump

Standard pump.fun bonding curve launch. No pre-mine, no team allocation, no airdrop. Every token in circulation came from the curve.

Dev tokens (the initial creator-buy) are locked until end of 2026.

Trading fee allocation

Pump.fun routes a portion of every swap to the creator wallet. Those incoming fees are split:

Allocation Share Use
๐Ÿง‘โ€๐Ÿ’ป Development 80% Founder compensation, infrastructure (Claude, Vercel, RPC nodes), future security audit, cost recovery for the build phase
๐ŸŽ Community 20% Distributed to people who used the platform, gave feedback, or helped the project grow. Manual today via solborn.xyz/rewards. Planned to move to programmatic on-chain distribution at mainnet.

Honest framing: this is a solo project. "Development" is one bucket because in practice the founder, the infrastructure, and the audit fund all come from the same pool. The 20% community share is the clean line between operating budget and what gets returned to people who showed up early.


๐ŸŽฏ Roadmap

  • Phase 1 โ€” baseline chat + XP + stages
  • Phase 2 โ€” semantic memory (Upstash Vector)
  • Phase 3 โ€” Agent Passport memo minting
  • Phase 4 โ€” contributor XP attribution
  • Phase 5 โ€” Launch Certificate finale
  • Phase 6 โ€” demo mode (?demo=1)
  • Phase 7 โ€” staking v1 simulation for Passport-gated utility
  • Phase 8 โ€” agent-generated Product Pages + membership pass v1
  • Phase 9 โ€” Product Arena + stake-gated backing simulation
  • Phase 10 โ€” mainnet deployment + real SPL staking + first contributor reward distribution
  • Phase 11 โ€” creator marketplace: product subscriptions + 70/30 fee split
  • Phase 12 โ€” agent hosting layer (compute fees, persistent deployments)

๐Ÿ›ก๏ธ Honest caveats

  • Devnet only at launch. Agent Passports, Launch Certificates, and Memo txs are devnet. Mainnet is Phase 10.
  • Groq free-tier limits apply. Chat has a Llama 3.1 8B fallback when 70B is throttled.
  • Minting costs devnet SOL. Passports and Launch Certificates are Memo transactions โ€” wallet needs a small devnet balance for fees.
  • Staking v1 is a simulation layer. Prepares access rules and UX before a real SPL token lock program is deployed.
  • Not financial advice. $SBORN is an experimental community token with a planned utility wrapper, not a security.

๐Ÿง‘โ€๐Ÿš€ Built by

One person. One weekend. Claude Max as a pair programmer. Submitted to the Colosseum Frontier Hackathon 2026.

If you're a judge: open solborn.xyz/demo, mint an Agent Passport, let the agent interview you, raise it to Adult (~2 min with demo mode), generate its product page, and publish a Launch Certificate. The whole loop is under 3 minutes and the key milestones are real Solana devnet transactions.


Talk. Build. Ship.

โญ Star the repo if this made you smile.

Made with caffeine and useEffect.

About

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages