Co-hosted by InfiniSynapse × CSDN

Vibe Coding Pan-Data Analysis App Development Contest

Let Data Infra create infinite possibilities

Build and ship a real data-analysis application on top of InfiniSynapse — the Vibe Coding way.

RegisterGet an API KeyBuild your appDeploySubmit
Contest period: now – July 31
¥22,528
Grand prize (cash)
¥13,800
Additional benefits
500 credits
Free on sign-up

How to participate

1

Register on InfiniSynapse

Get 500 credits on sign-up, no invite code needed

Sign up now
2

Get an API Key

Create your own API Key (sk-xxxx) in the console, or integrate 'Sign in with InfiniSynapse' so users authorize with their own accounts

Create an API Key
3

Build your app

Build a data-analysis application with the Server API

4

Deploy

Provide a publicly accessible URL or downloadable installer

5

Register your entry

Submit your entry info via the registration portal to complete registration

Registration portal

What kind of app could you build?

These mini apps running on our website are all built on top of InfiniSynapse — your entry could be the next one

Gaokao School Advisor
Education

Gaokao School Advisor

Generates reach/match/safety college plans from province, track, score and rank — AI helps students sort out their application list.

Report Writer
Productivity

Report Writer

Batch-upload documents to auto-build a knowledge base, then let AI draft reports with sources and charts, exportable to PDF and Word.

Company Due-Diligence Assistant
Career

Company Due-Diligence Assistant

Verifies a company's entity, funding, reputation and risk signals before you accept an offer — dodge the bad ones.

Price Comparison Assistant
Money Saver

Price Comparison Assistant

AI browses JD and Taobao for you: post-coupon prices, cross-platform comparison and review mining to avoid pitfalls.

Pan-Data Analytics Lab
Inspiration

Pan-Data Analytics Lab

63 life-decision analyst templates — salary, housing, health, spending… one of them will spark your idea.

Submission requirements

Must integrate the InfiniSynapse API

Programmatically launch analysis tasks, manage data sources, and fetch results via the Server API

View the Server API docs

Must be a runnable application

Web app, mobile app, mini-program, or desktop app. Plain CLI scripts, Jupyter Notebooks, or undeployed repos are not accepted

Browse live mini-apps

Must have a clear use case

E.g. e-commerce operations analysis, finance dashboards, social-media sentiment monitoring

See pan-data analysis use cases

What to submit

  • App name and description (including use-case explanation)
  • Accessible app URL (public URL or installer download link)
  • InfiniSynapse API integration notes
  • Code repository URL (optional)

Integration guide

Get an API Key

  1. 1Open the InfiniSynapse console
  2. 2After logging in, click the gear at the bottom-left and open 'API Key Management'
  3. 3Click '+ Create API Key' at the top-right
  4. 4Copy the generated key (format: sk-xxxx) and keep it safe

API capabilities

Data source management

Connect Snowflake, MySQL, PostgreSQL, MongoDB, Excel and more

Knowledge base

Upload business docs to improve AI semantic understanding

Analysis tasks

Describe your intent in natural language, get structured results

Result retrieval

Tables, charts and other output formats

Quick start

Option 1: Call the API directly
# 示例:通过 API 发起分析任务
import requests

response = requests.post(
    "https://api.infinisynapse.cn/v1/query",
    headers={"Authorization": "Bearer sk-xxxx"},
    json={
        "query": "分析最近一周的销售数据,找出下滑最明显的品类",
        "data_source": "your_datasource_id"
    }
)
print(response.json())
Option 2: Integrate via Agent tools

InfiniSynapse provides Command Tools for the Code Agent ecosystem, integrating with tools like winclaw — no pip install or resident service required.

Integrate 'Sign in with InfiniSynapse'

Besides using your own API Key, your app can integrate 'Sign in with InfiniSynapse': users log in to your app with their InfiniSynapse account, and after authorization you get their profile to bind with your own account system. Integration takes just 2 server-side HTTP requests — no SDK required, any language works.

Judging criteria

Entry requirements (all must be met)

1
App form

Must be a runnable application (web, mobile, mini-program or desktop). Scripts, CLI tools and Jupyter Notebooks are not accepted

2
Deployed

Deployed with a publicly accessible URL (or downloadable installer) that judges can actually open and use

3
InfiniSynapse integration

The backend calls InfiniSynapse via the Server API for data analysis; call logs are verifiable on the platform

Scoring (100 points total)

Note: GitHub downloads or stars are not part of the evaluation.

Prizes

Generous prizes await

All amounts are per winner, with Pro membership benefits on top of the cash — plus 500 sign-up credits and development token support.

1First prize× 2 winners
¥4,096
Annual Pro membership (¥1,800)
2Second prize× 4 winners
¥2,048
3-month Pro membership (¥450)
3Third prize× 6 winners
¥1,024
Monthly Pro membership (¥150)
Participation× 50 winners
Monthly Pro membership (¥150)

Total cash ¥22,528 · membership benefits ¥13,800

Sign-up incentive

Every new user who registers on InfiniSynapse and creates an API Key during the contest gets 500 credits — no invite code, no extra steps.

FAQ

Pan-data analysis means letting AI directly understand natural language, connect to all kinds of data sources (databases, spreadsheets, documents, etc.) and handle the whole flow from querying and analysis to insights — so people who don't know SQL or code can still do professional data analysis. Read the article below to learn more.

Read: Data infra, Vibe Coding and the Excel analyst

Ready to let Data Infra create infinite possibilities?

Register → get an API Key → build → deploy → submit. Start your Vibe Coding journey now.

Scan to join the WeChat contest group

InfiniSynapse × CSDN Contest Group

InfiniSynapse × CSDN Contest Group

Tech support · Progress check-ins · Contest updates